Searched refs:GetWriterLoadState (Results 1 - 6 of 6) sorted by relevance

/external/chromium/net/http/
H A Dhttp_cache_transaction.h93 LoadState GetWriterLoadState() const;
H A Dhttp_cache_transaction.cc201 LoadState HttpCache::Transaction::GetWriterLoadState() const { function in class:net::HttpCache::Transaction
372 LoadState state = GetWriterLoadState();
H A Dhttp_cache.cc914 return writer ? writer->GetWriterLoadState() : LOAD_STATE_WAITING_FOR_CACHE;
/external/chromium_org/net/http/
H A Dhttp_cache_transaction.h102 LoadState GetWriterLoadState() const;
H A Dhttp_cache_transaction.cc285 LoadState HttpCache::Transaction::GetWriterLoadState() const { function in class:net::HttpCache::Transaction
494 LoadState state = GetWriterLoadState();
H A Dhttp_cache.cc903 return writer ? writer->GetWriterLoadState() : LOAD_STATE_WAITING_FOR_CACHE;

Completed in 106 milliseconds