/external/chromium_org/chrome/browser/ui/ |
D | chrome_web_modal_dialog_manager_delegate.cc | 16 bool ChromeWebModalDialogManagerDelegate::IsWebContentsVisible( in IsWebContentsVisible() function in ChromeWebModalDialogManagerDelegate
|
D | chrome_web_modal_dialog_manager_delegate.h | 20 virtual bool IsWebContentsVisible(
|
/external/chromium_org/components/web_modal/ |
D | web_contents_modal_dialog_manager_delegate.cc | 20 bool WebContentsModalDialogManagerDelegate::IsWebContentsVisible( in IsWebContentsVisible() function in web_modal::WebContentsModalDialogManagerDelegate
|
D | test_web_contents_modal_dialog_manager_delegate.cc | 26 bool TestWebContentsModalDialogManagerDelegate::IsWebContentsVisible( in IsWebContentsVisible() function in web_modal::TestWebContentsModalDialogManagerDelegate
|
D | web_contents_modal_dialog_manager_delegate.h | 34 virtual bool IsWebContentsVisible(content::WebContents* web_contents);
|
D | test_web_contents_modal_dialog_manager_delegate.h | 26 virtual bool IsWebContentsVisible(
|
D | web_contents_modal_dialog_manager.h | 96 bool IsWebContentsVisible() const;
|
D | web_contents_modal_dialog_manager.cc | 52 if (delegate_ && delegate_->IsWebContentsVisible(web_contents())) in ShowDialogWithManager()
|
/external/chromium_org/athena/extensions/ |
D | athena_app_delegate_base.h | 36 virtual bool IsWebContentsVisible(
|
D | athena_app_delegate_base.cc | 91 bool AthenaAppDelegateBase::IsWebContentsVisible( in IsWebContentsVisible() function in athena::AthenaAppDelegateBase
|
/external/chromium_org/extensions/shell/browser/ |
D | shell_app_delegate.h | 50 virtual bool IsWebContentsVisible(
|
D | shell_app_delegate.cc | 84 bool ShellAppDelegate::IsWebContentsVisible( in IsWebContentsVisible() function in extensions::ShellAppDelegate
|
/external/chromium_org/extensions/browser/app_window/ |
D | app_delegate.h | 75 virtual bool IsWebContentsVisible(content::WebContents* web_contents) = 0;
|
D | app_window.h | 423 virtual bool IsWebContentsVisible(content::WebContents* web_contents)
|
D | app_window.cc | 973 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/ |
D | chrome_app_delegate.h | 69 virtual bool IsWebContentsVisible(
|
D | chrome_app_delegate.cc | 279 bool ChromeAppDelegate::IsWebContentsVisible( in IsWebContentsVisible() function in ChromeAppDelegate
|
/external/chromium_org/chrome/browser/extensions/ |
D | extension_view_host.h | 95 virtual bool IsWebContentsVisible(
|
D | extension_view_host.cc | 257 bool ExtensionViewHost::IsWebContentsVisible(WebContents* web_contents) { in IsWebContentsVisible() function in extensions::ExtensionViewHost
|