Searched refs:trim_http (Results 1 - 10 of 10) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
H A Dhistory_url_provider.h88 bool trim_http,
99 bool trim_http; member in struct:HistoryURLProviderParams
242 bool trim_http);
H A Dhistory_url_provider.cc108 bool trim_http,
112 trim_http(trim_http),
192 !params->trim_http ||
196 params->trim_http));
304 bool trim_http) {
320 const size_t offset = trim_http ? TrimHttpPrefix(&display_string) : 0;
580 const bool trim_http = !HasHTTPScheme(input.text()); local
585 matches_.push_back(SuggestExactInput(input, trim_http));
604 new HistoryURLProviderParams(input, trim_http, language
106 HistoryURLProviderParams( const AutocompleteInput& input, bool trim_http, const std::string& languages) argument
302 SuggestExactInput( const AutocompleteInput& input, bool trim_http) argument
[all...]
H A Dautocomplete.h441 bool trim_http) const;
H A Dautocomplete.cc541 bool trim_http) const {
547 net::kFormatUrlOmitAll & ~(trim_http ? 0 : net::kFormatUrlOmitHTTP),
/external/chromium_org/chrome/browser/autocomplete/
H A Dhistory_url_provider.h93 bool trim_http,
111 bool trim_http; member in struct:HistoryURLProviderParams
179 // |trim_http| should not be set to true if |input| contains an http
186 bool trim_http);
H A Dautocomplete_provider.cc113 bool trim_http) const {
117 net::kFormatUrlOmitAll & ~(trim_http ? 0 : net::kFormatUrlOmitHTTP),
H A Dautocomplete_provider.h215 bool trim_http) const;
H A Dhistory_url_provider.cc294 bool trim_http,
301 trim_http(trim_http),
333 bool trim_http) {
348 const size_t offset = trim_http ? TrimHttpPrefix(&display_string) : 0;
366 DCHECK(!trim_http || !HasHTTPScheme(input.text()));
452 !params->trim_http ||
455 SuggestExactInput(this, params->input, params->trim_http));
630 const bool trim_http = !HasHTTPScheme(input.text()); local
635 AutocompleteMatch what_you_typed(SuggestExactInput(this, input, trim_http));
292 HistoryURLProviderParams( const AutocompleteInput& input, bool trim_http, const std::string& languages, TemplateURL* default_search_provider, const SearchTermsData& search_terms_data) argument
330 SuggestExactInput( AutocompleteProvider* provider, const AutocompleteInput& input, bool trim_http) argument
[all...]
H A Dhistory_url_provider_unittest.cc819 bool trim_http; member in struct:TestCase
871 << test_cases[i].input << ", trim_http: "
872 << test_cases[i].trim_http);
879 autocomplete_.get(), input, test_cases[i].trim_http);
H A Dsearch_provider.cc1474 bool trim_http = !HasHTTPScheme(input) && (!prefix || (match_start != 0)); local
1487 net::kFormatUrlOmitAll & ~(trim_http ? 0 : net::kFormatUrlOmitHTTP);

Completed in 550 milliseconds