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

  /external/chromium/chrome/browser/autocomplete/
history_url_provider.h 36 // -> SuggestExactInput
124 // When true, we should avoid calling SuggestExactInput().
241 AutocompleteMatch SuggestExactInput(const AutocompleteInput& input,
245 // SuggestExactInput(), looks up its info in the DB. If found, fills in the
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...]

Completed in 103 milliseconds