Searched refs:IsFullscreenForTabOrPending (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/chrome/browser/ui/fullscreen/
H A Dfullscreen_controller_state_unittest.cc507 ASSERT_FALSE(wc_delegate->IsFullscreenForTabOrPending(first_tab));
508 ASSERT_FALSE(wc_delegate->IsFullscreenForTabOrPending(second_tab));
515 EXPECT_TRUE(wc_delegate->IsFullscreenForTabOrPending(first_tab));
516 EXPECT_FALSE(wc_delegate->IsFullscreenForTabOrPending(second_tab));
523 EXPECT_TRUE(wc_delegate->IsFullscreenForTabOrPending(first_tab));
524 EXPECT_FALSE(wc_delegate->IsFullscreenForTabOrPending(second_tab));
535 EXPECT_TRUE(wc_delegate->IsFullscreenForTabOrPending(first_tab));
536 EXPECT_FALSE(wc_delegate->IsFullscreenForTabOrPending(second_tab));
540 EXPECT_FALSE(wc_delegate->IsFullscreenForTabOrPending(first_tab));
541 EXPECT_FALSE(wc_delegate->IsFullscreenForTabOrPending(second_ta
[all...]
H A Dfullscreen_controller.h83 bool IsFullscreenForTabOrPending(
H A Dfullscreen_controller.cc84 bool FullscreenController::IsFullscreenForTabOrPending( function in class:FullscreenController
238 !IsFullscreenForTabOrPending(web_contents)) {
/external/chromium_org/android_webview/native/
H A Daw_web_contents_delegate.h58 virtual bool IsFullscreenForTabOrPending(
H A Daw_web_contents_delegate.cc224 bool AwWebContentsDelegate::IsFullscreenForTabOrPending( function in class:android_webview::AwWebContentsDelegate
/external/chromium_org/components/web_contents_delegate_android/
H A Dweb_contents_delegate_android.h92 virtual bool IsFullscreenForTabOrPending(
H A Dweb_contents_delegate_android.cc340 bool WebContentsDelegateAndroid::IsFullscreenForTabOrPending( function in class:web_contents_delegate_android::WebContentsDelegateAndroid
/external/chromium_org/content/public/browser/
H A Dweb_contents_delegate.cc151 bool WebContentsDelegate::IsFullscreenForTabOrPending( function in class:content::WebContentsDelegate
H A Dweb_contents_delegate.h376 virtual bool IsFullscreenForTabOrPending(
/external/chromium_org/content/shell/browser/
H A Dshell.h132 virtual bool IsFullscreenForTabOrPending(
H A Dshell.cc301 bool Shell::IsFullscreenForTabOrPending(const WebContents* web_contents) const { function in class:content::Shell
/external/chromium_org/ui/views/controls/webview/
H A Dwebview.cc151 IsFullscreenForTabOrPending(web_contents())))) {
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl_unittest.cc308 virtual bool IsFullscreenForTabOrPending(const WebContents* web_contents)
1316 EXPECT_FALSE(fake_delegate.IsFullscreenForTabOrPending(contents()));
1321 EXPECT_TRUE(fake_delegate.IsFullscreenForTabOrPending(contents()));
1334 EXPECT_FALSE(fake_delegate.IsFullscreenForTabOrPending(contents()));
1365 EXPECT_FALSE(fake_delegate.IsFullscreenForTabOrPending(contents()));
1373 EXPECT_TRUE(fake_delegate.IsFullscreenForTabOrPending(contents()));
1388 EXPECT_FALSE(fake_delegate.IsFullscreenForTabOrPending(contents()));
1426 EXPECT_FALSE(fake_delegate.IsFullscreenForTabOrPending(contents()));
1431 EXPECT_TRUE(fake_delegate.IsFullscreenForTabOrPending(contents()));
1441 EXPECT_FALSE(fake_delegate.IsFullscreenForTabOrPending(content
[all...]
H A Dweb_contents_impl.cc1464 return delegate_ ? delegate_->IsFullscreenForTabOrPending(this) : false;
/external/chromium_org/extensions/browser/app_window/
H A Dapp_window.h379 virtual bool IsFullscreenForTabOrPending(const content::WebContents* source)
H A Dapp_window.cc939 bool AppWindow::IsFullscreenForTabOrPending(const content::WebContents* source) function in class:extensions::AppWindow
/external/chromium_org/athena/content/
H A Dweb_activity.cc315 virtual bool IsFullscreenForTabOrPending(
/external/chromium_org/chrome/browser/ui/
H A Dbrowser.cc1647 bool Browser::IsFullscreenForTabOrPending( function in class:Browser
1649 return fullscreen_controller_->IsFullscreenForTabOrPending(web_contents);
H A Dbrowser.h622 virtual bool IsFullscreenForTabOrPending(

Completed in 662 milliseconds