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

/external/chromium_org/content/child/npapi/
H A Dplugin_url_fetcher.cc323 void PluginURLFetcher::OnDownloadedData(int len, function in class:content::PluginURLFetcher
/external/chromium_org/content/child/
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 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 1452 milliseconds