HomeSort by relevance Sort by last modified time
    Searched full:url_formatted (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/download/
download_query.cc 77 string16 url_formatted = url_raw; local
80 url_formatted = net::FormatUrl(
92 term, url_formatted, NULL, NULL) &&
  /external/chromium/chrome/browser/download/
download_item.cc 549 string16 url_formatted(l10n_util::ToLower(net::FormatUrl(url(), languages)));
550 if (url_formatted.find(query) != string16::npos)

Completed in 77 milliseconds