Home | History | Annotate | Download | only in src

Lines Matching refs:GURL_API

55 GURL_API void Initialize();
61 GURL_API void Shutdown();
69 GURL_API void AddStandardScheme(const char* new_scheme);
83 GURL_API void LockStandardSchemes();
91 GURL_API bool FindAndCompareScheme(const char* str,
95 GURL_API bool FindAndCompareScheme(const char16* str,
114 GURL_API bool IsStandard(const char* spec,
116 GURL_API bool IsStandard(const char16* spec,
138 GURL_API bool Canonicalize(const char* spec,
143 GURL_API bool Canonicalize(const char16* spec,
159 GURL_API bool ResolveRelative(const char* base_spec,
167 GURL_API bool ResolveRelative(const char* base_spec,
180 GURL_API bool ReplaceComponents(
188 GURL_API bool ReplaceComponents(
205 GURL_API bool LowerCaseEqualsASCII(const char* a_begin,
208 GURL_API bool LowerCaseEqualsASCII(const char* a_begin,
212 GURL_API bool LowerCaseEqualsASCII(const char16* a_begin,
217 GURL_API void DecodeURLEscapeSequences(const char* input, int length,