Searched refs:IsFullscreenForBrowser (Results 1 – 7 of 7) sorted by relevance
38 bool FullscreenControllerTest::IsFullscreenForBrowser() { in IsFullscreenForBrowser() function in FullscreenControllerTest39 return browser()->fullscreen_controller()->IsFullscreenForBrowser(); in IsFullscreenForBrowser()
45 bool IsFullscreenForBrowser();
93 ASSERT_EQ(IsFullscreenForBrowser(), enter_fullscreen); in ToggleBrowserFullscreen()169 !IsFullscreenForBrowser() && in ToggleTabFullscreen_Internal()172 if (!IsFullscreenForBrowser()) in ToggleTabFullscreen_Internal()276 ASSERT_TRUE(IsFullscreenForBrowser()); in IN_PROC_BROWSER_TEST_F()356 ASSERT_TRUE(IsFullscreenForBrowser()); in IN_PROC_BROWSER_TEST_F()
685 EXPECT_FALSE(GetFullscreenController()->IsFullscreenForBrowser()); in TEST_F()693 EXPECT_TRUE(GetFullscreenController()->IsFullscreenForBrowser()); in TEST_F()701 EXPECT_FALSE(GetFullscreenController()->IsFullscreenForBrowser()); in TEST_F()711 EXPECT_TRUE(GetFullscreenController()->IsFullscreenForBrowser()); in TEST_F()
64 bool IsFullscreenForBrowser() const;
63 bool FullscreenController::IsFullscreenForBrowser() const { in IsFullscreenForBrowser() function in FullscreenController374 else if (IsFullscreenForBrowser()) in ExitTabOrBrowserFullscreenToPreviousState()
761 EXPECT_EQ(GetFullscreenController()->IsFullscreenForBrowser(), in VerifyWindowStateExpectations()