Searched refs:IsWindowFullscreenForTabOrPending (Results 1 – 10 of 10) sorted by relevance
509 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 …]
171 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 …]
80 bool FullscreenController::IsWindowFullscreenForTabOrPending() const { in IsWindowFullscreenForTabOrPending() function in FullscreenController112 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())
42 bool FullscreenControllerTest::IsWindowFullscreenForTabOrPending() { in IsWindowFullscreenForTabOrPending() function in FullscreenControllerTest44 IsWindowFullscreenForTabOrPending(); in IsWindowFullscreenForTabOrPending()
46 bool IsWindowFullscreenForTabOrPending();
78 bool IsWindowFullscreenForTabOrPending() const;
765 EXPECT_EQ(GetFullscreenController()->IsWindowFullscreenForTabOrPending(), in VerifyWindowStateExpectations()
155 IsWindowFullscreenForTabOrPending(); in UpdateTabIndicators()243 IsWindowFullscreenForTabOrPending(); in Observe()
465 browser_->fullscreen_controller()->IsWindowFullscreenForTabOrPending();700 browser_->fullscreen_controller()->IsWindowFullscreenForTabOrPending();
358 if (browser_->fullscreen_controller()->IsWindowFullscreenForTabOrPending()) {