Searched defs:IsFullscreenForCurrentTab (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/renderer_host/
H A Drender_view_host_delegate.cc29 bool RenderViewHostDelegate::IsFullscreenForCurrentTab() const { function in class:content::RenderViewHostDelegate
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.cc1460 DidToggleFullscreenModeForTab(IsFullscreenForCurrentTab()));
1463 bool WebContentsImpl::IsFullscreenForCurrentTab() const { function in class:content::WebContentsImpl
2608 if (IsFullscreenForCurrentTab())
2610 DCHECK(!IsFullscreenForCurrentTab());
3614 if (IsFullscreenForCurrentTab())

Completed in 2537 milliseconds