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

/external/chromium_org/chrome/browser/autocomplete/
H A Dhistory_url_provider.h100 bool trim_http,
119 bool trim_http; member in struct:HistoryURLProviderParams
201 // input of |text|. |trim_http| controls whether the match's |fill_into_edit|
209 bool trim_http);
H A Dhistory_url_provider.cc455 bool trim_http,
463 trim_http(trim_http),
517 const bool trim_http = !AutocompleteInput::HasHTTPScheme(input.text()); local
519 fixed_up_input.text(), fixed_up_input.canonicalized_url(), trim_http));
551 fixed_up_input, trim_http, what_you_typed_match,
598 bool trim_http) {
611 DCHECK(!trim_http || !AutocompleteInput::HasHTTPScheme(text));
616 const size_t offset = trim_http ? TrimHttpPrefix(&display_string) : 0;
774 !params->trim_http ||
453 HistoryURLProviderParams( const AutocompleteInput& input, bool trim_http, const AutocompleteMatch& what_you_typed_match, const std::string& languages, TemplateURL* default_search_provider, const SearchTermsData& search_terms_data) argument
595 SuggestExactInput( const base::string16& text, const GURL& destination_url, bool trim_http) argument
[all...]
H A Dbookmark_provider.cc183 const bool trim_http = !AutocompleteInput::HasHTTPScheme(input.text()) && local
193 net::kFormatUrlOmitAll & ~(trim_http ? 0 : net::kFormatUrlOmitHTTP),
H A Dhistory_url_provider_unittest.cc855 bool trim_http; member in struct:TestCase
909 << test_cases[i].input << ", trim_http: "
910 << test_cases[i].trim_http);
919 input.text(), input.canonicalized_url(), test_cases[i].trim_http));
/external/chromium_org/components/omnibox/
H A Dsearch_suggestion_parser.cc215 bool trim_http = !AutocompleteInput::HasHTTPScheme(input_text) && local
218 net::kFormatUrlOmitAll & ~(trim_http ? 0 : net::kFormatUrlOmitHTTP);
H A Dsearch_provider.cc1315 bool trim_http = !AutocompleteInput::HasHTTPScheme(input) && local
1318 net::kFormatUrlOmitAll & ~(trim_http ? 0 : net::kFormatUrlOmitHTTP);

Completed in 128 milliseconds