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

  /external/chromium_org/chrome/test/base/
test_browser_window.cc 134 bool TestBrowserWindow::ShouldHideUIForFullscreen() const {
test_browser_window.h 72 virtual bool ShouldHideUIForFullscreen() const OVERRIDE;
  /external/chromium_org/chrome/browser/ui/
browser_window.h 140 virtual bool ShouldHideUIForFullscreen() const = 0;
browser.cc     [all...]
browser.h     [all...]
browser_command_controller_unittest.cc 312 virtual bool ShouldHideUIForFullscreen() const OVERRIDE {
browser_command_controller.cc 863 bool should_hide_ui = window() && window()->ShouldHideUIForFullscreen();
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/
browser_window_cocoa.h 84 virtual bool ShouldHideUIForFullscreen() const OVERRIDE;
  /external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_controller_state_unittest.cc 45 virtual bool ShouldHideUIForFullscreen() const OVERRIDE;
100 bool FullscreenControllerTestWindow::ShouldHideUIForFullscreen() const {
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view.h 290 virtual bool ShouldHideUIForFullscreen() const OVERRIDE;
browser_view.cc     [all...]

Completed in 2078 milliseconds