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

  /external/chromium_org/content/child/npapi/
plugin_url_fetcher.cc 323 void PluginURLFetcher::OnDownloadedData(int len,
  /external/chromium_org/content/child/
resource_dispatcher.cc 486 void ResourceDispatcher::OnDownloadedData(int request_id,
496 request_info->peer->OnDownloadedData(data_len, encoded_data_length);
714 IPC_MESSAGE_HANDLER(ResourceMsg_DataDownloaded, OnDownloadedData)
    [all...]
web_url_loader_impl.cc 231 virtual void OnDownloadedData(int len, int encoded_data_length) OVERRIDE;
587 void WebURLLoaderImpl::Context::OnDownloadedData(int len,
    [all...]

Completed in 421 milliseconds