OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RectMap
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/trees/
damage_tracker.h
69
typedef base::hash_map<int, gfx::RectF>
RectMap
;
70
scoped_ptr<
RectMap
> current_rect_history_;
71
scoped_ptr<
RectMap
> next_rect_history_;
damage_tracker.cc
24
: current_rect_history_(new
RectMap
),
25
next_rect_history_(new
RectMap
) {}
167
RectMap
::iterator iter = current_rect_history_->find(layer_id);
236
for (
RectMap
::iterator it = current_rect_history_->begin();
Completed in 198 milliseconds