HomeSort by relevance Sort by last modified time
    Searched refs:SuggestExactInput (Results 1 - 6 of 6) 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...]
  /external/chromium_org/chrome/browser/autocomplete/
history_url_provider.h 41 // -> SuggestExactInput
135 // When true, we should avoid calling SuggestExactInput().
184 static AutocompleteMatch SuggestExactInput(AutocompleteProvider* provider,
237 // SuggestExactInput(), looks up its info in the DB. If found, fills in the
history_url_provider_unittest.cc 814 TEST_F(HistoryURLProviderTest, SuggestExactInput) {
    [all...]
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...]
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_edit_model.cc 563 AutocompleteMatch url_match = HistoryURLProvider::SuggestExactInput(
    [all...]

Completed in 55 milliseconds