Searched refs:expected_content_size (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/net/ftp/
H A Dftp_response_info.cc11 expected_content_size(-1),
H A Dftp_response_info.h32 int64 expected_content_size; member in class:net::FtpResponseInfo
H A Dftp_network_transaction_unittest.cc923 EXPECT_EQ(-1, transaction_.GetResponseInfo()->expected_content_size);
934 EXPECT_EQ(-1, transaction_.GetResponseInfo()->expected_content_size);
942 EXPECT_EQ(-1, transaction_.GetResponseInfo()->expected_content_size);
999 EXPECT_EQ(18, transaction_.GetResponseInfo()->expected_content_size);
1010 EXPECT_EQ(18, transaction_.GetResponseInfo()->expected_content_size);
1019 EXPECT_EQ(18, transaction_.GetResponseInfo()->expected_content_size);
1027 EXPECT_EQ(18, transaction_.GetResponseInfo()->expected_content_size);
1379 transaction_.GetResponseInfo()->expected_content_size);
H A Dftp_network_transaction.cc1105 response_.expected_content_size = size;
/external/chromium_org/chrome/browser/extensions/api/streams_private/
H A Dstreams_private_api.cc65 int64 expected_content_size) {
78 if (expected_content_size <= INT_MAX)
79 size = expected_content_size;
80 info.expected_content_size = size;
60 ExecuteMimeTypeHandler( const std::string& extension_id, content::WebContents* web_contents, scoped_ptr<content::StreamHandle> stream, const std::string& view_id, int64 expected_content_size) argument
H A Dstreams_private_api.h36 // should be |expected_content_size| bytes long. If the viewer is being opened
42 int64 expected_content_size);
H A Dstreams_private_apitest.cc181 info.expected_content_size = 20;
/external/chromium_org/net/url_request/
H A Durl_request_job.h204 int64 expected_content_size() const { return expected_content_size_; } function in class:net::URLRequestJob
H A Durl_request.cc1017 int64 expected_content_size = -1; local
1019 expected_content_size = job_->expected_content_size();
1021 return expected_content_size;
H A Durl_request_ftp_job.cc217 ftp_transaction_->GetResponseInfo()->expected_content_size);
/external/chromium_org/android_webview/browser/net/
H A Dandroid_stream_reader_url_request_job.cc309 if (expected_content_size() != -1) {
314 base::Int64ToString(expected_content_size()));
/external/chromium_org/chrome/browser/renderer_host/
H A Dchrome_resource_dispatcher_host_delegate.cc171 int64 expected_content_size,
200 expected_content_size);
170 SendExecuteMimeTypeHandlerEvent(scoped_ptr<content::StreamHandle> stream, int64 expected_content_size, int render_process_id, int render_view_id, const std::string& extension_id, const std::string& view_id) argument

Completed in 1105 milliseconds