Home
last modified time | relevance | path

Searched refs:trim_http (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/autocomplete/
Dhistory_url_provider.h99 bool trim_http,
118 bool trim_http; member
209 bool trim_http);
Dhistory_url_provider.cc403 bool trim_http, in HistoryURLProviderParams() argument
411 trim_http(trim_http), in HistoryURLProviderParams()
472 const bool trim_http = !AutocompleteInput::HasHTTPScheme(input.text()); in Start() local
474 fixed_up_input.text(), fixed_up_input.canonicalized_url(), trim_http)); in Start()
506 fixed_up_input, trim_http, what_you_typed_match, in Start()
553 bool trim_http) { in SuggestExactInput() argument
571 DCHECK(!trim_http || !AutocompleteInput::HasHTTPScheme(text)); in SuggestExactInput()
574 const size_t offset = trim_http ? TrimHttpPrefix(&display_string) : 0; in SuggestExactInput()
730 !params->trim_http || in DoAutocomplete()
1112 ~((params.trim_http && !history_match.match_in_scheme) ? in HistoryMatchToACMatch()
Dautocomplete_provider.cc110 bool trim_http) const { in StringForURLDisplay()
114 net::kFormatUrlOmitAll & ~(trim_http ? 0 : net::kFormatUrlOmitHTTP), in StringForURLDisplay()
Dbookmark_provider.cc158 const bool trim_http = !AutocompleteInput::HasHTTPScheme(input.text()) && in BookmarkMatchToACMatch() local
168 net::kFormatUrlOmitAll & ~(trim_http ? 0 : net::kFormatUrlOmitHTTP), in BookmarkMatchToACMatch()
Dautocomplete_provider.h215 bool trim_http) const;
Dhistory_url_provider_unittest.cc840 bool trim_http; in TEST_F() member
895 << test_cases[i].trim_http); in TEST_F()
903 input.text(), input.canonicalized_url(), test_cases[i].trim_http)); in TEST_F()
Dbase_search_provider.cc398 bool trim_http = !AutocompleteInput::HasHTTPScheme(input_text) && in CalculateAndClassifyMatchContents() local
401 net::kFormatUrlOmitAll & ~(trim_http ? 0 : net::kFormatUrlOmitHTTP); in CalculateAndClassifyMatchContents()
Dsearch_provider.cc1093 bool trim_http = !AutocompleteInput::HasHTTPScheme(input) && in NavigationToMatch() local
1096 net::kFormatUrlOmitAll & ~(trim_http ? 0 : net::kFormatUrlOmitHTTP); in NavigationToMatch()