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

  /external/chromium_org/ui/views/controls/
glow_hover_controller.cc 39 if (ShouldDraw())
66 if (ShouldDraw())
75 bool GlowHoverController::ShouldDraw() const {
81 if (!ShouldDraw())
glow_hover_controller.h 27 // OnPaint() -> if ShouldDraw() returns true invoke Draw().
61 bool ShouldDraw() const;
  /external/chromium_org/cc/scheduler/
scheduler_state_machine.h 256 bool ShouldDraw() const;
scheduler_state_machine.cc 337 bool SchedulerStateMachine::ShouldDraw() const {
535 if (ShouldDraw()) {
    [all...]
  /external/chromium_org/ui/compositor/
layer.h 240 bool ShouldDraw() const;
layer.cc 425 bool Layer::ShouldDraw() const {
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab.cc     [all...]

Completed in 148 milliseconds