Lines Matching refs:HttpCache
102 HttpCache::Transaction::Transaction(HttpCache* cache)
131 COMPILE_ASSERT(HttpCache::Transaction::kNumValidationHeaders ==
136 HttpCache::Transaction::~Transaction() {
168 int HttpCache::Transaction::WriteMetadata(IOBuffer* buf, int buf_len,
184 bool HttpCache::Transaction::AddTruncatedFlag() {
201 LoadState HttpCache::Transaction::GetWriterLoadState() const {
209 const BoundNetLog& HttpCache::Transaction::net_log() const {
213 int HttpCache::Transaction::Start(const HttpRequestInfo* request,
242 int HttpCache::Transaction::RestartIgnoringLastError(
260 int HttpCache::Transaction::RestartWithCertificate(
279 int HttpCache::Transaction::RestartWithAuth(
303 bool HttpCache::Transaction::IsReadyToRestartForAuth() {
309 int HttpCache::Transaction::Read(IOBuffer* buf, int buf_len,
360 void HttpCache::Transaction::StopCaching() {
363 const HttpResponseInfo* HttpCache::Transaction::GetResponseInfo() const {
371 LoadState HttpCache::Transaction::GetLoadState() const {
382 uint64 HttpCache::Transaction::GetUploadProgress() const {
390 void HttpCache::Transaction::DoCallback(int rv) {
400 int HttpCache::Transaction::HandleResult(int rv) {
407 int HttpCache::Transaction::DoLoop(int result) {
573 int HttpCache::Transaction::DoGetBackend() {
580 int HttpCache
626 int HttpCache::Transaction::DoSendRequest() {
640 int HttpCache::Transaction::DoSendRequestComplete(int result) {
664 int HttpCache::Transaction::DoSuccessfulSendRequest() {
713 int HttpCache::Transaction::DoNetworkRead() {
718 int HttpCache::Transaction::DoNetworkReadComplete(int result) {
733 int HttpCache::Transaction::DoInitEntry() {
748 int HttpCache::Transaction::DoOpenEntry() {
756 int HttpCache::Transaction::DoOpenEntryComplete(int result) {
791 int HttpCache::Transaction::DoCreateEntry() {
799 int HttpCache::Transaction::DoCreateEntryComplete(int result) {
827 int HttpCache::Transaction::DoDoomEntry() {
834 int HttpCache::Transaction::DoDoomEntryComplete(int result) {
844 int HttpCache::Transaction::DoAddToEntry() {
854 int HttpCache::Transaction::DoAddToEntryComplete(int result) {
860 UMA_HISTOGRAM_TIMES("HttpCache.EntryLockWait", entry_lock_wait);
866 base::FieldTrial::MakeName("HttpCache.EntryLockWait", "Prefetch"),
902 int HttpCache::Transaction::DoNotifyBeforeSendHeaders() {
917 int HttpCache::Transaction::DoNotifyBeforeSendHeadersComplete(int result) {
954 int HttpCache::Transaction::DoStartPartialCacheValidation() {
962 int HttpCache::Transaction::DoCompletePartialCacheValidation(int result) {
989 int HttpCache::Transaction::DoUpdateCachedResponse() {
1013 int HttpCache::Transaction::DoUpdateCachedResponseComplete(int result) {
1046 int HttpCache::Transaction::DoOverwriteCachedResponse() {
1073 int HttpCache::Transaction::DoTruncateCachedData() {
1085 int HttpCache::Transaction::DoTruncateCachedDataComplete(int result) {
1097 int HttpCache::Transaction::DoTruncateCachedMetadata() {
1108 int HttpCache::Transaction::DoTruncateCachedMetadataComplete(int result) {
1125 int HttpCache::Transaction::DoPartialHeadersReceived() {
1148 int HttpCache::Transaction::DoCacheReadResponse() {
1161 int HttpCache::Transaction::DoCacheReadResponseComplete(int result) {
1166 !HttpCache::ParseResponseInfo(read_buf_->data(), io_buf_len_,
1176 int HttpCache::Transaction::DoCacheWriteResponse() {
1182 int HttpCache::Transaction::DoCacheWriteTruncatedResponse() {
1188 int HttpCache::Transaction::DoCacheWriteResponseComplete(int result) {
1207 int HttpCache::Transaction::DoCacheReadMetadata() {
1222 int HttpCache::Transaction::DoCacheReadMetadataComplete(int result) {
1233 int HttpCache::Transaction::DoCacheQueryData() {
1241 int HttpCache::Transaction::DoCacheQueryDataComplete(int result) {
1251 int HttpCache::Transaction::DoCacheReadData() {
1267 int HttpCache::Transaction::DoCacheReadDataComplete(int result) {
1289 int HttpCache::Transaction::DoCacheWriteData(int num_bytes) {
1299 int HttpCache::Transaction::DoCacheWriteDataComplete(int result) {
1333 void HttpCache::Transaction::SetRequest(const BoundNetLog& net_log,
1437 bool HttpCache::Transaction::ShouldPassThrough() {
1462 int HttpCache::Transaction::BeginCacheRead() {
1479 int HttpCache::Transaction::BeginCacheValidation() {
1518 int HttpCache::Transaction::BeginPartialCacheValidation() {
1542 int HttpCache::Transaction::ValidateEntryHeadersAndContinue(
1569 int HttpCache::Transaction::BeginExternallyConditionalizedRequest() {
1595 int HttpCache::Transaction::RestartNetworkRequest() {
1607 int HttpCache::Transaction::RestartNetworkRequestWithCertificate(
1620 int HttpCache::Transaction::RestartNetworkRequestWithAuth(
1634 bool HttpCache::Transaction::RequiresValidation() {
1639 if (cache_->mode() == net::HttpCache::PLAYBACK)
1657 bool HttpCache::Transaction::ConditionalizeRequest() {
1739 bool HttpCache::Transaction::ValidatePartialResponse(bool* partial_content) {
1824 void HttpCache::Transaction::IgnoreRangeRequest() {
1840 void HttpCache::Transaction::FailRangeRequest() {
1845 int HttpCache::Transaction::ReadFromNetwork(IOBuffer* data, int data_len) {
1852 int HttpCache::Transaction::ReadFromEntry(IOBuffer* data, int data_len) {
1859 int HttpCache::Transaction::WriteToEntry(int index, int offset,
1875 int HttpCache::Transaction::WriteResponseInfoToEntry(bool truncated) {
1916 int HttpCache::Transaction::AppendResponseDataToEntry(
1926 void HttpCache::Transaction::DoneWritingToEntry(bool success) {
1939 void HttpCache::Transaction::DoomPartialEntry(bool delete_object) {
1950 int HttpCache::Transaction::DoPartialNetworkReadCompleted(int result) {
1961 int HttpCache::Transaction::DoPartialCacheReadCompleted(int result) {
1984 bool HttpCache::Transaction::CanResume(bool has_data) {
2000 void HttpCache::Transaction::OnIOComplete(int result) {