HomeSort by relevance Sort by last modified time
    Searched refs:IsFullscreenWithChrome (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/chrome/test/base/
test_browser_window.cc 118 bool TestBrowserWindow::IsFullscreenWithChrome() {
test_browser_window.h 124 virtual bool IsFullscreenWithChrome() OVERRIDE;
  /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 105 window_is_fullscreen_with_chrome = window_->IsFullscreenWithChrome();
546 enter_fullscreen |= window_->IsFullscreenWithChrome();
fullscreen_controller_state_test.cc 748 EXPECT_EQ(GetBrowser()->window()->IsFullscreenWithChrome(),
    [all...]
  /external/chromium_org/chrome/browser/ui/
browser_window.h 310 virtual bool IsFullscreenWithChrome() = 0;
  /external/chromium_org/chrome/browser/ui/cocoa/
browser_window_cocoa.h 131 virtual bool IsFullscreenWithChrome() OVERRIDE;

Completed in 290 milliseconds