OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsWindowFullscreenForTabOrPending
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_controller_state_unittest.cc
507
ASSERT_FALSE(GetFullscreenController()->
IsWindowFullscreenForTabOrPending
());
515
EXPECT_FALSE(GetFullscreenController()->
IsWindowFullscreenForTabOrPending
());
523
EXPECT_FALSE(GetFullscreenController()->
IsWindowFullscreenForTabOrPending
());
535
EXPECT_FALSE(GetFullscreenController()->
IsWindowFullscreenForTabOrPending
());
540
EXPECT_FALSE(GetFullscreenController()->
IsWindowFullscreenForTabOrPending
());
577
EXPECT_FALSE(GetFullscreenController()->
IsWindowFullscreenForTabOrPending
());
584
EXPECT_TRUE(GetFullscreenController()->
IsWindowFullscreenForTabOrPending
());
593
EXPECT_FALSE(GetFullscreenController()->
IsWindowFullscreenForTabOrPending
());
601
EXPECT_FALSE(GetFullscreenController()->
IsWindowFullscreenForTabOrPending
());
638
EXPECT_FALSE(GetFullscreenController()->
IsWindowFullscreenForTabOrPending
());
[
all
...]
fullscreen_controller_test.h
46
bool
IsWindowFullscreenForTabOrPending
();
fullscreen_controller_test.cc
42
bool FullscreenControllerTest::
IsWindowFullscreenForTabOrPending
() {
44
IsWindowFullscreenForTabOrPending
();
fullscreen_controller_interactive_browsertest.cc
171
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
...]
fullscreen_controller.cc
80
bool FullscreenController::
IsWindowFullscreenForTabOrPending
() const {
113
if (
IsWindowFullscreenForTabOrPending
() == enter_fullscreen)
363
} else if (
IsWindowFullscreenForTabOrPending
() ||
373
if (
IsWindowFullscreenForTabOrPending
())
440
if (!
IsWindowFullscreenForTabOrPending
())
444
if (
IsWindowFullscreenForTabOrPending
())
584
if (!
IsWindowFullscreenForTabOrPending
()) {
675
if (
IsWindowFullscreenForTabOrPending
())
fullscreen_controller.h
79
bool
IsWindowFullscreenForTabOrPending
() const;
fullscreen_controller_state_test.cc
765
EXPECT_EQ(GetFullscreenController()->
IsWindowFullscreenForTabOrPending
(),
[
all
...]
/external/chromium_org/chrome/browser/ui/views/frame/
immersive_mode_controller_ash.cc
155
IsWindowFullscreenForTabOrPending
();
243
IsWindowFullscreenForTabOrPending
();
Completed in 96 milliseconds