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

  /external/chromium_org/cc/layers/
delegated_frame_resource_collection.cc 40 if (resource_id_ref_count_map_.empty())
45 for (ResourceIdRefCountMap::iterator it = resource_id_ref_count_map_.begin();
46 it != resource_id_ref_count_map_.end();
72 resource_id_ref_count_map_[resources[i].id].refs_to_return++;
86 resource_id_ref_count_map_.find(returned[i].id);
87 DCHECK(it != resource_id_ref_count_map_.end());
93 resource_id_ref_count_map_.erase(it);
112 resource_id_ref_count_map_[resources[i].id].refs_to_wait_for++;
delegated_frame_resource_collection.h 59 ResourceIdRefCountMap resource_id_ref_count_map_; member in class:cc::DelegatedFrameResourceCollection

Completed in 2490 milliseconds