Searched refs:IsWebContentsVisible (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/chrome/browser/ui/
H A Dchrome_web_modal_dialog_manager_delegate.cc16 bool ChromeWebModalDialogManagerDelegate::IsWebContentsVisible( function in class:ChromeWebModalDialogManagerDelegate
H A Dchrome_web_modal_dialog_manager_delegate.h20 virtual bool IsWebContentsVisible(
/external/chromium_org/components/web_modal/
H A Dweb_contents_modal_dialog_manager_delegate.cc20 bool WebContentsModalDialogManagerDelegate::IsWebContentsVisible( function in class:web_modal::WebContentsModalDialogManagerDelegate
H A Dtest_web_contents_modal_dialog_manager_delegate.cc26 bool TestWebContentsModalDialogManagerDelegate::IsWebContentsVisible( function in class:web_modal::TestWebContentsModalDialogManagerDelegate
H A Dweb_contents_modal_dialog_manager_delegate.h34 virtual bool IsWebContentsVisible(content::WebContents* web_contents);
H A Dtest_web_contents_modal_dialog_manager_delegate.h26 virtual bool IsWebContentsVisible(
H A Dweb_contents_modal_dialog_manager.h96 bool IsWebContentsVisible() const;
H A Dweb_contents_modal_dialog_manager.cc52 if (delegate_ && delegate_->IsWebContentsVisible(web_contents()))
/external/chromium_org/chrome/browser/ui/apps/
H A Dchrome_app_window_delegate.h57 virtual bool IsWebContentsVisible(
H A Dchrome_app_window_delegate.cc245 bool ChromeAppWindowDelegate::IsWebContentsVisible( function in class:ChromeAppWindowDelegate
/external/chromium_org/chrome/browser/extensions/
H A Dextension_view_host.h109 virtual bool IsWebContentsVisible(
H A Dextension_view_host.cc277 bool ExtensionViewHost::IsWebContentsVisible(WebContents* web_contents) { function in class:extensions::ExtensionViewHost
/external/chromium_org/apps/
H A Dapp_window.h232 virtual bool IsWebContentsVisible(content::WebContents* web_contents) = 0;
435 virtual bool IsWebContentsVisible(content::WebContents* web_contents)
H A Dapp_window.cc1025 bool AppWindow::IsWebContentsVisible(content::WebContents* web_contents) { function in class:apps::AppWindow
1026 return delegate_->IsWebContentsVisible(web_contents);

Completed in 153 milliseconds