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

  /external/chromium_org/cc/layers/
heads_up_display_layer_impl.h 110 DebugRectHistory* debug_rect_history) const;
heads_up_display_layer_impl.cc 12 #include "cc/debug/debug_rect_history.h"
232 DrawDebugRects(canvas, layer_tree_impl()->debug_rect_history());
591 DebugRectHistory* debug_rect_history) const {
592 const std::vector<DebugRect>& debug_rects = debug_rect_history->debug_rects();
  /external/chromium_org/cc/trees/
layer_tree_impl.h 95 DebugRectHistory* debug_rect_history() const;
layer_tree_impl.cc 630 DebugRectHistory* LayerTreeImpl::debug_rect_history() const { function in class:cc::LayerTreeImpl
631 return layer_tree_host_impl_->debug_rect_history();
layer_tree_host_impl.h 337 DebugRectHistory* debug_rect_history() { function in class:cc::LayerTreeHostImpl
  /external/chromium_org/cc/
cc.target.darwin-arm.mk 53 cc/debug/debug_rect_history.cc \
cc.target.darwin-mips.mk 53 cc/debug/debug_rect_history.cc \
cc.target.darwin-x86.mk 53 cc/debug/debug_rect_history.cc \
cc.target.linux-arm.mk 53 cc/debug/debug_rect_history.cc \
cc.target.linux-mips.mk 53 cc/debug/debug_rect_history.cc \
cc.target.linux-x86.mk 53 cc/debug/debug_rect_history.cc \

Completed in 116 milliseconds