OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rect_history_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/trees/
damage_tracker.cc
164
SortedRectMap::iterator it = std::lower_bound(
rect_history_
.begin(),
165
rect_history_
.end(), data);
167
if (it ==
rect_history_
.end() || it->layer_id_ != layer_id) {
169
it =
rect_history_
.insert(it, data);
229
SortedRectMap::iterator cur_pos =
rect_history_
.begin();
240
while (cur_pos <
rect_history_
.end()) {
253
if (copy_pos !=
rect_history_
.end())
254
rect_history_
.erase(copy_pos,
rect_history_
.end());
257
if (
rect_history_
.capacity() > rect_history_.size() * 4
[
all
...]
damage_tracker.h
82
SortedRectMap
rect_history_
;
member in class:cc::DamageTracker
Completed in 181 milliseconds