Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/autocomplete/
Dhistory_url_provider.h100 bool trim_http,
119 bool trim_http; member
209 bool trim_http);
Dhistory_url_provider.cc455 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()
Dbookmark_provider.cc183 const bool trim_http = !AutocompleteInput::HasHTTPScheme(input.text()) && in BookmarkMatchToACMatch() local
193 net::kFormatUrlOmitAll & ~(trim_http ? 0 : net::kFormatUrlOmitHTTP), in BookmarkMatchToACMatch()
Dhistory_url_provider_unittest.cc855 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/
Dsearch_suggestion_parser.cc215 bool trim_http = !AutocompleteInput::HasHTTPScheme(input_text) && in CalculateAndClassifyMatchContents() local
218 net::kFormatUrlOmitAll & ~(trim_http ? 0 : net::kFormatUrlOmitHTTP); in CalculateAndClassifyMatchContents()
Dsearch_provider.cc1315 bool trim_http = !AutocompleteInput::HasHTTPScheme(input) && in NavigationToMatch() local
1318 net::kFormatUrlOmitAll & ~(trim_http ? 0 : net::kFormatUrlOmitHTTP); in NavigationToMatch()