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

  /external/chromium_org/cc/layers/
heads_up_display_layer_impl.h 14 #include "cc/debug/debug_rect_history.h"
120 void DrawDebugRects(SkCanvas* canvas, DebugRectHistory* debug_rect_history);
heads_up_display_layer_impl.cc 262 DrawDebugRects(canvas, layer_tree_impl()->debug_rect_history());
682 DebugRectHistory* debug_rect_history) {
685 const std::vector<DebugRect>& debug_rects = debug_rect_history->debug_rects();
  /external/chromium_org/cc/trees/
layer_tree_impl.h 115 DebugRectHistory* debug_rect_history() const;
layer_tree_host_impl.h 371 DebugRectHistory* debug_rect_history() { function in class:cc::LayerTreeHostImpl
layer_tree_impl.cc 836 DebugRectHistory* LayerTreeImpl::debug_rect_history() const { function in class:cc::LayerTreeImpl
837 return layer_tree_host_impl_->debug_rect_history();
    [all...]
  /external/chromium_org/cc/
cc.target.darwin-arm.mk 57 cc/debug/debug_rect_history.cc \
cc.target.darwin-arm64.mk 57 cc/debug/debug_rect_history.cc \
cc.target.darwin-mips.mk 57 cc/debug/debug_rect_history.cc \
cc.target.darwin-mips64.mk 57 cc/debug/debug_rect_history.cc \
cc.target.darwin-x86.mk 57 cc/debug/debug_rect_history.cc \
cc.target.darwin-x86_64.mk 57 cc/debug/debug_rect_history.cc \
cc.target.linux-arm.mk 57 cc/debug/debug_rect_history.cc \
cc.target.linux-arm64.mk 57 cc/debug/debug_rect_history.cc \
cc.target.linux-mips.mk 57 cc/debug/debug_rect_history.cc \
cc.target.linux-mips64.mk 57 cc/debug/debug_rect_history.cc \
cc.target.linux-x86.mk 57 cc/debug/debug_rect_history.cc \
cc.target.linux-x86_64.mk 57 cc/debug/debug_rect_history.cc \

Completed in 831 milliseconds