Searched defs:prevent_inline_autocomplete (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
H A Dhistory_quick_provider.cc111 autocomplete_input_.prevent_inline_autocomplete(),
121 bool prevent_inline_autocomplete,
135 (prevent_inline_autocomplete || history_match.url_matches.size() > 1 ||
156 if (!autocomplete_input_.prevent_inline_autocomplete())
118 QuickMatchToACMatch( const ScoredHistoryMatch& history_match, size_t match_number, bool prevent_inline_autocomplete, int* next_dont_inline_score) argument
H A Dsearch_provider_unittest.cc66 bool prevent_inline_autocomplete,
177 bool prevent_inline_autocomplete,
180 AutocompleteInput input(text, string16(), prevent_inline_autocomplete,
176 QueryForInput(const string16& text, bool prevent_inline_autocomplete, bool minimal_changes) argument
H A Dautocomplete.cc60 bool prevent_inline_autocomplete,
66 initial_prevent_inline_autocomplete_(prevent_inline_autocomplete),
67 prevent_inline_autocomplete_(prevent_inline_autocomplete),
834 bool prevent_inline_autocomplete,
841 input_ = AutocompleteInput(text, desired_tld, prevent_inline_autocomplete,
58 AutocompleteInput(const string16& text, const string16& desired_tld, bool prevent_inline_autocomplete, bool prefer_keyword, bool allow_exact_keyword_match, MatchesRequested matches_requested) argument
H A Dautocomplete.h221 bool prevent_inline_autocomplete,
295 bool prevent_inline_autocomplete() const { function in class:AutocompleteInput
299 // Returns the value of |prevent_inline_autocomplete| supplied to the
301 // |prevent_inline_autocomplete()| if the input contained trailing whitespace.
626 // |prevent_inline_autocomplete| is true if the generated result set should
652 bool prevent_inline_autocomplete,
H A Dhistory_url_provider_unittest.cc126 bool prevent_inline_autocomplete,
189 bool prevent_inline_autocomplete,
192 AutocompleteInput input(text, desired_tld, prevent_inline_autocomplete,
187 RunTest(const string16 text, const string16& desired_tld, bool prevent_inline_autocomplete, const std::string* expected_urls, size_t num_results) argument

Completed in 115 milliseconds