Searched refs:OnDownloadedData (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/content/public/child/
H A Drequest_peer.h58 virtual void OnDownloadedData(int len, int encoded_data_length) = 0;
/external/chromium_org/chrome/renderer/extensions/
H A Dextension_localization_peer.h41 virtual void OnDownloadedData(int len, int encoded_data_length) OVERRIDE {}
H A Dextension_localization_peer_unittest.cc64 MOCK_METHOD2(OnDownloadedData, void(int len, int encoded_data_length));
/external/chromium_org/content/child/npapi/
H A Dplugin_url_fetcher.h59 virtual void OnDownloadedData(int len, int encoded_data_length) OVERRIDE;
H A Dplugin_url_fetcher.cc323 void PluginURLFetcher::OnDownloadedData(int len, function in class:content::PluginURLFetcher
/external/chromium_org/chrome/renderer/
H A Dsecurity_filter_peer.h39 virtual void OnDownloadedData(int len, int encoded_data_length) OVERRIDE {}
/external/chromium_org/content/child/
H A Dresource_dispatcher.h169 void OnDownloadedData(int request_id, int data_len, int encoded_data_length);
H A Dresource_dispatcher.cc486 void ResourceDispatcher::OnDownloadedData(int request_id, function in class:content::ResourceDispatcher
496 request_info->peer->OnDownloadedData(data_len, encoded_data_length);
714 IPC_MESSAGE_HANDLER(ResourceMsg_DataDownloaded, OnDownloadedData)
H A Dresource_dispatcher_unittest.cc75 virtual void OnDownloadedData(int len, int encoded_data_length) OVERRIDE {
733 virtual void OnDownloadedData(int len, int encoded_data_length) OVERRIDE {
H A Dweb_url_loader_impl.cc231 virtual void OnDownloadedData(int len, int encoded_data_length) OVERRIDE;
587 void WebURLLoaderImpl::Context::OnDownloadedData(int len, function in class:content::WebURLLoaderImpl::Context

Completed in 198 milliseconds