Home
last modified time | relevance | path

Searched refs:CloseAllDialogs (Results 1 – 18 of 18) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/web_modal/
H A Dweb_contents_modal_dialog_manager.cc119 void WebContentsModalDialogManager::CloseAllDialogs() { in CloseAllDialogs() function in web_modal::WebContentsModalDialogManager
139 CloseAllDialogs(); in DidFinishNavigation()
170 CloseAllDialogs(); in WebContentsDestroyed()
174 CloseAllDialogs(); in DidAttachInterstitialPage()
H A Dweb_contents_modal_dialog_manager.h57 void CloseAllDialogs() { manager_->CloseAllDialogs(); } in CloseAllDialogs() function
70 void CloseAllDialogs();
H A Dweb_contents_modal_dialog_manager_unittest.cc318 TEST_F(WebContentsModalDialogManagerTest, CloseAllDialogs) { in TEST_F() argument
334 test_api->CloseAllDialogs(); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/web_modal/
H A Dweb_contents_modal_dialog_manager.h57 void CloseAllDialogs() { manager_->CloseAllDialogs(); } in CloseAllDialogs() function
69 void CloseAllDialogs();
H A Dweb_contents_modal_dialog_manager.cc119 void WebContentsModalDialogManager::CloseAllDialogs() { in CloseAllDialogs() function in web_modal::WebContentsModalDialogManager
139 CloseAllDialogs(); in DidFinishNavigation()
170 CloseAllDialogs(); in WebContentsDestroyed()
H A Dweb_contents_modal_dialog_manager_unittest.cc294 TEST_F(WebContentsModalDialogManagerTest, CloseAllDialogs) { in TEST_F() argument
310 test_api->CloseAllDialogs(); in TEST_F()
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dardour_dialog.h65 static sigc::signal<void> CloseAllDialogs; variable
H A Dardour_window.cc157 ARDOUR_UI::CloseAllDialogs.connect (sigc::mem_fun (*this, &ArdourWindow::hide)); in init()
H A Dardour_dialog.cc162 …ARDOUR_UI::CloseAllDialogs.connect (sigc::mem_fun (*this, &ArdourDialog::close_self)); /* send a R… in init()
H A Dardour_ui.h270 static void close_all_dialogs () { CloseAllDialogs(); } in close_all_dialogs()
271 static sigc::signal<void> CloseAllDialogs; variable
H A Dardour_ui.cc228 sigc::signal<void> ARDOUR_UI::CloseAllDialogs; member in ARDOUR_UI
/dports/games/openclonk/openclonk-release-8.1-src/src/gui/
H A DC4Startup.cpp277 ::pGUI->CloseAllDialogs(true); in DontStartup()
H A DC4Gui.cpp704 void Screen::CloseAllDialogs(bool fWithOK) in CloseAllDialogs() function in C4GUI::Screen
H A DC4Gui.h2647 void CloseAllDialogs(bool fWithOK); // close all dialogs on the screen; top dlgs first
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/extensions/
H A Dmedia_galleries_dialog_views.cc112 web_modal::WebContentsModalDialogManager::TestApi(manager).CloseAllDialogs(); in AcceptDialogForTesting()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/apps/platform_apps/
H A Dapp_browsertest.cc979 test_api.CloseAllDialogs(); in IN_PROC_BROWSER_TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/
H A Dbrowser.cc2376 WebContentsModalDialogManager::FromWebContents(contents)->CloseAllDialogs(); in OnTabClosing()
/dports/games/openclonk/openclonk-release-8.1-src/src/network/
H A DC4Network2.cpp486 ::pGUI->CloseAllDialogs(false); in DoLobby()