HomeSort by relevance Sort by last modified time
    Searched defs:OnReadCompleted (Results 1 - 22 of 22) sorted by null

  /external/chromium/chrome/browser/net/
chrome_network_delegate.cc 85 void ChromeNetworkDelegate::OnReadCompleted(net::URLRequest* request,
chrome_dns_cert_provenance_checker.cc 94 void OnReadCompleted(net::URLRequest* request, int bytes_read) {
connection_tester.cc 260 virtual void OnReadCompleted(net::URLRequest* request, int bytes_read);
293 void ConnectionTester::TestRunner::OnReadCompleted(net::URLRequest* request,
310 OnReadCompleted(request, num_bytes);
  /external/chromium/chrome/browser/renderer_host/
download_throttling_resource_handler.cc 118 bool DownloadThrottlingResourceHandler::OnReadCompleted(int request_id,
137 return download_handler_->OnReadCompleted(request_id, bytes_read);
206 download_handler_->OnReadCompleted(request_id_, &tmp_buffer_length_);
offline_resource_handler.cc 128 bool OfflineResourceHandler::OnReadCompleted(int request_id, int* bytes_read) {
129 return next_handler_->OnReadCompleted(request_id, bytes_read);
safe_browsing_resource_handler.cc 122 bool SafeBrowsingResourceHandler::OnReadCompleted(int request_id,
126 return next_handler_->OnReadCompleted(request_id, bytes_read);
  /external/chromium/chrome/browser/
plugin_download_helper.cc 89 OnReadCompleted(request, bytes_read);
94 void PluginDownloadUrlHelper::OnReadCompleted(net::URLRequest* request,
  /external/chromium/net/url_request/
https_prober.cc 62 void HTTPSProber::OnReadCompleted(URLRequest* request, int bytes_read) {
url_request_ftp_job.cc 27 read_callback_(this, &URLRequestFtpJob::OnReadCompleted)),
132 void URLRequestFtpJob::OnReadCompleted(int result) {
url_request_job_tracker_unittest.cc 100 this, &URLRequestJobTrackerTestJob::OnReadCompleted,
109 void OnReadCompleted(int status) {
115 ASSERT_FALSE(true) << "Unexpected OnReadCompleted callback.";
url_request_test_util.cc 202 OnReadCompleted(request, bytes_read);
208 void TestDelegate::OnReadCompleted(net::URLRequest* request, int bytes_read) {
280 void TestNetworkDelegate::OnReadCompleted(net::URLRequest* request,
url_request_http_job.cc 214 this, &URLRequestHttpJob::OnReadCompleted)),
692 void URLRequestHttpJob::OnReadCompleted(int result) {
    [all...]
  /external/chromium/chrome/browser/prerender/
prerender_resource_handler.cc 170 bool PrerenderResourceHandler::OnReadCompleted(int request_id,
172 return next_handler_->OnReadCompleted(request_id, bytes_read);
prerender_resource_handler_unittest.cc 49 virtual bool OnReadCompleted(int request_id, int* bytes_read) {
  /external/chromium/chrome/browser/extensions/
user_script_listener_unittest.cc 70 virtual bool OnReadCompleted(int request_id, int* bytes_read) {
  /external/chromium/net/proxy/
proxy_script_fetcher_impl.cc 231 void ProxyScriptFetcherImpl::OnReadCompleted(URLRequest* request,
  /external/webkit/Source/WebKit/android/WebCoreSupport/
WebRequest.cpp 515 return; // Wait for OnReadCompleted()
549 void WebRequest::OnReadCompleted(net::URLRequest* request, int bytesRead)
551 ASSERT(m_loadState == Response || m_loadState == GotData, "OnReadCompleted in state other than RESPONSE and GOTDATA");
  /frameworks/av/media/libstagefright/chromium_http/
support.cpp 333 void SfDelegate::OnReadCompleted(net::URLRequest *request, int bytes_read) {
336 "OnReadCompleted, read failed, status %d",
339 mOwner->onReadCompleted(ERROR_IO);
343 MY_LOGV(StringPrintf("OnReadCompleted, read %d bytes", bytes_read).c_str());
350 mOwner->onReadCompleted(ERROR_IO);
354 mOwner->onReadCompleted(mNumBytesRead);
401 mOwner->onReadCompleted(ERROR_IO);
409 mOwner->onReadCompleted(mNumBytesRead);
527 mOwner->onReadCompleted(0);
  /external/chromium/chrome/browser/debugger/
devtools_http_protocol_handler.cc 424 OnReadCompleted(request, bytes_read);
427 void DevToolsHttpProtocolHandler::OnReadCompleted(net::URLRequest* request,
  /external/chromium/chrome/common/net/
url_fetcher.cc 63 virtual void OnReadCompleted(net::URLRequest* request, int bytes_read);
301 OnReadCompleted(request_.get(), bytes_read);
324 void URLFetcher::Core::OnReadCompleted(net::URLRequest* request,
  /external/chromium/net/socket_stream/
socket_stream.cc 64 read_callback_(this, &SocketStream::OnReadCompleted)),
359 void SocketStream::OnReadCompleted(int result) {
    [all...]
  /external/chromium/net/ocsp/
nss_ocsp.cc 275 OnReadCompleted(request_, bytes_read);
278 virtual void OnReadCompleted(net::URLRequest* request, int bytes_read) {

Completed in 324 milliseconds