Searched refs:corrected_length (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/autocomplete/
H A Dbuiltin_provider.cc119 const size_t corrected_length = kAboutSchemeLength + 1 + host.length(); local
121 styles.push_back(ACMatchClassification(corrected_length, kUrl));
122 AddMatch(match, match.substr(corrected_length), styles);

Completed in 1612 milliseconds