Searched refs:IsNeverVisible (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Dgpu_browsertest.cc25 ASSERT_TRUE(host->host_contents()->GetDelegate()->IsNeverVisible(
/external/chromium_org/content/browser/renderer_host/
H A Drender_view_host_delegate.cc47 bool RenderViewHostDelegate::IsNeverVisible() { function in class:content::RenderViewHostDelegate
H A Drender_view_host_delegate.h276 virtual bool IsNeverVisible();
H A Drender_view_host_impl.cc298 params.never_visible = delegate_->IsNeverVisible();
/external/chromium_org/chrome/browser/tab_contents/
H A Dbackground_contents.h68 virtual bool IsNeverVisible(content::WebContents* web_contents) OVERRIDE;
H A Dbackground_contents.cc126 bool BackgroundContents::IsNeverVisible(content::WebContents* web_contents) { function in class:BackgroundContents
/external/chromium_org/content/public/browser/
H A Dweb_contents_delegate.cc214 bool WebContentsDelegate::IsNeverVisible(WebContents* web_contents) { function in class:content::WebContentsDelegate
H A Dweb_contents_delegate.h488 virtual bool IsNeverVisible(WebContents* web_contents);
/external/chromium_org/extensions/browser/
H A Dextension_host.h108 virtual bool IsNeverVisible(content::WebContents* web_contents) OVERRIDE;
H A Dextension_host.cc439 bool ExtensionHost::IsNeverVisible(content::WebContents* web_contents) { function in class:extensions::ExtensionHost
/external/chromium_org/chrome/browser/ui/views/
H A Ddesktop_media_picker_views.cc416 !parent_web_contents->GetDelegate()->IsNeverVisible(parent_web_contents);
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.h390 virtual bool IsNeverVisible() OVERRIDE;
H A Dweb_contents_impl.cc3504 bool WebContentsImpl::IsNeverVisible() { function in class:content::WebContentsImpl
3507 return delegate_->IsNeverVisible(this);

Completed in 169 milliseconds