OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:refs_to_wait_for
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/layers/
delegated_frame_resource_collection.cc
48
DCHECK_GE(it->second.
refs_to_wait_for
, 1);
88
DCHECK_GE(it->second.
refs_to_wait_for
, returned[i].count);
89
it->second.
refs_to_wait_for
-= returned[i].count;
90
if (it->second.
refs_to_wait_for
== 0) {
112
resource_id_ref_count_map_[resources[i].id].
refs_to_wait_for
++;
delegated_frame_resource_collection.h
56
int
refs_to_wait_for
;
member in struct:cc::DelegatedFrameResourceCollection::RefCount
Completed in 609 milliseconds