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

  /external/chromium_org/cc/debug/
debug_rect_history.cc 20 scoped_ptr<DebugRectHistory> DebugRectHistory::Create() {
21 return make_scoped_ptr(new DebugRectHistory());
24 DebugRectHistory::DebugRectHistory() {}
26 DebugRectHistory::~DebugRectHistory() {}
28 void DebugRectHistory::SaveDebugRectsForCurrentFrame(
73 void DebugRectHistory::SavePaintRects(LayerImpl* layer) {
96 void DebugRectHistory::SavePropertyChangedRects
    [all...]
debug_rect_history.h 70 class DebugRectHistory {
72 static scoped_ptr<DebugRectHistory> Create();
74 ~DebugRectHistory();
89 DebugRectHistory();
115 DISALLOW_COPY_AND_ASSIGN(DebugRectHistory);

Completed in 39 milliseconds