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

  /external/chromium_org/chrome/browser/autocomplete/
history_provider.h 25 static bool PreventInlineAutocomplete(const AutocompleteInput& input);
history_provider.cc 41 bool HistoryProvider::PreventInlineAutocomplete(
bookmark_provider.cc 217 !HistoryProvider::PreventInlineAutocomplete(input);
builtin_provider.cc 146 if (!HistoryProvider::PreventInlineAutocomplete(input) &&
history_quick_provider.cc 272 !PreventInlineAutocomplete(autocomplete_input_);
shortcuts_provider.cc 236 !HistoryProvider::PreventInlineAutocomplete(input) ||
history_quick_provider_unittest.cc 663 TEST_F(HistoryQuickProviderTest, PreventInlineAutocomplete) {
    [all...]
history_url_provider.cc 556 params->prevent_inline_autocomplete = PreventInlineAutocomplete(input);
    [all...]

Completed in 95 milliseconds