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

  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_match.cc 278 std::string serialized_classifications; local
281 serialized_classifications += ',';
282 serialized_classifications += base::IntToString(classifications[i].offset) +
285 return serialized_classifications;
290 const std::string& serialized_classifications) {
293 Tokenize(serialized_classifications, ",", &tokens);
autocomplete_match.h 146 const std::string& serialized_classifications);

Completed in 65 milliseconds