Searched refs:fRefresh (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/medium/
H A DUIMediumManager.h57 UIMediumManager(QWidget *pCenterWidget, bool fRefresh = true);
66 static void showModeless(QWidget *pCenterWidget, bool fRefresh = true);
H A DUIMediumManager.cpp652 UIMediumManager::UIMediumManager(QWidget *pCenterWidget, bool fRefresh /* = true */)
655 , m_fRefresh(fRefresh)
688 void UIMediumManager::showModeless(QWidget *pCenterWidget /* = 0 */, bool fRefresh /* = true */)
692 m_spInstance = new UIMediumManager(pCenterWidget, fRefresh);
/vbox/src/VBox/Main/include/
H A DHostImpl.h64 HRESULT i_getDrives(DeviceType_T mediumType, bool fRefresh, MediaList *&pll, AutoWriteLock &treeLock);
65 HRESULT i_findHostDriveById(DeviceType_T mediumType, const Guid &uuid, bool fRefresh, ComObjPtr<Medium> &pMedium);
66 HRESULT i_findHostDriveByName(DeviceType_T mediumType, const Utf8Str &strLocationFull, bool fRefresh, ComObjPtr<Medium> &pMedium);
H A DVirtualBoxImpl.h195 bool fRefresh,
/vbox/src/VBox/Main/src-server/
H A DHostImpl.cpp528 HRESULT rc = i_getDrives(DeviceType_DVD, true /* fRefresh */, pList, treeLock);
551 HRESULT rc = i_getDrives(DeviceType_Floppy, true /* fRefresh */, pList, treeLock);
1761 * that may have changed if fRefresh == true.
1768 * @param fRefresh Whether to refresh the host drives list even if this is not the first call.
1774 bool fRefresh,
1788 if (!m->fDVDDrivesListBuilt || fRefresh)
1799 if (!m->fFloppyDrivesListBuilt || fRefresh)
1901 * @param fRefresh Whether to refresh the host drives list (see getDrives())
1907 bool fRefresh,
1913 HRESULT rc = i_getDrives(mediumType, fRefresh, pllMedi
1773 i_getDrives(DeviceType_T mediumType, bool fRefresh, MediaList *&pll, AutoWriteLock &treeLock) argument
1905 i_findHostDriveById(DeviceType_T mediumType, const Guid &uuid, bool fRefresh, ComObjPtr<Medium> &pMedium) argument
1945 i_findHostDriveByName(DeviceType_T mediumType, const Utf8Str &strLocationFull, bool fRefresh, ComObjPtr<Medium> &pMedium) argument
[all...]
H A DVirtualBoxImpl.cpp3513 * @param fRefresh Whether to refresh the list of host drives in IHost (see Host::getDrives())
3519 bool fRefresh,
3540 fRefresh,
3517 i_findRemoveableMedium(DeviceType_T mediumType, const Guid &uuid, bool fRefresh, bool aSetError, ComObjPtr<Medium> &pMedium) argument
/vbox/src/VBox/Devices/PC/
H A DDevPit-i8254.cpp801 const int fRefresh = (u64Now / 15085) & 1; local
804 const int fRefresh = pThis->dummy_refresh_clock; local
816 | (fRefresh << 4)
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwindowsx.h1218 /* HMENU Cls_MDISetMenu(HWND hwnd, BOOL fRefresh, HMENU hmenuFrame, HMENU hmenuWindow) */
1221 #define FORWARD_WM_MDISETMENU(hwnd, fRefresh, hmenuFrame, hmenuWindow, fn) \
1222 (HMENU)(UINT)(DWORD)(fn)((hwnd), WM_MDISETMENU, (WPARAM)((fRefresh) ? (hmenuFrame) : 0), (LPARAM)(hmenuWindow))
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwindowsx.h1218 /* HMENU Cls_MDISetMenu(HWND hwnd, BOOL fRefresh, HMENU hmenuFrame, HMENU hmenuWindow) */
1221 #define FORWARD_WM_MDISETMENU(hwnd, fRefresh, hmenuFrame, hmenuWindow, fn) \
1222 (HMENU)(UINT)(DWORD)(fn)((hwnd), WM_MDISETMENU, (WPARAM)((fRefresh) ? (hmenuFrame) : 0), (LPARAM)(hmenuWindow))

Completed in 112 milliseconds