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
171 // input of |text|. |trim_http| controls whether the match's |fill_into_edit|
178 bool trim_http);
H A Dautocomplete_provider.h215 bool trim_http) const;
H A Dhistory_url_provider.cc342 bool trim_http,
349 trim_http(trim_http),
404 bool trim_http) {
417 DCHECK(!trim_http || !AutocompleteInput::HasHTTPScheme(text));
420 const size_t offset = trim_http ? TrimHttpPrefix(&display_string) : 0;
499 !params->trim_http ||
503 params->trim_http));
679 const bool trim_http = !AutocompleteInput::HasHTTPScheme(input.text()); local
685 input.text(), input.canonicalized_url(), trim_http));
340 HistoryURLProviderParams( const AutocompleteInput& input, bool trim_http, const std::string& languages, TemplateURL* default_search_provider, const SearchTermsData& search_terms_data) argument
401 SuggestExactInput( const base::string16& text, const GURL& destination_url, bool trim_http) argument
[all...]
H A Dautocomplete_provider.cc113 bool trim_http) const {
117 net::kFormatUrlOmitAll & ~(trim_http ? 0 : net::kFormatUrlOmitHTTP),
H A Dhistory_url_provider_unittest.cc833 bool trim_http; member in struct:TestCase
887 << test_cases[i].input << ", trim_http: "
888 << test_cases[i].trim_http);
896 input.text(), input.canonicalized_url(), test_cases[i].trim_http));
H A Dsearch_provider.cc1882 bool trim_http = !AutocompleteInput::HasHTTPScheme(input) && local
1888 net::kFormatUrlOmitAll & ~(trim_http ? 0 : net::kFormatUrlOmitHTTP);

Completed in 861 milliseconds