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

/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_match.cc123 size_t overall_length,
130 if (overall_length == 0)
151 if (after_match < overall_length) {
120 ClassifyLocationInString( size_t match_location, size_t match_length, size_t overall_length, int style, ACMatchClassifications* classification) argument
/external/chromium_org/chrome/browser/autocomplete/
H A Dautocomplete_match.cc215 size_t overall_length,
222 if (overall_length == 0)
243 if (after_match < overall_length) {
212 ClassifyLocationInString( size_t match_location, size_t match_length, size_t overall_length, int style, ACMatchClassifications* classification) argument

Completed in 59 milliseconds