Searched refs:trim_http (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/chrome/browser/autocomplete/ |
D | history_url_provider.h | 99 bool trim_http, 118 bool trim_http; member 209 bool trim_http);
|
D | history_url_provider.cc | 403 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()
|
D | autocomplete_provider.cc | 110 bool trim_http) const { in StringForURLDisplay() 114 net::kFormatUrlOmitAll & ~(trim_http ? 0 : net::kFormatUrlOmitHTTP), in StringForURLDisplay()
|
D | bookmark_provider.cc | 158 const bool trim_http = !AutocompleteInput::HasHTTPScheme(input.text()) && in BookmarkMatchToACMatch() local 168 net::kFormatUrlOmitAll & ~(trim_http ? 0 : net::kFormatUrlOmitHTTP), in BookmarkMatchToACMatch()
|
D | autocomplete_provider.h | 215 bool trim_http) const;
|
D | history_url_provider_unittest.cc | 840 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()
|
D | base_search_provider.cc | 398 bool trim_http = !AutocompleteInput::HasHTTPScheme(input_text) && in CalculateAndClassifyMatchContents() local 401 net::kFormatUrlOmitAll & ~(trim_http ? 0 : net::kFormatUrlOmitHTTP); in CalculateAndClassifyMatchContents()
|
D | search_provider.cc | 1093 bool trim_http = !AutocompleteInput::HasHTTPScheme(input) && in NavigationToMatch() local 1096 net::kFormatUrlOmitAll & ~(trim_http ? 0 : net::kFormatUrlOmitHTTP); in NavigationToMatch()
|