HomeSort by relevance Sort by last modified time
    Searched full:correction_fetcher_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/renderer/net/
net_error_helper.cc 250 DCHECK(!correction_fetcher_.get());
257 correction_fetcher_.reset(
259 correction_fetcher_->SetMethod("POST");
260 correction_fetcher_->SetBody(navigation_correction_request_body);
261 correction_fetcher_->SetHeader("Content-Type", "application/json");
262 correction_fetcher_->Start(
267 correction_fetcher_->SetTimeout(
272 correction_fetcher_.reset();
332 correction_fetcher_.release());
net_error_helper.h 119 scoped_ptr<content::ResourceFetcher> correction_fetcher_; member in class:NetErrorHelper

Completed in 47 milliseconds