Home
last modified time | relevance | path

Searched refs:kResponseContentIndex (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebKit/android/WebCoreSupport/
DCacheResult.cpp49 kResponseContentIndex enumerator
73 return m_entry->GetDataSize(kResponseContentIndex); in contentSize()
150 m_bufferSize = m_entry->GetDataSize(kResponseContentIndex); in writeToFileImpl()
/external/chromium/net/http/
Dhttp_cache_transaction.cc1082 return WriteToEntry(kResponseContentIndex, 0, NULL, 0, cache_callback_); in DoTruncateCachedData()
1263 return entry_->disk_entry->ReadData(kResponseContentIndex, read_offset_, in DoCacheReadData()
1921 int current_size = entry_->disk_entry->GetDataSize(kResponseContentIndex); in AppendResponseDataToEntry()
1922 return WriteToEntry(kResponseContentIndex, current_size, data, data_len, in AppendResponseDataToEntry()
1986 if (has_data && !entry_->disk_entry->GetDataSize(kResponseContentIndex)) in CanResume()
Dhttp_cache.h195 kResponseContentIndex, enumerator