Lines Matching defs:Transaction

312 HttpCache::Transaction::Transaction(
343 COMPILE_ASSERT(HttpCache::Transaction::kNumValidationHeaders ==
347 io_callback_ = base::Bind(&Transaction::OnIOComplete,
351 HttpCache::Transaction::~Transaction() {
374 int HttpCache::Transaction::WriteMetadata(IOBuffer* buf, int buf_len,
390 bool HttpCache::Transaction::AddTruncatedFlag() {
411 LoadState HttpCache::Transaction::GetWriterLoadState() const {
419 const BoundNetLog& HttpCache::Transaction::net_log() const {
423 int HttpCache::Transaction::Start(const HttpRequestInfo* request,
452 int HttpCache::Transaction::RestartIgnoringLastError(
470 int HttpCache::Transaction::RestartWithCertificate(
489 int HttpCache::Transaction::RestartWithAuth(
512 bool HttpCache::Transaction::IsReadyToRestartForAuth() {
518 int HttpCache::Transaction::Read(IOBuffer* buf, int buf_len,
570 void HttpCache::Transaction::StopCaching() {
588 bool HttpCache::Transaction::GetFullRequestHeaders(
597 int64 HttpCache::Transaction::GetTotalReceivedBytes() const {
604 void HttpCache::Transaction::DoneReading() {
619 const HttpResponseInfo* HttpCache::Transaction::GetResponseInfo() const {
629 LoadState HttpCache::Transaction::GetLoadState() const {
640 UploadProgress HttpCache::Transaction::GetUploadProgress() const {
646 void HttpCache::Transaction::SetQuicServerInfo(
649 bool HttpCache::Transaction::GetLoadTimingInfo(
670 void HttpCache::Transaction::SetPriority(RequestPriority priority) {
676 void HttpCache::Transaction::SetWebSocketHandshakeStreamCreateHelper(
683 void HttpCache::Transaction::SetBeforeNetworkStartCallback(
689 void HttpCache::Transaction::SetBeforeProxyHeadersSentCallback(
695 int HttpCache::Transaction::ResumeNetworkStart() {
703 void HttpCache::Transaction::DoCallback(int rv) {
715 int HttpCache::Transaction::HandleResult(int rv) {
825 int HttpCache::Transaction::DoLoop(int result) {
984 int HttpCache::Transaction::DoGetBackend() {
991 int HttpCache::Transaction::DoGetBackendComplete(int result) {
1056 int HttpCache::Transaction::DoSendRequest() {
1083 int HttpCache::Transaction::DoSendRequestComplete(int result) {
1138 int HttpCache::Transaction::DoSuccessfulSendRequest() {
1237 int HttpCache::Transaction::DoNetworkRead() {
1242 int HttpCache::Transaction::DoNetworkReadComplete(int result) {
1257 int HttpCache::Transaction::DoInitEntry() {
1272 int HttpCache::Transaction::DoOpenEntry() {
1281 int HttpCache::Transaction::DoOpenEntryComplete(int result) {
1324 int HttpCache::Transaction::DoCreateEntry() {
1332 int HttpCache::Transaction::DoCreateEntryComplete(int result) {
1363 int HttpCache::Transaction::DoDoomEntry() {
1372 int HttpCache::Transaction::DoDoomEntryComplete(int result) {
1381 int HttpCache::Transaction::DoAddToEntry() {
1414 base::Bind(&HttpCache::Transaction::OnAddToEntryTimeout,
1422 int HttpCache::Transaction::DoAddToEntryComplete(int result) {
1473 int HttpCache::Transaction::DoStartPartialCacheValidation() {
1481 int HttpCache::Transaction::DoCompletePartialCacheValidation(int result) {
1508 int HttpCache::Transaction::DoUpdateCachedResponse() {
1535 int HttpCache::Transaction::DoUpdateCachedResponseComplete(int result) {
1568 int HttpCache::Transaction::DoOverwriteCachedResponse() {
1594 int HttpCache::Transaction::DoTruncateCachedData() {
1604 int HttpCache::Transaction::DoTruncateCachedDataComplete(int result) {
1616 int HttpCache::Transaction::DoTruncateCachedMetadata() {
1626 int HttpCache::Transaction::DoTruncateCachedMetadataComplete(int result) {
1638 int HttpCache::Transaction::DoPartialHeadersReceived() {
1661 int HttpCache::Transaction::DoCacheReadResponse() {
1673 int HttpCache::Transaction::DoCacheReadResponseComplete(int result) {
1722 int HttpCache::Transaction::DoCacheWriteResponse() {
1730 int HttpCache::Transaction::DoCacheWriteTruncatedResponse() {
1738 int HttpCache::Transaction::DoCacheWriteResponseComplete(int result) {
1756 int HttpCache::Transaction::DoCacheReadMetadata() {
1771 int HttpCache::Transaction::DoCacheReadMetadataComplete(int result) {
1778 int HttpCache::Transaction::DoCacheQueryData() {
1783 int HttpCache::Transaction::DoCacheQueryDataComplete(int result) {
1797 int HttpCache::Transaction::DoCacheReadData() {
1813 int HttpCache::Transaction::DoCacheReadDataComplete(int result) {
1841 int HttpCache::Transaction::DoCacheWriteData(int num_bytes) {
1852 int HttpCache::Transaction::DoCacheWriteDataComplete(int result) {
1897 void HttpCache::Transaction::ReadCertChain() {
1927 void HttpCache::Transaction::WriteCertChain() {
1954 void HttpCache::Transaction::SetRequest(const BoundNetLog& net_log,
2059 bool HttpCache::Transaction::ShouldPassThrough() {
2090 int HttpCache::Transaction::BeginCacheRead() {
2110 int HttpCache::Transaction::BeginCacheValidation() {
2166 int HttpCache::Transaction::BeginPartialCacheValidation() {
2197 int HttpCache::Transaction::ValidateEntryHeadersAndContinue() {
2217 int HttpCache::Transaction::BeginExternallyConditionalizedRequest() {
2260 int HttpCache::Transaction::RestartNetworkRequest() {
2272 int HttpCache::Transaction::RestartNetworkRequestWithCertificate(
2285 int HttpCache::Transaction::RestartNetworkRequestWithAuth(
2298 bool HttpCache::Transaction::RequiresValidation() {
2331 bool HttpCache::Transaction::ConditionalizeRequest() {
2443 bool HttpCache::Transaction::ValidatePartialResponse() {
2536 void HttpCache::Transaction::IgnoreRangeRequest() {
2552 void HttpCache::Transaction::FixHeadersForHead() {
2560 void HttpCache::Transaction::FailRangeRequest() {
2565 int HttpCache::Transaction::SetupEntryForRead() {
2590 int HttpCache::Transaction::ReadFromNetwork(IOBuffer* data, int data_len) {
2597 int HttpCache::Transaction::ReadFromEntry(IOBuffer* data, int data_len) {
2607 int HttpCache::Transaction::WriteToEntry(int index, int offset,
2623 int HttpCache::Transaction::WriteResponseInfoToEntry(bool truncated) {
2666 int HttpCache::Transaction::AppendResponseDataToEntry(
2676 void HttpCache::Transaction::DoneWritingToEntry(bool success) {
2687 int HttpCache::Transaction::OnCacheReadError(int result, bool restart) {
2716 void HttpCache::Transaction::OnAddToEntryTimeout(base::TimeTicks start_time) {
2729 void HttpCache::Transaction::DoomPartialEntry(bool delete_object) {
2740 int HttpCache::Transaction::DoPartialNetworkReadCompleted(int result) {
2751 int HttpCache::Transaction::DoPartialCacheReadCompleted(int result) {
2763 int HttpCache::Transaction::DoRestartPartialRequest() {
2773 void HttpCache::Transaction::ResetNetworkTransaction() {
2796 bool HttpCache::Transaction::CanResume(bool has_data) {
2815 void HttpCache::Transaction::UpdateTransactionPattern(
2824 void HttpCache::Transaction::RecordHistograms() {
2901 void HttpCache::Transaction::OnIOComplete(int result) {