Home
last modified time | relevance | path

Searched refs:busy_resources_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/cc/resources/
Dresource_pool.cc27 while (!busy_resources_.empty()) { in ~ResourcePool()
28 DidFinishUsingResource(busy_resources_.front()); in ~ResourcePool()
29 busy_resources_.pop_front(); in ~ResourcePool()
69 busy_resources_.push_back(resource.release()); in ReleaseResource()
115 ResourceList::iterator it = busy_resources_.begin(); in CheckBusyResources()
117 while (it != busy_resources_.end()) { in CheckBusyResources()
122 it = busy_resources_.erase(it); in CheckBusyResources()
Dresource_pool.h73 ResourceList busy_resources_; variable