Searched refs:ShouldHideTopViews (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/frame/
H A Dimmersive_mode_controller_stub.cc30 bool ImmersiveModeControllerStub::ShouldHideTopViews() const { function in class:ImmersiveModeControllerStub
H A Dimmersive_mode_controller_stub.h25 virtual bool ShouldHideTopViews() const OVERRIDE;
H A Dimmersive_mode_controller.h61 virtual bool ShouldHideTopViews() const = 0;
H A Dimmersive_mode_controller_ash.h35 virtual bool ShouldHideTopViews() const OVERRIDE;
H A Dbrowser_view_layout_unittest.cc114 virtual bool ShouldHideTopViews() const OVERRIDE { return false; }
H A Dimmersive_mode_controller_ash.cc85 bool ImmersiveModeControllerAsh::ShouldHideTopViews() const { function in class:ImmersiveModeControllerAsh
H A Dbrowser_view.cc520 if (immersive_mode_controller_->ShouldHideTopViews() &&
1101 if (immersive_mode_controller_->ShouldHideTopViews() &&
1116 if (immersive_mode_controller_->ShouldHideTopViews())

Completed in 98 milliseconds