Home
last modified time | relevance | path

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

/external/chromium_org/net/disk_cache/simple/
Dsimple_entry_impl.cc540 void SimpleEntryImpl::PostClientCallback(const CompletionCallback& callback, in PostClientCallback() function in disk_cache::SimpleEntryImpl
667 PostClientCallback(callback, net::OK); in OpenEntryInternal()
674 PostClientCallback(callback, net::ERR_FAILED); in OpenEntryInternal()
717 PostClientCallback(callback, net::ERR_FAILED); in CreateEntryInternal()
1108 PostClientCallback(completion_callback, net::ERR_FAILED); in CreationOperationComplete()
1140 PostClientCallback(completion_callback, net::OK); in CreationOperationComplete()
Dsimple_entry_impl.h153 void PostClientCallback(const CompletionCallback& callback, int result);