Searched refs:FormatUrlType (Results 1 - 4 of 4) sorted by relevance

/external/chromium/net/base/
H A Dnet_util.h47 typedef uint32 FormatUrlType; typedef in namespace:net
63 extern const FormatUrlType kFormatUrlOmitNothing;
66 extern const FormatUrlType kFormatUrlOmitUsernamePassword;
69 extern const FormatUrlType kFormatUrlOmitHTTP;
73 extern const FormatUrlType kFormatUrlOmitTrailingSlashOnBareHostname;
76 extern const FormatUrlType kFormatUrlOmitAll;
H A Dnet_util.cc1138 const FormatUrlType kFormatUrlOmitNothing = 0;
1139 const FormatUrlType kFormatUrlOmitUsernamePassword = 1 << 0;
1140 const FormatUrlType kFormatUrlOmitHTTP = 1 << 1;
1141 const FormatUrlType kFormatUrlOmitTrailingSlashOnBareHostname = 1 << 2;
1142 const FormatUrlType kFormatUrlOmitAll = kFormatUrlOmitUsernamePassword |
/external/chromium_org/net/base/
H A Dnet_util.h46 typedef uint32 FormatUrlType; typedef in namespace:net
61 NET_EXPORT extern const FormatUrlType kFormatUrlOmitNothing;
64 NET_EXPORT extern const FormatUrlType kFormatUrlOmitUsernamePassword;
67 NET_EXPORT extern const FormatUrlType kFormatUrlOmitHTTP;
71 NET_EXPORT extern const FormatUrlType kFormatUrlOmitTrailingSlashOnBareHostname;
74 NET_EXPORT extern const FormatUrlType kFormatUrlOmitAll;
H A Dnet_util.cc980 const FormatUrlType kFormatUrlOmitNothing = 0;
981 const FormatUrlType kFormatUrlOmitUsernamePassword = 1 << 0;
982 const FormatUrlType kFormatUrlOmitHTTP = 1 << 1;
983 const FormatUrlType kFormatUrlOmitTrailingSlashOnBareHostname = 1 << 2;
984 const FormatUrlType kFormatUrlOmitAll = kFormatUrlOmitUsernamePassword |

Completed in 181 milliseconds