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

  /external/chromium/net/http/
http_cache_transaction.cc 123 cache_callback_(new CancelableCompletionCallback<Transaction>(
160 cache_callback_->Cancel();
529 cache_callback_->Release(); // Balance the AddRef from DoCacheReadResponse.
950 cache_callback_->AddRef();
951 return entry_->disk_entry->ReadyForSparseIO(cache_callback_);
957 cache_callback_->Release();
    [all...]
http_cache_transaction.h 314 scoped_refptr<CancelableCompletionCallback<Transaction> > cache_callback_; member in class:net::HttpCache::Transaction

Completed in 20 milliseconds