Home
last modified time | relevance | path

Searched refs:IsWindowFullscreenForTabOrPending (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/ui/fullscreen/
Dfullscreen_controller_state_unittest.cc509 ASSERT_FALSE(GetFullscreenController()->IsWindowFullscreenForTabOrPending()); in TEST_F()
517 EXPECT_FALSE(GetFullscreenController()->IsWindowFullscreenForTabOrPending()); in TEST_F()
525 EXPECT_FALSE(GetFullscreenController()->IsWindowFullscreenForTabOrPending()); in TEST_F()
537 EXPECT_FALSE(GetFullscreenController()->IsWindowFullscreenForTabOrPending()); in TEST_F()
542 EXPECT_FALSE(GetFullscreenController()->IsWindowFullscreenForTabOrPending()); in TEST_F()
576 EXPECT_FALSE(GetFullscreenController()->IsWindowFullscreenForTabOrPending()); in TEST_F()
583 EXPECT_TRUE(GetFullscreenController()->IsWindowFullscreenForTabOrPending()); in TEST_F()
592 EXPECT_FALSE(GetFullscreenController()->IsWindowFullscreenForTabOrPending()); in TEST_F()
600 EXPECT_FALSE(GetFullscreenController()->IsWindowFullscreenForTabOrPending()); in TEST_F()
634 EXPECT_FALSE(GetFullscreenController()->IsWindowFullscreenForTabOrPending()); in TEST_F()
[all …]
Dfullscreen_controller_interactive_browsertest.cc171 ASSERT_EQ(IsWindowFullscreenForTabOrPending(), enter_fullscreen); in ToggleTabFullscreen_Internal()
338 ASSERT_TRUE(IsWindowFullscreenForTabOrPending()); in IN_PROC_BROWSER_TEST_F()
357 ASSERT_FALSE(IsWindowFullscreenForTabOrPending()); in IN_PROC_BROWSER_TEST_F()
440 ASSERT_FALSE(IsWindowFullscreenForTabOrPending()); in IN_PROC_BROWSER_TEST_F()
447 ASSERT_FALSE(IsWindowFullscreenForTabOrPending()); in IN_PROC_BROWSER_TEST_F()
498 ASSERT_TRUE(IsWindowFullscreenForTabOrPending()); in IN_PROC_BROWSER_TEST_F()
509 ASSERT_FALSE(IsWindowFullscreenForTabOrPending()); in IN_PROC_BROWSER_TEST_F()
565 ASSERT_TRUE(IsWindowFullscreenForTabOrPending()); in IN_PROC_BROWSER_TEST_F()
594 ASSERT_TRUE(IsWindowFullscreenForTabOrPending()); in IN_PROC_BROWSER_TEST_F()
603 ASSERT_FALSE(IsWindowFullscreenForTabOrPending()); in IN_PROC_BROWSER_TEST_F()
[all …]
Dfullscreen_controller.cc80 bool FullscreenController::IsWindowFullscreenForTabOrPending() const { in IsWindowFullscreenForTabOrPending() function in FullscreenController
112 if (IsWindowFullscreenForTabOrPending() == enter_fullscreen) in ToggleFullscreenModeForTab()
362 } else if (IsWindowFullscreenForTabOrPending() || in HandleUserPressedEscape()
372 if (IsWindowFullscreenForTabOrPending()) in ExitTabOrBrowserFullscreenToPreviousState()
439 if (!IsWindowFullscreenForTabOrPending()) in OnDenyFullscreenPermission()
443 if (IsWindowFullscreenForTabOrPending()) in OnDenyFullscreenPermission()
583 if (!IsWindowFullscreenForTabOrPending()) { in ToggleFullscreenModeInternal()
674 if (IsWindowFullscreenForTabOrPending())
Dfullscreen_controller_test.cc42 bool FullscreenControllerTest::IsWindowFullscreenForTabOrPending() { in IsWindowFullscreenForTabOrPending() function in FullscreenControllerTest
44 IsWindowFullscreenForTabOrPending(); in IsWindowFullscreenForTabOrPending()
Dfullscreen_controller_test.h46 bool IsWindowFullscreenForTabOrPending();
Dfullscreen_controller.h78 bool IsWindowFullscreenForTabOrPending() const;
Dfullscreen_controller_state_test.cc765 EXPECT_EQ(GetFullscreenController()->IsWindowFullscreenForTabOrPending(), in VerifyWindowStateExpectations()
/external/chromium_org/chrome/browser/ui/views/frame/
Dimmersive_mode_controller_ash.cc155 IsWindowFullscreenForTabOrPending(); in UpdateTabIndicators()
243 IsWindowFullscreenForTabOrPending(); in Observe()
/external/chromium_org/chrome/browser/ui/cocoa/
Dbrowser_window_controller_private.mm465 browser_->fullscreen_controller()->IsWindowFullscreenForTabOrPending();
700 browser_->fullscreen_controller()->IsWindowFullscreenForTabOrPending();
Dbrowser_window_cocoa.mm358 if (browser_->fullscreen_controller()->IsWindowFullscreenForTabOrPending()) {