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.cc 152 bool SchedulerStateMachine::ShouldDraw() const {
179 return ShouldAttemptTreeActivation() || ShouldDraw() ||
220 if (ShouldDraw()) {
241 if (ShouldDraw()) {
255 if (ShouldDraw() || output_surface_state_ == OUTPUT_SURFACE_LOST) {
scheduler_state_machine.h 170 bool ShouldDraw() const;
  /external/chromium_org/ui/compositor/
layer.h 220 bool ShouldDraw() const;
layer.cc 375 bool Layer::ShouldDraw() const {
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab.cc     [all...]

Completed in 109 milliseconds