OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OnProcessPendingQueue
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/http/
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
...]
/external/chromium_org/net/http/
http_cache.cc
301
// We may have some pending calls to
OnProcessPendingQueue
, but since those
973
// calls to
OnProcessPendingQueue
. This flag also tells us that we should
974
// not delete the entry before
OnProcessPendingQueue
runs.
981
base::Bind(&HttpCache::
OnProcessPendingQueue
, AsWeakPtr(), entry));
984
void HttpCache::
OnProcessPendingQueue
(ActiveEntry* entry) {
[
all
...]
Completed in 3062 milliseconds