Searched refs:m_pScreenLayout (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/seamless/
H A DUIMachineLogicSeamless.cpp54 m_pScreenLayout = new UIMultiScreenLayout(this);
55 actionPool()->toRuntime()->setMultiScreenLayout(m_pScreenLayout);
62 delete m_pScreenLayout;
71 quint64 usedBits = m_pScreenLayout->memoryRequirements();
96 m_pScreenLayout->rebuild();
105 return m_pScreenLayout->hostScreenForGuestScreen(iScreenId);
110 return m_pScreenLayout->hasHostScreenForGuestScreen(iScreenId);
189 m_pScreenLayout->rebuild();
200 m_pScreenLayout->rebuild();
262 m_pScreenLayout
[all...]
H A DUIMachineLogicSeamless.h93 UIMultiScreenLayout *m_pScreenLayout; member in class:UIMachineLogicSeamless
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/
H A DUIMachineLogicFullscreen.cpp56 m_pScreenLayout = new UIMultiScreenLayout(this);
57 actionPool()->toRuntime()->setMultiScreenLayout(m_pScreenLayout);
64 delete m_pScreenLayout;
73 quint64 usedBits = m_pScreenLayout->memoryRequirements();
108 m_pScreenLayout->rebuild();
129 return m_pScreenLayout->hostScreenForGuestScreen(iScreenId);
134 return m_pScreenLayout->hasHostScreenForGuestScreen(iScreenId);
168 m_pScreenLayout->rebuild();
217 m_pScreenLayout->rebuild();
417 m_pScreenLayout
[all...]
H A DUIMachineLogicFullscreen.h147 UIMultiScreenLayout *m_pScreenLayout; member in class:UIMachineLogicFullscreen

Completed in 53 milliseconds