FormatUrlType     982 net/base/net_util.cc const FormatUrlType kFormatUrlOmitNothing                     = 0;
FormatUrlType     983 net/base/net_util.cc const FormatUrlType kFormatUrlOmitUsernamePassword            = 1 << 0;
FormatUrlType     984 net/base/net_util.cc const FormatUrlType kFormatUrlOmitHTTP                        = 1 << 1;
FormatUrlType     985 net/base/net_util.cc const FormatUrlType kFormatUrlOmitTrailingSlashOnBareHostname = 1 << 2;
FormatUrlType     986 net/base/net_util.cc const FormatUrlType kFormatUrlOmitAll = kFormatUrlOmitUsernamePassword |
FormatUrlType      61 net/base/net_util.h NET_EXPORT extern const FormatUrlType kFormatUrlOmitNothing;
FormatUrlType      64 net/base/net_util.h NET_EXPORT extern const FormatUrlType kFormatUrlOmitUsernamePassword;
FormatUrlType      67 net/base/net_util.h NET_EXPORT extern const FormatUrlType kFormatUrlOmitHTTP;
FormatUrlType      71 net/base/net_util.h NET_EXPORT extern const FormatUrlType kFormatUrlOmitTrailingSlashOnBareHostname;
FormatUrlType      74 net/base/net_util.h NET_EXPORT extern const FormatUrlType kFormatUrlOmitAll;