HomeSort by relevance Sort by last modified time
    Searched refs:OnRawData (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/local_discovery/
privet_url_fetcher.cc 64 bool PrivetURLFetcher::Delegate::OnRawData(PrivetURLFetcher* fetcher,
271 return delegate_->OnRawData(this, true, std::string(), response_file_path);
280 return delegate_->OnRawData(this, false, response_str, base::FilePath());
privet_url_fetcher.h 62 virtual bool OnRawData(PrivetURLFetcher* fetcher,
90 // Set the contents of the Range header. |OnRawData| must return true if this
94 // Save the response to a file. |OnRawData| must return true if this is
privet_http_impl.h 178 virtual bool OnRawData(PrivetURLFetcher* fetcher,
privet_url_fetcher_unittest.cc 55 bool OnRawData(PrivetURLFetcher* fetcher,
privet_http_impl.cc 459 bool PrivetDataReadOperationImpl::OnRawData(PrivetURLFetcher* fetcher,

Completed in 279 milliseconds