Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/download/
Ddownload_item.cc549 string16 url_formatted(l10n_util::ToLower(net::FormatUrl(url(), languages))); in MatchesQuery() local
550 if (url_formatted.find(query) != string16::npos) in MatchesQuery()