/external/chromium_org/chrome/browser/ui/fullscreen/ |
D | fullscreen_controller_state_unittest.cc | 507 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 …]
|
D | fullscreen_controller.h | 83 bool IsFullscreenForTabOrPending(
|
D | fullscreen_controller.cc | 84 bool FullscreenController::IsFullscreenForTabOrPending( in IsFullscreenForTabOrPending() function in FullscreenController 238 !IsFullscreenForTabOrPending(web_contents)) { in RequestToLockMouse()
|
/external/chromium_org/android_webview/native/ |
D | aw_web_contents_delegate.h | 58 virtual bool IsFullscreenForTabOrPending(
|
D | aw_web_contents_delegate.cc | 224 bool AwWebContentsDelegate::IsFullscreenForTabOrPending( in IsFullscreenForTabOrPending() function in android_webview::AwWebContentsDelegate
|
/external/chromium_org/components/web_contents_delegate_android/ |
D | web_contents_delegate_android.h | 92 virtual bool IsFullscreenForTabOrPending(
|
D | web_contents_delegate_android.cc | 340 bool WebContentsDelegateAndroid::IsFullscreenForTabOrPending( in IsFullscreenForTabOrPending() function in web_contents_delegate_android::WebContentsDelegateAndroid
|
/external/chromium_org/content/public/browser/ |
D | web_contents_delegate.cc | 151 bool WebContentsDelegate::IsFullscreenForTabOrPending( in IsFullscreenForTabOrPending() function in content::WebContentsDelegate
|
D | web_contents_delegate.h | 376 virtual bool IsFullscreenForTabOrPending(
|
/external/chromium_org/content/browser/web_contents/ |
D | web_contents_impl_unittest.cc | 308 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()
|
D | web_contents_impl.cc | 1464 return delegate_ ? delegate_->IsFullscreenForTabOrPending(this) : false; in IsFullscreenForCurrentTab()
|
/external/chromium_org/content/shell/browser/ |
D | shell.h | 132 virtual bool IsFullscreenForTabOrPending(
|
D | shell.cc | 301 bool Shell::IsFullscreenForTabOrPending(const WebContents* web_contents) const { in IsFullscreenForTabOrPending() function in content::Shell
|
/external/chromium_org/ui/views/controls/webview/ |
D | webview.cc | 151 IsFullscreenForTabOrPending(web_contents())))) { in OnBoundsChanged()
|
/external/chromium_org/extensions/browser/app_window/ |
D | app_window.h | 379 virtual bool IsFullscreenForTabOrPending(const content::WebContents* source)
|
D | app_window.cc | 939 bool AppWindow::IsFullscreenForTabOrPending(const content::WebContents* source) in IsFullscreenForTabOrPending() function in extensions::AppWindow
|
/external/chromium_org/athena/content/ |
D | web_activity.cc | 315 virtual bool IsFullscreenForTabOrPending( in IsFullscreenForTabOrPending() function in athena::AthenaWebView
|
/external/chromium_org/chrome/browser/ui/cocoa/tab_contents/ |
D | tab_contents_controller.mm | 300 wc->GetDelegate()->IsFullscreenForTabOrPending(wc)))) {
|
/external/chromium_org/chrome/browser/ui/ |
D | browser.h | 622 virtual bool IsFullscreenForTabOrPending(
|
D | browser.cc | 1647 bool Browser::IsFullscreenForTabOrPending( in IsFullscreenForTabOrPending() function in Browser 1649 return fullscreen_controller_->IsFullscreenForTabOrPending(web_contents); in IsFullscreenForTabOrPending()
|