Searched defs:iElement (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/seamless/
H A DUIMachineWindowSeamless.cpp262 void UIMachineWindowSeamless::updateAppearanceOf(int iElement) argument
265 UIMachineWindow::updateAppearanceOf(iElement);
268 if (iElement & UIVisualElement_MiniToolBar)
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/
H A DUIMachineWindowFullscreen.cpp477 void UIMachineWindowFullscreen::updateAppearanceOf(int iElement) argument
480 UIMachineWindow::updateAppearanceOf(iElement);
483 if (iElement & UIVisualElement_MiniToolBar)
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMachineWindow.cpp492 void UIMachineWindow::updateAppearanceOf(int iElement) argument
495 if (iElement & UIVisualElement_WindowTitle)
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/normal/
H A DUIMachineWindowNormal.cpp508 void UIMachineWindowNormal::updateAppearanceOf(int iElement) argument
511 UIMachineWindow::updateAppearanceOf(iElement);
514 if (iElement & UIVisualElement_IndicatorPoolStuff)
516 if (iElement & UIVisualElement_HDStuff)
518 if (iElement & UIVisualElement_CDStuff)
520 if (iElement & UIVisualElement_FDStuff)
522 if (iElement & UIVisualElement_NetworkStuff)
524 if (iElement & UIVisualElement_USBStuff)
526 if (iElement & UIVisualElement_SharedFolderStuff)
528 if (iElement
[all...]
/vbox/src/VBox/Runtime/common/vfs/
H A Dvfschain.cpp222 uint32_t const iElement = pSpec->cElements; local
223 if ((iElement % 32) == 0)
225 PRTVFSCHAINELEMSPEC paNew = (PRTVFSCHAINELEMSPEC)RTMemTmpAlloc((iElement + 32) * sizeof(paNew[0]));
232 memcpy(paNew, pSpec->paElements, iElement * sizeof(paNew[0]));
240 PRTVFSCHAINELEMSPEC pElement = &pSpec->paElements[iElement];
242 pElement->enmTypeIn = iElement ? pSpec->paElements[iElement - 1].enmTypeOut : RTVFSOBJTYPE_INVALID;
248 pSpec->cElements = iElement + 1;

Completed in 71 milliseconds