Home
last modified time | relevance | path

Searched refs:DialogsAreSuppressed (Results 1 – 17 of 17) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/nacl_host/
H A Dnacl_browser_delegate_impl.cc73 bool NaClBrowserDelegateImpl::DialogsAreSuppressed() { in DialogsAreSuppressed() function in NaClBrowserDelegateImpl
74 return logging::DialogsAreSuppressed(); in DialogsAreSuppressed()
H A Dnacl_browser_delegate_impl.h30 bool DialogsAreSuppressed() override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/common/
H A Dlogging_chrome.h62 bool DialogsAreSuppressed();
H A Dlogging_chrome.cc416 bool DialogsAreSuppressed() { in DialogsAreSuppressed() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/common/
H A Dlogging_chrome.h62 bool DialogsAreSuppressed();
H A Dlogging_chrome.cc416 bool DialogsAreSuppressed() { in DialogsAreSuppressed() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/nacl/browser/
H A Dtest_nacl_browser_delegate.h27 bool DialogsAreSuppressed() override;
H A Dtest_nacl_browser_delegate.cc15 bool TestNaClBrowserDelegate::DialogsAreSuppressed() { in DialogsAreSuppressed() function in TestNaClBrowserDelegate
H A Dnacl_browser_delegate.h38 virtual bool DialogsAreSuppressed() = 0;
H A Dnacl_broker_host_win.cc70 if (NaClBrowser::GetDelegate()->DialogsAreSuppressed()) in Init()
H A Dnacl_process_host.cc537 if (NaClBrowser::GetDelegate()->DialogsAreSuppressed()) in LaunchSelLdr()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/shell/browser/
H A Dshell_nacl_browser_delegate.h30 bool DialogsAreSuppressed() override;
H A Dshell_nacl_browser_delegate.cc49 bool ShellNaClBrowserDelegate::DialogsAreSuppressed() { in DialogsAreSuppressed() function in extensions::ShellNaClBrowserDelegate
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/shell/browser/
H A Dshell_nacl_browser_delegate.h30 bool DialogsAreSuppressed() override;
H A Dshell_nacl_browser_delegate.cc49 bool ShellNaClBrowserDelegate::DialogsAreSuppressed() { in DialogsAreSuppressed() function in extensions::ShellNaClBrowserDelegate
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/
H A Dhung_renderer_view.cc242 if (logging::DialogsAreSuppressed()) in Show()
263 if (!logging::DialogsAreSuppressed() && HungRendererDialogView::GetInstance()) in Hide()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/
H A Dchrome_content_browser_client.cc2206 if (logging::DialogsAreSuppressed()) in AppendExtraCommandLineSwitches()