Home
last modified time | relevance | path

Searched refs:closePopup (Results 1 – 25 of 187) sorted by relevance

12345678

/dports/games/emptyepsilon/EmptyEpsilon-EE-2021.06.23/src/screenComponents/
H A DmainScreenControls.cpp37 closePopup(); in GuiMainScreenControls()
45 closePopup(); in GuiMainScreenControls()
53 closePopup(); in GuiMainScreenControls()
61 closePopup(); in GuiMainScreenControls()
74 closePopup(); in GuiMainScreenControls()
86 closePopup(); in GuiMainScreenControls()
97 closePopup(); in GuiMainScreenControls()
112 closePopup(); in GuiMainScreenControls()
123 closePopup(); in GuiMainScreenControls()
132 void GuiMainScreenControls::closePopup() in closePopup() function in GuiMainScreenControls
H A DmainScreenControls.h21 void closePopup();
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/panmirror/src/editor/src/behaviors/insert_symbol/
H A Dinsert_symbol-plugin.tsx63 this.closePopup();
66 this.closePopup();
75 this.closePopup = this.closePopup.bind(this);
76 this.scrollUnsubscribe = events.subscribe(ScrollEvent, this.closePopup);
129 this.closePopup();
133 private closePopup() {
148 const closePopup = () => {
149 this.closePopup();
156 onClose={closePopup}
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/panmirror/src/editor/src/marks/math/
H A Dmath-popup.ts68 this.closePopup();
128 this.closePopup();
134 this.closePopup();
141 this.closePopup();
174 private closePopup() { method in MathPopupPlugin
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/androidTest/java/org/mozilla/geckoview/test/
H A DTestRunnerApiEngine.java21 GeckoResult<Void> closePopup(); in closePopup() method
42 return (GeckoResult) mImpl.closePopup(); in handleMessage()
44 return(GeckoResult) mImpl.closePopup(); in handleMessage()
/dports/www/firefox/firefox-99.0/mobile/android/test_runner/src/main/java/org/mozilla/geckoview/test_runner/
H A DTestRunnerApiEngine.java24 GeckoResult<Void> closePopup(); in closePopup() method
46 return (GeckoResult) mImpl.closePopup(); in handleMessage()
48 return (GeckoResult) mImpl.closePopup(); in handleMessage()
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/androidTest/java/org/mozilla/geckoview/test/
H A DTestRunnerApiEngine.java21 GeckoResult<Void> closePopup(); in closePopup() method
42 return (GeckoResult) mImpl.closePopup(); in handleMessage()
44 return(GeckoResult) mImpl.closePopup(); in handleMessage()
/dports/www/falkon/falkon-3.2.0/src/lib/bookmarks/
H A Dbookmarkswidget.cpp64 closePopup(); in toggleSpeedDial()
88 closePopup(); in toggleBookmark()
134 void BookmarksWidget::closePopup() in closePopup() function in BookmarksWidget
H A Dbookmarkswidget.h50 void closePopup();
/dports/multimedia/zoneminder/zoneminder-1.36.5/web/skins/classic/js/
H A Dskin.js.php73 if ( ( ! empty($closePopup) ) and ( $closePopup == true ) ) {
/dports/security/keybase/client-v5.7.1/shared/actions/
H A Dunlock-folders-gen.tsx10 export const closePopup = 'unlock-folders:closePopup'
43 type: closePopup,
70 …t type ClosePopupPayload = {readonly payload: _ClosePopupPayload; readonly type: typeof closePopup}
H A Dunlock-folders.tsx19 const closePopup = () => {
68 yield* Saga.chainAction2(UnlockFoldersGen.closePopup, closePopup)
/dports/net/storj/storj-1.45.3/web/satellite/src/components/objects/
H A DUploadCancelPopup.vue22 :on-press="closePopup"
51 this.closePopup();
57 public closePopup(): void {
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/tw/
H A Dpopup.h26 virtual void closePopup();
75 virtual void closePopup();
H A Dprogressbar.h21 void closePopup();
/dports/graphics/aseprite/aseprite-1.2.9/src/app/commands/
H A Dcmd_palette_editor.cpp75 button->closePopup(); in onExecute()
83 button->closePopup(); in onExecute()
/dports/www/falkon/falkon-3.2.0/src/lib/navigation/completer/
H A Dlocationcompleter.cpp69 void LocationCompleter::closePopup() in closePopup() function in LocationCompleter
239 closePopup(); in indexActivated()
263 closePopup(); in indexCtrlActivated()
276 closePopup(); in indexShiftActivated()
367 closePopup(); in loadRequest()
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/satchel/
H A DAutoCompletePopup.jsm116 this.openedPopup.closePopup();
197 this.closePopup();
207 this.closePopup();
214 closePopup() {
277 this.closePopup();
/dports/multimedia/zoneminder/zoneminder-1.36.5/web/includes/actions/
H A Dbandwidth.php27 $closePopup = true; variable
H A Devent.php41 $closePopup = true; variable
/dports/graphics/aseprite/aseprite-1.2.9/src/ui/
H A Dint_entry.cpp48 closePopup(); in ~IntEntry()
199 void IntEntry::closePopup() in closePopup() function in ui::IntEntry
H A Dint_entry.h38 void closePopup();
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/show/
H A DShowKeysUI.java75 closePopup(); in dispose()
119 closePopup(); in openPopup()
128 private void closePopup() { in closePopup() method in ShowKeysUI
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/components/satchel/
H A DAutoCompletePopup.jsm179 this.closePopup();
189 this.closePopup();
196 closePopup() {
255 this.closePopup();
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/actors/
H A DAutoCompleteChild.jsm65 closePopup() {
66 this.actor.closePopup();
242 closePopup() {

12345678