Searched refs:fResize (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Debugger/
H A DVBoxDbgGui.h96 * @param fResize If set (default) the size of window is also changed.
98 void repositionStatistics(bool fResize = true);
110 * @param fResize If set (default) the size of window is also changed.
112 void repositionConsole(bool fResize = true);
H A DVBoxDbgGui.cpp179 VBoxDbgGui::repositionStatistics(bool fResize/* = true*/)
188 fResize);
208 VBoxDbgGui::repositionConsole(bool fResize/* = true*/)
217 fResize);
242 const bool fResize = cx != m_cx || cy != m_cy; local
252 repositionConsole(fResize);
253 repositionStatistics(fResize);
/vbox/src/VBox/Main/src-client/
H A DDisplayImpl.cpp3974 bool fResize = pFBInfo->fDisabled || pFBInfo->pFramebuffer.isNull();
3979 fResize = true;
3986 fResize = fResize || RT_BOOL((pScreen->u16Flags ^ pFBInfo->flags) & VBVA_SCREEN_F_BLANK);
3991 fResize = fResize
4001 if (fNewOrigin || fResize)
4045 if (!fResize)

Completed in 3638 milliseconds