HomeSort by relevance Sort by last modified time
    Searched refs:kFormatUrlOmitAll (Results 1 - 8 of 8) sorted by null

  /external/chromium/chrome/browser/ui/toolbar/
toolbar_model.cc 60 net::FormatUrl(url, languages, net::kFormatUrlOmitAll,
  /external/chromium/chrome/browser/autocomplete/
history_quick_provider.cc 154 net::FormatUrl(info.url(), languages_, net::kFormatUrlOmitAll,
165 net::FormatUrlWithOffsets(info.url(), languages_, net::kFormatUrlOmitAll,
history_url_provider.cc     [all...]
autocomplete.cc 547 net::kFormatUrlOmitAll & ~(trim_http ? 0 : net::kFormatUrlOmitHTTP),
    [all...]
  /external/chromium/net/base/
net_util.h 76 extern const FormatUrlType kFormatUrlOmitAll;
358 // format_types = kFormatUrlOmitAll and unescape = SPACES. This is the typical
362 return FormatUrl(url, languages, kFormatUrlOmitAll, UnescapeRule::SPACES,
net_util_unittest.cc     [all...]
net_util.cc     [all...]
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_editor_view.cc 293 net::kFormatUrlOmitAll & ~net::kFormatUrlOmitUsernamePassword,

Completed in 1207 milliseconds