Searched defs:IsWindowFullscreenForTabOrPending (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/fullscreen/
H A Dfullscreen_controller_test.cc42 bool FullscreenControllerTest::IsWindowFullscreenForTabOrPending() { function in class:FullscreenControllerTest
44 IsWindowFullscreenForTabOrPending();
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())

Completed in 88 milliseconds