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

  /external/chromium/net/http/
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.cc 557 return AsyncDoomEntry(key, trans);
574 int HttpCache::AsyncDoomEntry(const std::string& key, Transaction* trans) {
607 // AsyncDoomEntry without triggering a callback.
611 AsyncDoomEntry(key, NULL);
    [all...]

Completed in 37 milliseconds