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

  /external/chromium_org/chrome/renderer/net/
net_error_helper.h 97 const GURL& navigation_correction_url,
107 void OnSetNavigationCorrectionInfo(const GURL& navigation_correction_url,
net_error_helper_core.h 79 const GURL& navigation_correction_url,
154 void OnSetNavigationCorrectionInfo(const GURL& navigation_correction_url,
net_error_helper.cc 248 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,
net_error_helper_core.cc 639 const GURL& navigation_correction_url,
644 navigation_correction_params_.url = navigation_correction_url;
    [all...]
net_error_helper_core_unittest.cc 289 void SetNavigationCorrectionURL(const GURL& navigation_correction_url) {
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;
    [all...]

Completed in 456 milliseconds