Searched refs:aPage (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/Frontends/VirtualBox/src/settings/ |
H A D | VBoxSettingsSelector.cpp | 50 SelectorItem (const QIcon &aIcon, const QString &aText, int aId, const QString &aLink, UISettingsPage* aPage, int aParentId) argument 55 , mPage (aPage) 94 QString VBoxSettingsSelector::itemTextByPage (UISettingsPage *aPage) const 97 if (SelectorItem *item = findItemByPage (aPage)) 153 SelectorItem *VBoxSettingsSelector::findItemByPage (UISettingsPage* aPage) const 157 if (item->page() == aPage) 222 UISettingsPage* aPage /* = NULL */, 226 if (aPage != NULL) 230 SelectorItem *item = new SelectorItem (icon, "", aId, aLink, aPage, aParentId); 237 aPage 362 SelectorActionItem(const QIcon &aIcon, const QString &aText, int aId, const QString &aLink, UISettingsPage* aPage, int aParentId, QObject *aParent) argument [all...] |
H A D | VBoxSettingsSelector.h | 49 int aId, const QString &aLink, UISettingsPage* aPage = NULL, int aParentId = -1) = 0; 53 virtual QString itemTextByPage (UISettingsPage *aPage) const; 83 SelectorItem* findItemByPage (UISettingsPage* aPage) const; 99 int aId, const QString &aLink, UISettingsPage* aPage = NULL, int aParentId = -1); 140 int aId, const QString &aLink, UISettingsPage* aPage = NULL, int aParentId = -1);
|
/vbox/src/VBox/VMM/VMMAll/ |
H A D | PGMAllPool.cpp | 1689 (PCX86PTPAE)&pPool->aDirtyPages[idxSlot].aPage[0], fAllowRemoval, &fFlush); 1692 (PCX86PT)&pPool->aDirtyPages[idxSlot].aPage[0], fAllowRemoval, &fFlush); 1766 memcpy(&pPool->aDirtyPages[idxFree].aPage[0], pvGst, (pPage->enmKind == PGMPOOLKIND_PAE_PT_FOR_PAE_PT) ? PAGE_SIZE : PAGE_SIZE/2);
|
H A D | PGMAllBth.h | 1685 pGstPT = (PGSTPT)&pPool->aDirtyPages[pShwPage->idxDirtyEntry].aPage[0];
|
/vbox/src/VBox/VMM/include/ |
H A D | PGMInternal.h | 1418 /** Padding to make aPage aligned on sizeof(PGMPAGE). */ 2337 uint64_t aPage[512]; member in struct:PGMPOOL::__anon16962
|
Completed in 444 milliseconds