Lines Matching refs:URL_EXPORT
12 #include "url/url_export.h"
30 URL_EXPORT void Initialize();
36 URL_EXPORT void Shutdown();
44 URL_EXPORT void AddStandardScheme(const char* new_scheme);
58 URL_EXPORT void LockStandardSchemes();
66 URL_EXPORT bool FindAndCompareScheme(const char* str,
70 URL_EXPORT bool FindAndCompareScheme(const base::char16* str,
89 URL_EXPORT bool IsStandard(const char* spec,
91 URL_EXPORT bool IsStandard(const base::char16* spec,
113 URL_EXPORT bool Canonicalize(const char* spec,
118 URL_EXPORT bool Canonicalize(const base::char16* spec,
134 URL_EXPORT bool ResolveRelative(const char* base_spec,
142 URL_EXPORT bool ResolveRelative(const char* base_spec,
155 URL_EXPORT bool ReplaceComponents(
163 URL_EXPORT bool ReplaceComponents(
180 URL_EXPORT bool LowerCaseEqualsASCII(const char* a_begin,
183 URL_EXPORT bool LowerCaseEqualsASCII(const char* a_begin,
187 URL_EXPORT bool LowerCaseEqualsASCII(const base::char16* a_begin,
192 URL_EXPORT void DecodeURLEscapeSequences(const char* input, int length,
197 URL_EXPORT void EncodeURIComponent(const char* input, int length,