Searched refs:IsFullscreenForCurrentTab (Results 1 - 7 of 7) 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
H A Drender_view_host_delegate.h198 virtual bool IsFullscreenForCurrentTab() const;
H A Drender_view_host_impl.cc1283 return delegate_->IsFullscreenForCurrentTab();
/external/chromium_org/content/browser/screen_orientation/
H A Dscreen_orientation_provider_android.cc55 !web_contents_impl()->IsFullscreenForCurrentTab()) {
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl_unittest.cc1315 EXPECT_FALSE(contents()->IsFullscreenForCurrentTab());
1320 EXPECT_TRUE(contents()->IsFullscreenForCurrentTab());
1333 EXPECT_FALSE(contents()->IsFullscreenForCurrentTab());
1364 EXPECT_FALSE(contents()->IsFullscreenForCurrentTab());
1372 EXPECT_TRUE(contents()->IsFullscreenForCurrentTab());
1387 EXPECT_FALSE(contents()->IsFullscreenForCurrentTab());
1425 EXPECT_FALSE(contents()->IsFullscreenForCurrentTab());
1430 EXPECT_TRUE(contents()->IsFullscreenForCurrentTab());
1440 EXPECT_FALSE(contents()->IsFullscreenForCurrentTab());
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())
H A Dweb_contents_impl.h456 virtual bool IsFullscreenForCurrentTab() const OVERRIDE;

Completed in 1285 milliseconds