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 58 bool PrivetURLFetcher::Delegate::OnRawData(PrivetURLFetcher* fetcher,
248 return delegate_->OnRawData(this, true, std::string(), response_file_path);
257 return delegate_->OnRawData(this, false, response_str, base::FilePath());
privet_url_fetcher.h 58 virtual bool OnRawData(PrivetURLFetcher* fetcher,
81 // Set the contents of the Range header. |OnRawData| must return true if this
85 // Save the response to a file. |OnRawData| must return true if this is
privet_http_impl.h 177 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 68 milliseconds