Home
last modified time | relevance | path

Searched refs:globalDisplay (Results 1 – 25 of 158) sorted by relevance

1234567

/dports/www/firefox-esr/firefox-91.8.0/gfx/tests/gtest/
H A DTestVsync.cpp100 globalDisplay.DisableVsync(); in TEST_F()
103 globalDisplay.EnableVsync(); in TEST_F()
104 ASSERT_TRUE(globalDisplay.IsVsyncEnabled()); in TEST_F()
106 globalDisplay.DisableVsync(); in TEST_F()
114 globalDisplay.DisableVsync(); in TEST_F()
131 globalDisplay.DisableVsync(); in TEST_F()
139 globalDisplay.DisableVsync(); in TEST_F()
161 globalDisplay.DisableVsync(); in TEST_F()
168 globalDisplay.DisableVsync(); in TEST_F()
190 globalDisplay.DisableVsync(); in TEST_F()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/tests/gtest/
H A DTestVsync.cpp100 globalDisplay.DisableVsync(); in TEST_F()
103 globalDisplay.EnableVsync(); in TEST_F()
104 ASSERT_TRUE(globalDisplay.IsVsyncEnabled()); in TEST_F()
106 globalDisplay.DisableVsync(); in TEST_F()
114 globalDisplay.DisableVsync(); in TEST_F()
131 globalDisplay.DisableVsync(); in TEST_F()
139 globalDisplay.DisableVsync(); in TEST_F()
161 globalDisplay.DisableVsync(); in TEST_F()
168 globalDisplay.DisableVsync(); in TEST_F()
190 globalDisplay.DisableVsync(); in TEST_F()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/tests/gtest/
H A DTestVsync.cpp100 globalDisplay.DisableVsync(); in TEST_F()
103 globalDisplay.EnableVsync(); in TEST_F()
104 ASSERT_TRUE(globalDisplay.IsVsyncEnabled()); in TEST_F()
106 globalDisplay.DisableVsync(); in TEST_F()
114 globalDisplay.DisableVsync(); in TEST_F()
131 globalDisplay.DisableVsync(); in TEST_F()
139 globalDisplay.DisableVsync(); in TEST_F()
161 globalDisplay.DisableVsync(); in TEST_F()
168 globalDisplay.DisableVsync(); in TEST_F()
190 globalDisplay.DisableVsync(); in TEST_F()
[all …]
/dports/www/firefox/firefox-99.0/gfx/tests/gtest/
H A DTestVsync.cpp104 globalDisplay.DisableVsync(); in TEST_F()
105 ASSERT_FALSE(globalDisplay.IsVsyncEnabled()); in TEST_F()
107 globalDisplay.EnableVsync(); in TEST_F()
108 ASSERT_TRUE(globalDisplay.IsVsyncEnabled()); in TEST_F()
110 globalDisplay.DisableVsync(); in TEST_F()
118 globalDisplay.DisableVsync(); in TEST_F()
127 ASSERT_TRUE(globalDisplay.IsVsyncEnabled()); in TEST_F()
135 globalDisplay.DisableVsync(); in TEST_F()
142 globalDisplay.DisableVsync(); in TEST_F()
164 globalDisplay.DisableVsync(); in TEST_F()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/tests/gtest/
H A DTestVsync.cpp102 globalDisplay.DisableVsync(); in TEST_F()
103 ASSERT_FALSE(globalDisplay.IsVsyncEnabled()); in TEST_F()
105 globalDisplay.EnableVsync(); in TEST_F()
106 ASSERT_TRUE(globalDisplay.IsVsyncEnabled()); in TEST_F()
108 globalDisplay.DisableVsync(); in TEST_F()
109 ASSERT_FALSE(globalDisplay.IsVsyncEnabled()); in TEST_F()
116 globalDisplay.DisableVsync(); in TEST_F()
125 ASSERT_TRUE(globalDisplay.IsVsyncEnabled()); in TEST_F()
138 globalDisplay.DisableVsync(); in TEST_F()
147 ASSERT_TRUE(globalDisplay.IsVsyncEnabled()); in TEST_F()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/tests/gtest/
H A DTestVsync.cpp115 globalDisplay.DisableVsync(); in TEST_F()
116 ASSERT_FALSE(globalDisplay.IsVsyncEnabled()); in TEST_F()
118 globalDisplay.EnableVsync(); in TEST_F()
119 ASSERT_TRUE(globalDisplay.IsVsyncEnabled()); in TEST_F()
121 globalDisplay.DisableVsync(); in TEST_F()
122 ASSERT_FALSE(globalDisplay.IsVsyncEnabled()); in TEST_F()
129 globalDisplay.DisableVsync(); in TEST_F()
137 ASSERT_TRUE(globalDisplay.IsVsyncEnabled()); in TEST_F()
150 globalDisplay.DisableVsync(); in TEST_F()
158 ASSERT_TRUE(globalDisplay.IsVsyncEnabled()); in TEST_F()
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/common/impl/
H A DWebWindowOpener.java33 public void openWindow(final GlobalDisplay globalDisplay, in openWindow() argument
37 openWindowInternal(globalDisplay, url, options, "", -1, -1); in openWindow()
40 public void openMinimalWindow(GlobalDisplay globalDisplay, in openMinimalWindow() argument
47 webOpenMinimalWindow(globalDisplay, in openMinimalWindow()
55 public void openWebMinimalWindow(GlobalDisplay globalDisplay, in openWebMinimalWindow() argument
62 webOpenMinimalWindow(globalDisplay, in openWebMinimalWindow()
70 public void openSatelliteWindow(GlobalDisplay globalDisplay, in openSatelliteWindow() argument
88 webOpenMinimalWindow(globalDisplay, in openSatelliteWindow()
113 private void webOpenMinimalWindow(GlobalDisplay globalDisplay, in webOpenMinimalWindow() argument
136 private void openWindowInternal(GlobalDisplay globalDisplay, in openWindowInternal() argument
[all …]
H A DDesktopWindowOpener.java29 public void openWindow(GlobalDisplay globalDisplay, in openWindow() argument
51 super.openWindow(globalDisplay, in openWindow()
58 public void openWebMinimalWindow(GlobalDisplay globalDisplay, in openWebMinimalWindow() argument
68 super.openWebMinimalWindow(globalDisplay, url, options, width, in openWebMinimalWindow()
73 public void openMinimalWindow(GlobalDisplay globalDisplay, in openMinimalWindow() argument
87 public void openSatelliteWindow(GlobalDisplay globalDisplay, in openSatelliteWindow() argument
108 super.openSatelliteWindow(globalDisplay, mode, width, height, options)); in openSatelliteWindow()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/common/
H A DWindowOpener.java21 void openWindow(GlobalDisplay globalDisplay, in openWindow() argument
25 void openMinimalWindow(GlobalDisplay globalDisplay, in openMinimalWindow() argument
32 void openWebMinimalWindow(GlobalDisplay globalDisplay, in openWebMinimalWindow() argument
39 void openSatelliteWindow(GlobalDisplay globalDisplay, in openSatelliteWindow() argument
H A DGlobalProgressDelayer.java23 public GlobalProgressDelayer(GlobalDisplay globalDisplay, in GlobalProgressDelayer() argument
27 globalDisplay_ = globalDisplay; in GlobalProgressDelayer()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/plots/ui/export/
H A DExportPlot.java30 public void savePlotAsImage(GlobalDisplay globalDisplay, in savePlotAsImage() argument
36 new SavePlotAsImageDialog(globalDisplay, in savePlotAsImage()
37 new PlotsPaneSaveAsImageOperation(globalDisplay, in savePlotAsImage()
45 public void savePlotAsPdf(GlobalDisplay globalDisplay, in savePlotAsPdf() argument
55 new SavePlotAsPdfDialog(globalDisplay, in savePlotAsPdf()
H A DPlotsPaneSaveAsImageOperation.java30 public PlotsPaneSaveAsImageOperation(GlobalDisplay globalDisplay, in PlotsPaneSaveAsImageOperation() argument
34 globalDisplay_ = globalDisplay; in PlotsPaneSaveAsImageOperation()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/core/client/promise/
H A DPromiseWithProgress.java39 GlobalDisplay globalDisplay = RStudioGinjector.INSTANCE.getGlobalDisplay(); in PromiseWithProgress() local
41 ? new GlobalProgressDelayer(globalDisplay, delayMs, progress) in PromiseWithProgress()
62 globalDisplay.showErrorMessage("Error", error.toString()); in PromiseWithProgress()
H A DPromiseServerRequestCallback.java43 GlobalDisplay globalDisplay = RStudioGinjector.INSTANCE.getGlobalDisplay(); in PromiseServerRequestCallback() local
44 delayedProgress_ = new GlobalProgressDelayer(globalDisplay, progressDelayMs, progress); in PromiseServerRequestCallback()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/panmirror/dialogs/
H A DPanmirrorInsertCiteDialog.java229 GlobalDisplay globalDisplay = RStudioGinjector.INSTANCE.getGlobalDisplay(); in validate() local
234 globalDisplay.showErrorMessage( in validate()
243 globalDisplay.showErrorMessage( in validate()
255 globalDisplay.showErrorMessage( in validate()
266 globalDisplay.showErrorMessage( in validate()
271 globalDisplay.showErrorMessage( in validate()
373 GlobalDisplay globalDisplay = RStudioGinjector.INSTANCE.getGlobalDisplay(); in displayError() local
374 globalDisplay.showErrorMessage( in displayError()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/common/dialog/
H A DDesktopDialogBuilderFactory.java95 final GlobalDisplay globalDisplay = RStudioGinjector.INSTANCE in execute()
109 dismissProgress_ = globalDisplay.showProgress(message); in execute()
129 globalDisplay.showErrorMessage("Error", message); in execute()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/viewer/export/
H A DSaveViewerPlotAsImageDesktopDialog.java29 GlobalDisplay globalDisplay, in SaveViewerPlotAsImageDesktopDialog() argument
35 super(globalDisplay, in SaveViewerPlotAsImageDesktopDialog()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/panmirror/ui/
H A DPanmirrorUIDisplay.java39 void initialize(GlobalDisplay globalDisplay) in initialize() argument
41 this.globalDisplay_ = globalDisplay; in initialize()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/terminal/
H A DTerminalHelper.java33 GlobalDisplay globalDisplay) in TerminalHelper() argument
36 globalDisplay_ = globalDisplay; in TerminalHelper()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/vcs/common/
H A DProcessCallback.java49 GlobalDisplay globalDisplay = in ProcessCallback() local
51 dismissProgress_ = globalDisplay.showProgress(progressMessage); in ProcessCallback()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/projects/ui/prefs/
H A DProjectPreferencesPane.java37 void injectMembers(GlobalDisplay globalDisplay, in injectMembers() argument
41 globalDisplay_ = globalDisplay; in injectMembers()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/files/
H A DFilesCopy.java32 GlobalDisplay globalDisplay) in FilesCopy() argument
35 globalDisplay_ = globalDisplay; in FilesCopy()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/common/mirrors/
H A DDefaultCRANMirror.java35 GlobalDisplay globalDisplay, in DefaultCRANMirror() argument
39 globalDisplay_ = globalDisplay; in DefaultCRANMirror()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/packages/ui/
H A DCleanUnusedDialog.java35 GlobalDisplay globalDisplay, in CleanUnusedDialog() argument
42 globalDisplay_ = globalDisplay; in CleanUnusedDialog()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/vcs/svn/
H A DSVNPresenter.java59 GlobalDisplay globalDisplay, in SVNPresenter() argument
69 globalDisplay_ = globalDisplay; in SVNPresenter()
75 globalDisplay, in SVNPresenter()

1234567