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

  /external/chromium/chrome/browser/autocomplete/
autocomplete_match.h 42 struct ACMatchClassification {
53 ACMatchClassification(size_t offset, int style)
64 typedef std::vector<ACMatchClassification> ACMatchClassifications;
201 typedef AutocompleteMatch::ACMatchClassification ACMatchClassification;
202 typedef std::vector<ACMatchClassification> ACMatchClassifications;
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_match.h 49 struct ACMatchClassification {
60 ACMatchClassification(size_t offset, int style)
71 typedef std::vector<ACMatchClassification> ACMatchClassifications;
350 typedef AutocompleteMatch::ACMatchClassification ACMatchClassification;
351 typedef std::vector<ACMatchClassification> ACMatchClassifications;

Completed in 1381 milliseconds