Searched refs:show (Results 1 - 25 of 78) sorted by relevance

1234

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A DXServer.h84 - (void)showServer:(BOOL)show;
85 - (void)forceShowServer:(BOOL)show;
91 - (void)sendShowHide:(BOOL)show;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A DXServer.h84 - (void)showServer:(BOOL)show;
85 - (void)forceShowServer:(BOOL)show;
91 - (void)sendShowHide:(BOOL)show;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A DXServer.h86 - (void)showServer:(BOOL)show;
87 - (void)forceShowServer:(BOOL)show;
93 - (void)sendShowHide:(BOOL)show;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A DXServer.h86 - (void)showServer:(BOOL)show;
87 - (void)forceShowServer:(BOOL)show;
93 - (void)sendShowHide:(BOOL)show;
/vbox/src/VBox/Main/webservice/samples/java/jax-ws/
H A DMakefile43 $(JAVA16) -cp $(VBOXWS16):$(DEST16) clienttest show vms
46 $(JAVA15) -cp $(VBOXWS15):$(JAXWSLIBS):$(DEST15) clienttest show vms
/vbox/src/VBox/Frontends/VirtualBox/src/net/
H A DUINetworkManager.cpp74 void UINetworkManager::show() function in class:UINetworkManager
122 connect(m_pNetworkManagerIndicator, SIGNAL(sigMouseDoubleClick(QIStatusBarIndicator*, QMouseEvent*)), this, SLOT(show()));
239 /* Just show the dialog: */
240 show();
H A DUINetworkManagerDialog.cpp114 m_pButtonBox->show();
140 m_pLabel->show();
H A DUINetworkManager.h65 void show();
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/seamless/
H A DUIMachineWindowSeamless.cpp131 m_pMiniToolBar->show();
214 show();
224 /* Just show mini-toolbar: */
225 m_pMiniToolBar->show();
/vbox/src/VBox/ValidationKit/testmanager/webui/
H A Dwuireport.py66 def show(self): member in class:WuiReportBase
155 sHtml += oSuccessRate.show()[1];
H A Dwuivcshistory.py54 def show(self): member in class:WuiVcsHistoryTooltip
/vbox/src/VBox/Frontends/VirtualBox/src/extensions/
H A DQIDialog.cpp73 show();
H A DQIMainDialog.cpp74 show();
133 m_pSizeGrip->show();
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/
H A DUIGDetails.cpp90 m_pDetailsView->show();
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUIProgressDialog.h60 void show();
H A DUIProgressDialog.cpp132 QTimer::singleShot(cMinDuration, this, SLOT(show()));
152 * responsive and it is in our case (We show the progress dialog bar). */
166 /* Holds the modal loop, but don't show the window immediately: */
187 void UIProgressDialog::show() function in class:UIProgressDialog
189 /* We should not show progress-dialog
195 QIDialog::show();
H A DUIPopupStackViewport.cpp65 pPopupPane->show();
H A DUIWarningPane.cpp81 connect(pValidator, SIGNAL(sigShowWarningIcon()), pIconLabel, SLOT(show()));
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxlink.h98 * @show: array of values for the show attributes found on the arcs
115 xlinkShow *show,
/vbox/src/libs/libxml2-2.6.31/
H A Dltmain.sh150 show="$echo"
319 $show "(cd $f_ex_an_ar_dir && $AR x $f_ex_an_ar_oldlib)"
340 $show "${rm}r $my_gentop"
342 $show "$mkdir $my_gentop"
368 $show "${rm}r $my_xdir"
370 $show "$mkdir $my_xdir"
378 $show "Extracting $my_xabs"
390 $show "$darwin_base_archive has multiple architectures $darwin_arches"
544 show=:
893 $show "Waitin
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/
H A DUIGChooser.cpp141 m_pChooserView->show();
/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/
H A DUIWindowMenuManager.cpp131 pWidget->show();
231 pWidget->parentWidget()->show();
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/
H A DUIMachineWindowFullscreen.cpp389 /* ML and next using native stuff, so we can call for simple show(),
392 show();
425 /* Just show mini-toolbar: */
426 m_pMiniToolBar->show();
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/normal/
H A DUIMachineLogicNormal.cpp138 pMenuBarEditor->show();
193 pStatusBarEditor->show();
/vbox/src/VBox/Debugger/
H A DVBoxDbgBase.cpp178 show();

Completed in 117 milliseconds

1234