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

/external/chromium_org/chrome/browser/autocomplete/
H A Dshortcuts_provider.cc291 const WordMap& find_words,
295 DCHECK(!find_words.empty());
329 // |find_words|. If so, check each of them to see if they match the portion
332 // location, given the construction of |find_words|) and add a MATCH region to
337 find_words.equal_range(text_lowercase[last_position]));
289 ClassifyAllMatchesInString( const base::string16& find_text, const WordMap& find_words, const base::string16& text, const ACMatchClassifications& original_class) argument

Completed in 324 milliseconds