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

  /external/chromium_org/net/base/
net_util_icu_unittest.cc 647 kFormatUrlOmitTrailingSlashOnBareHostname, UnescapeRule::NORMAL,
651 kFormatUrlOmitTrailingSlashOnBareHostname, UnescapeRule::NORMAL,
655 kFormatUrlOmitTrailingSlashOnBareHostname, UnescapeRule::NORMAL,
659 kFormatUrlOmitTrailingSlashOnBareHostname, UnescapeRule::NORMAL,
662 "data:/", "en", kFormatUrlOmitTrailingSlashOnBareHostname,
665 "file:///", "en", kFormatUrlOmitTrailingSlashOnBareHostname,
    [all...]
net_util.h 72 NET_EXPORT extern const FormatUrlType kFormatUrlOmitTrailingSlashOnBareHostname;
339 // format flag including kFormatUrlOmitTrailingSlashOnBareHostname.
net_util_icu.cc 576 const FormatUrlType kFormatUrlOmitTrailingSlashOnBareHostname = 1 << 2;
578 kFormatUrlOmitHTTP | kFormatUrlOmitTrailingSlashOnBareHostname;
765 if (!(format_types & kFormatUrlOmitTrailingSlashOnBareHostname) ||
    [all...]

Completed in 49 milliseconds