Searched defs:corrections (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/renderer/net/
H A Dnet_error_helper_core.cc88 ScopedVector<NavigationCorrection> corrections; member in struct:__anon5818::NavigationCorrectionResponse
98 &NavigationCorrectionResponse::corrections);
287 response.corrections.begin();
288 it != response.corrections.end(); ++it) {
293 int tracking_id = it - response.corrections.begin();
391 // True if a blank page was loaded, and navigation corrections need to be
403 // All the navigation corrections that have been clicked, for tracking
602 // If navigation corrections were needed before, that should have been
706 const std::string& corrections,
720 ParseNavigationCorrectionResponse(corrections);
705 OnNavigationCorrectionsFetched( const std::string& corrections, const std::string& accept_languages, bool is_rtl) argument
[all...]
H A Dnet_error_helper_core_unittest.cc36 const char kNavigationCorrectionUrl[] = "http://navigation.corrections/";
78 std::string SuggestionsToResponse(const NavigationCorrection* corrections, argument
82 url_corrections->Append(corrections[i].ToValue());
229 const NavigationCorrection* corrections, int num_corrections) {
231 SuggestionsToResponse(corrections, num_corrections));
424 // corrections.
614 // of these have navigation corrections enabled.
1105 // Check that corrections are not used for HTTPS URLs.
1145 // The blank page loads, then the navigation corrections request succeeds and is
1197 // the navigation corrections reques
228 NavigationCorrectionsLoadSuccess( const NavigationCorrection* corrections, int num_corrections) argument
[all...]

Completed in 323 milliseconds