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

  /external/chromium_org/cc/debug/
layer_tree_debug_state.cc 16 show_paint_rects(false),
49 return show_paint_rects || show_property_changed_rects ||
67 a.show_paint_rects == b.show_paint_rects &&
94 r.show_paint_rects |= b.show_paint_rects;
layer_tree_debug_state.h 22 bool show_paint_rects; member in class:cc::LayerTreeDebugState
debug_rect_history.cc 51 if (debug_state.show_paint_rects)
  /external/chromium_org/ash/
debug.cc 54 value.reset(new bool(!state.show_paint_rects));
55 state.show_paint_rects = *value.get();
  /external/chromium_org/ui/compositor/
compositor.cc 119 settings.initial_debug_state.show_paint_rects =
  /external/chromium_org/content/renderer/gpu/
render_widget_compositor.cc 293 settings.initial_debug_state.show_paint_rects =
737 debug_state.show_paint_rects = show;

Completed in 244 milliseconds