OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FormatUrlType
(Results
1 - 4
of
4
) sorted by null
/external/chromium/net/base/
net_util.h
47
typedef uint32
FormatUrlType
;
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;
net_util.cc
[
all
...]
/external/chromium_org/net/base/
net_util.h
46
typedef uint32
FormatUrlType
;
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;
net_util.cc
[
all
...]
Completed in 123 milliseconds