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

  /external/chromium/net/http/
http_cache.h 246 int GetBackendForTransaction(Transaction* trans);
http_cache.cc 530 int HttpCache::GetBackendForTransaction(Transaction* trans) {
    [all...]
http_cache_transaction.cc 577 return cache_->GetBackendForTransaction(this);
    [all...]
  /external/chromium_org/net/http/
http_cache.h 252 int GetBackendForTransaction(Transaction* trans);
http_cache.cc 483 int HttpCache::GetBackendForTransaction(Transaction* trans) {
    [all...]
http_cache_transaction.cc 781 return cache_->GetBackendForTransaction(this);
    [all...]

Completed in 36 milliseconds