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

  /external/chromium/net/http/
http_cache.h 269 void OnProcessPendingQueue(ActiveEntry* entry);
http_cache.cc 184 // We may have some pending calls to OnProcessPendingQueue, but since those
692 // calls to OnProcessPendingQueue. This flag also tells us that we should
693 // not delete the entry before OnProcessPendingQueue runs.
699 task_factory_.NewRunnableMethod(&HttpCache::OnProcessPendingQueue,
703 void HttpCache::OnProcessPendingQueue(ActiveEntry* entry) {

Completed in 238 milliseconds