Searched refs:PreventInlineAutocomplete (Results 1 – 8 of 8) sorted by relevance
25 static bool PreventInlineAutocomplete(const AutocompleteInput& input);
41 bool HistoryProvider::PreventInlineAutocomplete( in PreventInlineAutocomplete() function in HistoryProvider
146 if (!HistoryProvider::PreventInlineAutocomplete(input) && in Start()
272 !PreventInlineAutocomplete(autocomplete_input_); in QuickMatchToACMatch()
217 !HistoryProvider::PreventInlineAutocomplete(input); in BookmarkMatchToACMatch()
236 !HistoryProvider::PreventInlineAutocomplete(input) || in ShortcutToACMatch()
663 TEST_F(HistoryQuickProviderTest, PreventInlineAutocomplete) { in TEST_F() argument
556 params->prevent_inline_autocomplete = PreventInlineAutocomplete(input); in Start()