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

  /external/chromium/net/http/
http_cache.h 259 int AsyncDoomEntry(const std::string& key, Transaction* trans);
http_cache.cc 590 return AsyncDoomEntry(key, trans);
607 int HttpCache::AsyncDoomEntry(const std::string& key, Transaction* trans) {
    [all...]
  /external/chromium_org/net/http/
http_cache.h 269 int AsyncDoomEntry(const std::string& key, Transaction* trans);
http_cache.cc 557 return AsyncDoomEntry(key, trans);
574 int HttpCache::AsyncDoomEntry(const std::string& key, Transaction* trans) {
604 // AsyncDoomEntry without triggering a callback.
608 AsyncDoomEntry(key, NULL);
    [all...]

Completed in 42 milliseconds