OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isfullscreenwithoutchrome
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/chrome/browser/ui/cocoa/
browser_window_cocoa_unittest.mm
92
EXPECT_TRUE(bwc->
IsFullscreenWithoutChrome
());
112
EXPECT_FALSE(bwc->
IsFullscreenWithoutChrome
());
browser_window_cocoa.h
141
virtual bool
IsFullscreenWithoutChrome
() OVERRIDE;
browser_window_cocoa.mm
621
bool BrowserWindowCocoa::
IsFullscreenWithoutChrome
() {
/external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_controller_state_unittest.cc
53
virtual bool
IsFullscreenWithoutChrome
() OVERRIDE;
133
bool FullscreenControllerTestWindow::
IsFullscreenWithoutChrome
() {
184
IsFullscreenWithoutChrome
() : IsFullscreenWithChrome();
fullscreen_controller_interactive_browsertest.cc
374
EXPECT_FALSE(browser()->window()->
IsFullscreenWithoutChrome
());
379
EXPECT_TRUE(browser()->window()->
IsFullscreenWithoutChrome
());
388
EXPECT_FALSE(browser()->window()->
IsFullscreenWithoutChrome
());
399
EXPECT_FALSE(browser()->window()->
IsFullscreenWithoutChrome
());
[
all
...]
fullscreen_controller.cc
553
enter_fullscreen |= window_->
IsFullscreenWithoutChrome
();
fullscreen_controller_state_test.cc
752
EXPECT_EQ(GetBrowser()->window()->
IsFullscreenWithoutChrome
(),
[
all
...]
/external/chromium_org/chrome/test/base/
test_browser_window.cc
194
bool TestBrowserWindow::
IsFullscreenWithoutChrome
() {
test_browser_window.h
137
virtual bool
IsFullscreenWithoutChrome
() OVERRIDE;
/external/chromium_org/chrome/browser/ui/cocoa/applescript/
window_applescript.mm
258
presentingValue = browser_->window()->
IsFullscreenWithoutChrome
();
/external/chromium_org/chrome/browser/ui/
browser_window.h
326
virtual bool
IsFullscreenWithoutChrome
() = 0;
Completed in 921 milliseconds