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 342 void OnProcessPendingQueue(ActiveEntry* entry);
http_cache.cc 372 // We may have some pending calls to OnProcessPendingQueue, but since those
984 // calls to OnProcessPendingQueue. This flag also tells us that we should
985 // not delete the entry before OnProcessPendingQueue runs.
992 task_factory_.NewRunnableMethod(&HttpCache::OnProcessPendingQueue,
996 void HttpCache::OnProcessPendingQueue(ActiveEntry* entry) {
    [all...]

Completed in 38 milliseconds