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

/external/chromium_org/chrome/renderer/net/
H A Dnet_error_helper.cc248 const GURL& navigation_correction_url,
258 content::ResourceFetcher::Create(navigation_correction_url));
325 const GURL& navigation_correction_url,
330 core_->OnSetNavigationCorrectionInfo(navigation_correction_url, language,
247 FetchNavigationCorrections( const GURL& navigation_correction_url, const std::string& navigation_correction_request_body) argument
324 OnSetNavigationCorrectionInfo( const GURL& navigation_correction_url, const std::string& language, const std::string& country_code, const std::string& api_key, const GURL& search_url) argument
H A Dnet_error_helper_core.cc639 const GURL& navigation_correction_url,
644 navigation_correction_params_.url = navigation_correction_url;
638 OnSetNavigationCorrectionInfo( const GURL& navigation_correction_url, const std::string& language, const std::string& country_code, const std::string& api_key, const GURL& search_url) argument
H A Dnet_error_helper_core_unittest.cc289 void SetNavigationCorrectionURL(const GURL& navigation_correction_url) { argument
290 core()->OnSetNavigationCorrectionInfo(navigation_correction_url,
327 const GURL& navigation_correction_url,
331 EXPECT_EQ(GURL(kNavigationCorrectionUrl), navigation_correction_url); variable
333 url_being_fetched_ = navigation_correction_url;

Completed in 1069 milliseconds