OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:next_rect_history_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/trees/
damage_tracker.cc
25
next_rect_history_
(new RectMap) {}
162
swap(current_rect_history_,
next_rect_history_
);
181
DCHECK(
next_rect_history_
->find(layer_id) ==
next_rect_history_
->end());
182
(*
next_rect_history_
)[layer_id] = target_space_rect;
damage_tracker.h
71
scoped_ptr<RectMap>
next_rect_history_
;
member in class:cc::DamageTracker
Completed in 65 milliseconds