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

  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_match.cc 32 // AutocompleteMatch ----------------------------------------------------------
35 const base::char16 AutocompleteMatch::kInvalidChars[] = {
42 AutocompleteMatch::AutocompleteMatch()
55 AutocompleteMatch::AutocompleteMatch(AutocompleteProvider* provider,
71 AutocompleteMatch::AutocompleteMatch(const AutocompleteMatch& match)
91 new AutocompleteMatch(*match.associated_keyword) : NULL)
    [all...]
autocomplete_match.h 30 // AutocompleteMatch ----------------------------------------------------------
39 struct AutocompleteMatch {
78 // an AutocompleteMatch.
88 AutocompleteMatch();
89 AutocompleteMatch(AutocompleteProvider* provider,
93 AutocompleteMatch(const AutocompleteMatch& match);
94 ~AutocompleteMatch();
97 AutocompleteMatch& operator=(const AutocompleteMatch& match)
    [all...]

Completed in 376 milliseconds