Home
last modified time | relevance | path

Searched refs:IsFullscreenForTabOrPending (Results 1 – 20 of 20) sorted by relevance

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