Home
last modified time | relevance | path

Searched refs:trim_http_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
Dhistory_contents_provider.cc62 trim_http_(false), in HistoryContentsProvider()
98 trim_http_ = !HasHTTPScheme(input.text()); in Start()
214 match.contents = StringForURLDisplay(result.url(), true, trim_http_); in ResultToMatch()
Dhistory_contents_provider.h77 bool trim_http_; variable