Searched defs:move (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DGuestDnDTargetImpl.cpp233 HRESULT GuestDnDTarget::move(ULONG aScreenId, ULONG aX, ULONG aY, function in class:GuestDnDTarget
/vbox/src/VBox/Devices/PC/ipxe/src/hci/tui/
H A Dmenu_ui.c97 move ( ( MENU_ROW + row_offset ), MENU_COL );
145 move ( ( MENU_ROW + row_offset ), MENU_COL );
190 int move; local
205 move = 0;
218 move = -1;
221 move = +1;
224 move = ( ui->first_visible - ui->selected - 1 );
227 move = ( ui->first_visible - ui->selected
231 move = -ui->count;
234 move
[all...]
H A Dsettings_ui.c227 move ( widget->row.row, widget->row.col + curs_offset );
290 move ( row, 0 );
453 int move; local
507 move = 0;
511 move = +1;
515 move = -1;
544 if ( move ) {
545 next = ( widget.current + move );
/vbox/src/libs/xpcom18a4/xpcom/string/public/
H A DnsCharTraits.h146 move( char_type* s1, const char_type* s2, size_t n ) function in struct:nsCharTraits
427 move( char_type* s1, const char_type* s2, size_t n ) function in struct:nsCharTraits
748 nsCharTraits<CharT>::move(iter, s, n);
763 nsCharTraits<char>::move(iter, s, n);
776 nsCharTraits<PRUnichar>::move(iter, s, n);
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dcurses.h283 //extern int move ( int, int );
583 static inline int move ( int y, int x ) { function
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileOS2.cpp544 nsLocalFile::CopySingleFile(nsIFile *sourceFile, nsIFile *destParent, const nsACString &newName, PRBool move) argument
572 if( move )
577 if (!move || rc == ERROR_NOT_SAME_DEVICE || rc == ERROR_ACCESS_DENIED) {
579 * same drive. "MoveFile()" on Windows will go ahead and move the
617 if( move && (rc == NO_ERROR) )
621 } /* !move or ERROR */
631 nsLocalFile::CopyMove(nsIFile *aParentDir, const nsACString &newName, PRBool move) argument
680 rv = CopySingleFile(this, newParentDir, newName, move);
733 if (move)
750 if (move)
[all...]
H A DnsLocalFileWin.cpp147 CoInitialize(NULL); // FIX: we should probably move somewhere higher up during startup
972 PRBool followSymlinks, PRBool move)
1014 if (!move)
1019 // does, we have to move it out of the say so that MoveFile will
1030 // then move it out of the way.
1041 // move destination file to backup file
1051 // move source file to destination file
1065 NS_ASSERTION(backupOk, "move backup failed");
1077 nsLocalFile::CopyMove(nsIFile *aParentDir, const nsACString &newName, PRBool followSymlinks, PRBool move) argument
1136 return CopyMove(realDest, newName, followSymlinks, move);
971 CopySingleFile(nsIFile *sourceFile, nsIFile *destParent, const nsACString &newName, PRBool followSymlinks, PRBool move) argument
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-tools.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/istack/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 64 milliseconds