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

  /external/chromium/chrome/browser/autocomplete/
history_url_provider.cc 195 AutocompleteMatch what_you_typed_match(SuggestExactInput(params->input,
237 // SuggestExactInput() succeeded in constructing a valid match.
302 AutocompleteMatch HistoryURLProvider::SuggestExactInput(
585 matches_.push_back(SuggestExactInput(input, trim_http));
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
history_url_provider.cc 330 AutocompleteMatch HistoryURLProvider::SuggestExactInput(
455 SuggestExactInput(this, params->input, params->trim_http));
504 // SuggestExactInput() succeeded in constructing a valid match.
635 AutocompleteMatch what_you_typed(SuggestExactInput(this, input, trim_http));
    [all...]

Completed in 53 milliseconds