Searched refs:IsWindowFullscreenForTabOrPending (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/ui/fullscreen/
H A Dfullscreen_controller_state_unittest.cc509 ASSERT_FALSE(GetFullscreenController()->IsWindowFullscreenForTabOrPending());
517 EXPECT_FALSE(GetFullscreenController()->IsWindowFullscreenForTabOrPending());
525 EXPECT_FALSE(GetFullscreenController()->IsWindowFullscreenForTabOrPending());
537 EXPECT_FALSE(GetFullscreenController()->IsWindowFullscreenForTabOrPending());
542 EXPECT_FALSE(GetFullscreenController()->IsWindowFullscreenForTabOrPending());
576 EXPECT_FALSE(GetFullscreenController()->IsWindowFullscreenForTabOrPending());
583 EXPECT_TRUE(GetFullscreenController()->IsWindowFullscreenForTabOrPending());
592 EXPECT_FALSE(GetFullscreenController()->IsWindowFullscreenForTabOrPending());
600 EXPECT_FALSE(GetFullscreenController()->IsWindowFullscreenForTabOrPending());
634 EXPECT_FALSE(GetFullscreenController()->IsWindowFullscreenForTabOrPending());
[all...]
H A Dfullscreen_controller_test.h46 bool IsWindowFullscreenForTabOrPending();
H A Dfullscreen_controller_test.cc42 bool FullscreenControllerTest::IsWindowFullscreenForTabOrPending() { function in class:FullscreenControllerTest
44 IsWindowFullscreenForTabOrPending();
H A Dfullscreen_controller_interactive_browsertest.cc171 ASSERT_EQ(IsWindowFullscreenForTabOrPending(), enter_fullscreen);
338 ASSERT_TRUE(IsWindowFullscreenForTabOrPending());
357 ASSERT_FALSE(IsWindowFullscreenForTabOrPending());
440 ASSERT_FALSE(IsWindowFullscreenForTabOrPending());
447 ASSERT_FALSE(IsWindowFullscreenForTabOrPending());
498 ASSERT_TRUE(IsWindowFullscreenForTabOrPending());
509 ASSERT_FALSE(IsWindowFullscreenForTabOrPending());
565 ASSERT_TRUE(IsWindowFullscreenForTabOrPending());
594 ASSERT_TRUE(IsWindowFullscreenForTabOrPending());
603 ASSERT_FALSE(IsWindowFullscreenForTabOrPending());
[all...]
H A Dfullscreen_controller.cc80 bool FullscreenController::IsWindowFullscreenForTabOrPending() const { function in class:FullscreenController
112 if (IsWindowFullscreenForTabOrPending() == enter_fullscreen)
362 } else if (IsWindowFullscreenForTabOrPending() ||
372 if (IsWindowFullscreenForTabOrPending())
439 if (!IsWindowFullscreenForTabOrPending())
443 if (IsWindowFullscreenForTabOrPending())
583 if (!IsWindowFullscreenForTabOrPending()) {
674 if (IsWindowFullscreenForTabOrPending())
H A Dfullscreen_controller.h78 bool IsWindowFullscreenForTabOrPending() const;
H A Dfullscreen_controller_state_test.cc765 EXPECT_EQ(GetFullscreenController()->IsWindowFullscreenForTabOrPending(),
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dimmersive_mode_controller_ash.cc155 IsWindowFullscreenForTabOrPending();
243 IsWindowFullscreenForTabOrPending();

Completed in 620 milliseconds