Home
last modified time | relevance | path

Searched refs:IsWebContentsVisible (Results 1 – 19 of 19) sorted by relevance

/external/chromium_org/chrome/browser/ui/
Dchrome_web_modal_dialog_manager_delegate.cc16 bool ChromeWebModalDialogManagerDelegate::IsWebContentsVisible( in IsWebContentsVisible() function in ChromeWebModalDialogManagerDelegate
Dchrome_web_modal_dialog_manager_delegate.h20 virtual bool IsWebContentsVisible(
/external/chromium_org/components/web_modal/
Dweb_contents_modal_dialog_manager_delegate.cc20 bool WebContentsModalDialogManagerDelegate::IsWebContentsVisible( in IsWebContentsVisible() function in web_modal::WebContentsModalDialogManagerDelegate
Dtest_web_contents_modal_dialog_manager_delegate.cc26 bool TestWebContentsModalDialogManagerDelegate::IsWebContentsVisible( in IsWebContentsVisible() function in web_modal::TestWebContentsModalDialogManagerDelegate
Dweb_contents_modal_dialog_manager_delegate.h34 virtual bool IsWebContentsVisible(content::WebContents* web_contents);
Dtest_web_contents_modal_dialog_manager_delegate.h26 virtual bool IsWebContentsVisible(
Dweb_contents_modal_dialog_manager.h96 bool IsWebContentsVisible() const;
Dweb_contents_modal_dialog_manager.cc52 if (delegate_ && delegate_->IsWebContentsVisible(web_contents())) in ShowDialogWithManager()
/external/chromium_org/athena/extensions/
Dathena_app_delegate_base.h36 virtual bool IsWebContentsVisible(
Dathena_app_delegate_base.cc91 bool AthenaAppDelegateBase::IsWebContentsVisible( in IsWebContentsVisible() function in athena::AthenaAppDelegateBase
/external/chromium_org/extensions/shell/browser/
Dshell_app_delegate.h50 virtual bool IsWebContentsVisible(
Dshell_app_delegate.cc84 bool ShellAppDelegate::IsWebContentsVisible( in IsWebContentsVisible() function in extensions::ShellAppDelegate
/external/chromium_org/extensions/browser/app_window/
Dapp_delegate.h75 virtual bool IsWebContentsVisible(content::WebContents* web_contents) = 0;
Dapp_window.h423 virtual bool IsWebContentsVisible(content::WebContents* web_contents)
Dapp_window.cc973 bool AppWindow::IsWebContentsVisible(content::WebContents* web_contents) { in IsWebContentsVisible() function in extensions::AppWindow
974 return app_delegate_->IsWebContentsVisible(web_contents); in IsWebContentsVisible()
/external/chromium_org/chrome/browser/ui/apps/
Dchrome_app_delegate.h69 virtual bool IsWebContentsVisible(
Dchrome_app_delegate.cc279 bool ChromeAppDelegate::IsWebContentsVisible( in IsWebContentsVisible() function in ChromeAppDelegate
/external/chromium_org/chrome/browser/extensions/
Dextension_view_host.h95 virtual bool IsWebContentsVisible(
Dextension_view_host.cc257 bool ExtensionViewHost::IsWebContentsVisible(WebContents* web_contents) { in IsWebContentsVisible() function in extensions::ExtensionViewHost