Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/loader/
Dresource_scheduler.h177 size_t CountActiveClientsLoading() const;
Dresource_scheduler.cc910 DCHECK_EQ(active_clients_loading_, CountActiveClientsLoading()); in DecrementActiveClientsLoading()
918 DCHECK_EQ(active_clients_loading_, CountActiveClientsLoading()); in IncrementActiveClientsLoading()
933 size_t ResourceScheduler::CountActiveClientsLoading() const { in CountActiveClientsLoading() function in content::ResourceScheduler