Searched defs:OnDownloadedData (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/child/npapi/
H A Dplugin_url_fetcher.cc328 void PluginURLFetcher::OnDownloadedData(int len, function in class:content::PluginURLFetcher
/external/chromium_org/content/child/
H A Dresource_dispatcher.cc479 void ResourceDispatcher::OnDownloadedData(int request_id, function in class:content::ResourceDispatcher
489 request_info->peer->OnDownloadedData(data_len, encoded_data_length);
708 IPC_MESSAGE_HANDLER(ResourceMsg_DataDownloaded, OnDownloadedData)
H A Dweb_url_loader_impl.cc232 virtual void OnDownloadedData(int len, int encoded_data_length) OVERRIDE;
580 void WebURLLoaderImpl::Context::OnDownloadedData(int len, function in class:content::WebURLLoaderImpl::Context

Completed in 77 milliseconds