IsWebContentsVisible  946 apps/app_window.cc   return delegate_->IsWebContentsVisible(web_contents);
IsWebContentsVisible  228 apps/app_window.h     virtual bool IsWebContentsVisible(content::WebContents* web_contents) = 0;
IsWebContentsVisible  417 apps/app_window.h   virtual bool IsWebContentsVisible(content::WebContents* web_contents)
IsWebContentsVisible   49 apps/shell/browser/shell_app_window_delegate.h   virtual bool IsWebContentsVisible(content::WebContents* web_contents)
IsWebContentsVisible  112 chrome/browser/extensions/extension_view_host.h   virtual bool IsWebContentsVisible(
IsWebContentsVisible   57 chrome/browser/ui/apps/chrome_app_window_delegate.h   virtual bool IsWebContentsVisible(
IsWebContentsVisible   20 chrome/browser/ui/chrome_web_modal_dialog_manager_delegate.h   virtual bool IsWebContentsVisible(
IsWebContentsVisible   26 components/web_modal/test_web_contents_modal_dialog_manager_delegate.h   virtual bool IsWebContentsVisible(
IsWebContentsVisible   39 components/web_modal/web_contents_modal_dialog_manager.cc     if (delegate_ && delegate_->IsWebContentsVisible(web_contents()))
IsWebContentsVisible   94 components/web_modal/web_contents_modal_dialog_manager.h   bool IsWebContentsVisible() const;
IsWebContentsVisible   34 components/web_modal/web_contents_modal_dialog_manager_delegate.h   virtual bool IsWebContentsVisible(content::WebContents* web_contents);