Searched defs:aPage (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/settings/
H A DVBoxSettingsSelector.cpp50 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...]
/vbox/src/VBox/VMM/include/
H A DPGMInternal.h1418 /** Padding to make aPage aligned on sizeof(PGMPAGE). */
2337 uint64_t aPage[512]; member in struct:PGMPOOL::__anon16962

Completed in 63 milliseconds