Searched refs:trim_http (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/chrome/browser/autocomplete/ |
D | history_url_provider.h | 100 bool trim_http, 119 bool trim_http; member 209 bool trim_http);
|
D | history_url_provider.cc | 455 bool trim_http, in HistoryURLProviderParams() argument 463 trim_http(trim_http), in HistoryURLProviderParams() 517 const bool trim_http = !AutocompleteInput::HasHTTPScheme(input.text()); in Start() local 519 fixed_up_input.text(), fixed_up_input.canonicalized_url(), trim_http)); in Start() 551 fixed_up_input, trim_http, what_you_typed_match, in Start() 598 bool trim_http) { in SuggestExactInput() argument 611 DCHECK(!trim_http || !AutocompleteInput::HasHTTPScheme(text)); in SuggestExactInput() 616 const size_t offset = trim_http ? TrimHttpPrefix(&display_string) : 0; in SuggestExactInput() 774 !params->trim_http || in DoAutocomplete() 1153 ~((params.trim_http && !history_match.match_in_scheme) ? in HistoryMatchToACMatch()
|
D | bookmark_provider.cc | 183 const bool trim_http = !AutocompleteInput::HasHTTPScheme(input.text()) && in BookmarkMatchToACMatch() local 193 net::kFormatUrlOmitAll & ~(trim_http ? 0 : net::kFormatUrlOmitHTTP), in BookmarkMatchToACMatch()
|
D | history_url_provider_unittest.cc | 855 bool trim_http; in TEST_F() member 910 << test_cases[i].trim_http); in TEST_F() 919 input.text(), input.canonicalized_url(), test_cases[i].trim_http)); in TEST_F()
|
/external/chromium_org/components/omnibox/ |
D | search_suggestion_parser.cc | 215 bool trim_http = !AutocompleteInput::HasHTTPScheme(input_text) && in CalculateAndClassifyMatchContents() local 218 net::kFormatUrlOmitAll & ~(trim_http ? 0 : net::kFormatUrlOmitHTTP); in CalculateAndClassifyMatchContents()
|
D | search_provider.cc | 1315 bool trim_http = !AutocompleteInput::HasHTTPScheme(input) && in NavigationToMatch() local 1318 net::kFormatUrlOmitAll & ~(trim_http ? 0 : net::kFormatUrlOmitHTTP); in NavigationToMatch()
|