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

  /external/chromium_org/cc/trees/
layer_tree_impl.h 199 void ForceRedrawNextActivation() { next_activation_forces_redraw_ = true; }
381 bool next_activation_forces_redraw_; member in class:cc::LayerTreeImpl
layer_tree_impl.cc 94 next_activation_forces_redraw_(false),
201 if (next_activation_forces_redraw_) {
203 next_activation_forces_redraw_ = false;
616 if (next_activation_forces_redraw_) {
618 next_activation_forces_redraw_ = false;
    [all...]

Completed in 396 milliseconds