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

  /external/chromium_org/cc/debug/
debug_rect_history.cc 33 debug_rects_.clear();
76 debug_rects_.push_back(
110 debug_rects_.push_back(
129 debug_rects_.push_back(DebugRect(
146 debug_rects_.push_back(DebugRect(
152 debug_rects_.push_back(
164 debug_rects_.push_back(DebugRect(OCCLUDING_RECT_TYPE, occluding_rects[i]));
170 debug_rects_.push_back(
189 debug_rects_.push_back(DebugRect(TOUCH_EVENT_HANDLER_RECT_TYPE,
209 debug_rects_.push_back(DebugRect(WHEEL_EVENT_HANDLER_RECT_TYPE
    [all...]
debug_rect_history.h 84 const std::vector<DebugRect>& debug_rects() { return debug_rects_; }
107 std::vector<DebugRect> debug_rects_; member in class:cc::DebugRectHistory

Completed in 2380 milliseconds