/external/chromium_org/chrome/browser/chromeos/file_system_provider/fileapi/ |
D | buffering_file_stream_reader.cc | 49 base::Bind(&BufferingFileStreamReader::OnReadCompleted, in Read() 57 Preload(base::Bind(&BufferingFileStreamReader::OnReadCompleted, in Read() 117 void BufferingFileStreamReader::OnReadCompleted( in OnReadCompleted() function in chromeos::file_system_provider::BufferingFileStreamReader
|
D | file_stream_reader.cc | 336 base::Bind(&FileStreamReader::OnReadCompleted, in Read() 340 base::Bind(&FileStreamReader::OnReadCompleted, in Read() 352 base::Bind(&FileStreamReader::OnReadCompleted, in Read() 365 void FileStreamReader::OnReadCompleted(net::CompletionCallback callback, in OnReadCompleted() function in chromeos::file_system_provider::FileStreamReader
|
D | buffering_file_stream_reader.h | 54 void OnReadCompleted(const net::CompletionCallback& callback, int result);
|
/external/chromium_org/net/base/ |
D | upload_file_element_reader.cc | 87 base::Bind(base::IgnoreResult(&UploadFileElementReader::OnReadCompleted), in Read() 92 return OnReadCompleted(CompletionCallback(), result); in Read() 186 int UploadFileElementReader::OnReadCompleted( in OnReadCompleted() function in net::UploadFileElementReader
|
D | sdch_dictionary_fetcher.h | 52 virtual void OnReadCompleted(URLRequest* request, int bytes_read) OVERRIDE;
|
/external/chromium_org/mojo/system/ |
D | raw_channel_win.cc | 133 void OnReadCompleted(DWORD bytes_read, DWORD error); 258 OnReadCompleted(bytes_transferred, error); in OnIOCompleted() 295 void RawChannelWin::RawChannelIOHandler::OnReadCompleted(DWORD bytes_read, in OnReadCompleted() function in mojo::system::__anonc949c5dd0111::RawChannelWin::RawChannelIOHandler 308 owner_->OnReadCompleted(IO_SUCCEEDED, bytes_read); in OnReadCompleted() 311 owner_->OnReadCompleted(IO_FAILED_SHUTDOWN, 0); in OnReadCompleted() 315 owner_->OnReadCompleted(IO_FAILED_UNKNOWN, 0); in OnReadCompleted()
|
/external/chromium_org/content/browser/loader/ |
D | layered_resource_handler.cc | 71 bool LayeredResourceHandler::OnReadCompleted(int bytes_read, bool* defer) { in OnReadCompleted() function in content::LayeredResourceHandler 73 return next_handler_->OnReadCompleted(bytes_read, defer); in OnReadCompleted()
|
D | buffered_resource_handler.cc | 174 bool BufferedResourceHandler::OnReadCompleted(int bytes_read, bool* defer) { in OnReadCompleted() function in content::BufferedResourceHandler 176 return next_handler_->OnReadCompleted(bytes_read, defer); in OnReadCompleted() 398 next_handler_->OnReadCompleted(payload_for_old_handler.length(), in UseAlternateNextHandler() 418 bool result = next_handler_->OnReadCompleted(bytes_read_, defer); in ReplayReadCompleted()
|
D | detachable_resource_handler.cc | 164 bool DetachableResourceHandler::OnReadCompleted(int bytes_read, bool* defer) { in OnReadCompleted() function in content::DetachableResourceHandler 171 next_handler_->OnReadCompleted(bytes_read, &is_deferred_); in OnReadCompleted()
|
D | layered_resource_handler.h | 39 virtual bool OnReadCompleted(int bytes_read,
|
D | resource_loader.cc | 356 void ResourceLoader::OnReadCompleted(net::URLRequest* unused, int bytes_read) { in OnReadCompleted() function in content::ResourceLoader 578 OnReadCompleted(request_.get(), bytes_read); in StartReading() 584 base::Bind(&ResourceLoader::OnReadCompleted, in StartReading() 633 if (!handler_->OnReadCompleted(bytes_read, &defer)) { in CompleteRead()
|
D | cross_site_resource_handler.h | 39 virtual bool OnReadCompleted(int bytes_read,
|
D | certificate_resource_handler.h | 59 virtual bool OnReadCompleted(int bytes_read, bool* defer) OVERRIDE;
|
D | stream_resource_handler.h | 54 virtual bool OnReadCompleted(int bytes_read, bool* defer) OVERRIDE;
|
D | sync_resource_handler.h | 47 virtual bool OnReadCompleted(int bytes_read, bool* defer) OVERRIDE;
|
/external/chromium_org/remoting/protocol/ |
D | chromium_socket_factory.cc | 73 void OnReadCompleted(int result); 321 base::Bind(&UdpPacketSocket::OnReadCompleted, base::Unretained(this))); in DoRead() 326 void UdpPacketSocket::OnReadCompleted(int result) { in OnReadCompleted() function in remoting::protocol::__anon923e070e0111::UdpPacketSocket
|
/external/chromium_org/remoting/host/ |
D | token_validator_base.cc | 87 OnReadCompleted(request_.get(), bytes_read); in OnResponseStarted() 90 void TokenValidatorBase::OnReadCompleted(net::URLRequest* source, in OnReadCompleted() function in remoting::TokenValidatorBase
|
/external/chromium_org/net/url_request/ |
D | url_request_ftp_job.cc | 248 void URLRequestFtpJob::OnReadCompleted(int result) { in OnReadCompleted() function in net::URLRequestFtpJob 359 base::Bind(&URLRequestFtpJob::OnReadCompleted, in ReadRawData() 363 base::Bind(&URLRequestFtpJob::OnReadCompleted, in ReadRawData()
|
/external/chromium_org/content/browser/fileapi/ |
D | mock_url_request_delegate.h | 23 virtual void OnReadCompleted(net::URLRequest* request,
|
D | mock_url_request_delegate.cc | 33 void MockURLRequestDelegate::OnReadCompleted(net::URLRequest* request, in OnReadCompleted() function in content::MockURLRequestDelegate
|
/external/chromium_org/remoting/client/plugin/ |
D | pepper_packet_socket_factory.cc | 130 void OnReadCompleted(int result, pp::NetAddress address); 375 &UdpPacketSocket::OnReadCompleted); in DoRead() 381 void UdpPacketSocket::OnReadCompleted(int result, pp::NetAddress address) { in OnReadCompleted() function in remoting::__anon0621c7b80111::UdpPacketSocket
|
/external/chromium_org/chrome/browser/net/spdyproxy/ |
D | proxy_advisor.h | 45 virtual void OnReadCompleted(net::URLRequest* request,
|
/external/chromium_org/chrome/browser/net/ |
D | chrome_fraudulent_certificate_reporter.h | 40 virtual void OnReadCompleted(net::URLRequest* request,
|
/external/chromium_org/net/test/spawned_test_server/ |
D | spawner_communicator.h | 104 virtual void OnReadCompleted(URLRequest* request, int num_bytes) OVERRIDE;
|
/external/chromium_org/mojo/services/network/ |
D | url_loader_impl.h | 44 virtual void OnReadCompleted(net::URLRequest* url_request, int bytes_read)
|