Home
last modified time | relevance | path

Searched refs:ShouldDraw (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/ui/views/controls/
Dglow_hover_controller.cc39 if (ShouldDraw()) in SetLocation()
66 if (ShouldDraw()) in HideImmediately()
75 bool GlowHoverController::ShouldDraw() const { in ShouldDraw() function in views::GlowHoverController
81 if (!ShouldDraw()) in Draw()
Dglow_hover_controller.h61 bool ShouldDraw() const;
/external/chromium_org/cc/scheduler/
Dscheduler_state_machine.h249 bool ShouldDraw() const;
Dscheduler_state_machine.cc346 bool SchedulerStateMachine::ShouldDraw() const { in ShouldDraw() function in cc::SchedulerStateMachine
533 if (ShouldDraw()) { in NextAction()
/external/chromium_org/ui/compositor/
Dlayer.h222 bool ShouldDraw() const;
Dlayer.cc375 bool Layer::ShouldDraw() const { in ShouldDraw() function in ui::Layer
/external/chromium_org/chrome/browser/ui/views/tabs/
Dtab.cc1332 !hover_controller_.ShouldDraw(); in PaintInactiveTabBackground()
1414 hover_controller_.ShouldDraw()) { in PaintInactiveTabBackgroundUsingResourceId()
1644 if (hover_controller_.ShouldDraw()) { in GetThrobValue()