OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsFullscreenWithChrome
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_controller_state_unittest.cc
52
virtual bool
IsFullscreenWithChrome
() OVERRIDE;
129
bool FullscreenControllerTestWindow::
IsFullscreenWithChrome
() {
184
IsFullscreenWithoutChrome() :
IsFullscreenWithChrome
();
fullscreen_controller_interactive_browsertest.cc
373
EXPECT_FALSE(browser()->window()->
IsFullscreenWithChrome
());
378
EXPECT_FALSE(browser()->window()->
IsFullscreenWithChrome
());
387
EXPECT_FALSE(browser()->window()->
IsFullscreenWithChrome
());
398
EXPECT_TRUE(browser()->window()->
IsFullscreenWithChrome
());
[
all
...]
fullscreen_controller.cc
110
window_is_fullscreen_with_chrome = window_->
IsFullscreenWithChrome
();
555
enter_fullscreen |= window_->
IsFullscreenWithChrome
();
fullscreen_controller_state_test.cc
748
EXPECT_EQ(GetBrowser()->window()->
IsFullscreenWithChrome
(),
[
all
...]
/external/chromium_org/chrome/test/base/
test_browser_window.cc
190
bool TestBrowserWindow::
IsFullscreenWithChrome
() {
test_browser_window.h
136
virtual bool
IsFullscreenWithChrome
() OVERRIDE;
/external/chromium_org/chrome/browser/ui/
browser_window.h
325
virtual bool
IsFullscreenWithChrome
() = 0;
/external/chromium_org/chrome/browser/ui/cocoa/
browser_window_cocoa.h
140
virtual bool
IsFullscreenWithChrome
() OVERRIDE;
Completed in 407 milliseconds