HomeSort by relevance Sort by last modified time
    Searched refs:GURL_API (Results 1 - 7 of 7) sorted by null

  /external/chromium/googleurl/src/
url_common.h 40 #define GURL_API __declspec(dllexport)
42 #define GURL_API __declspec(dllimport)
46 #define GURL_API __attribute__((visibility("default")))
50 #define GURL_API
url_parse.h 123 GURL_API Parsed();
131 GURL_API int Length() const;
159 GURL_API int CountCharactersBefore(ComponentType type,
220 GURL_API void ParseStandardURL(const char* url, int url_len, Parsed* parsed);
221 GURL_API void ParseStandardURL(const char16* url, int url_len, Parsed* parsed);
227 GURL_API void ParsePathURL(const char* url, int url_len, Parsed* parsed);
228 GURL_API void ParsePathURL(const char16* url, int url_len, Parsed* parsed);
232 GURL_API void ParseFileURL(const char* url, int url_len, Parsed* parsed);
233 GURL_API void ParseFileURL(const char16* url, int url_len, Parsed* parsed);
236 GURL_API void ParseMailtoURL(const char* url, int url_len, Parsed* parsed)
    [all...]
url_canon_icu.h 48 GURL_API ICUCharsetConverter(UConverter* converter);
50 GURL_API virtual ~ICUCharsetConverter() {}
52 GURL_API virtual void ConvertFromUTF16(const char16* input,
gurl.h 48 GURL_API GURL();
52 GURL_API GURL(const GURL& other);
61 GURL_API explicit GURL(const std::string& url_string
63 GURL_API explicit GURL(const string16& url_string
69 GURL_API GURL(const char* canonical_spec, size_t canonical_spec_len,
72 GURL_API GURL& operator=(const GURL& other);
104 GURL_API const std::string& spec() const;
156 GURL_API GURL Resolve(const std::string& relative) const;
157 GURL_API GURL Resolve(const string16& relative) const;
166 GURL_API GURL ResolveWithCharsetConverter
    [all...]
url_util.h 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
    [all...]
url_canon_ip.h 58 GURL_API bool FindIPv4Components(const char* spec,
61 GURL_API bool FindIPv4Components(const char16* spec,
76 GURL_API CanonHostInfo::Family IPv4AddressToNumber(
81 GURL_API CanonHostInfo::Family IPv4AddressToNumber(
92 GURL_API bool IPv6AddressToNumber(const char* spec,
95 GURL_API bool IPv6AddressToNumber(const char16* spec,
url_canon.h 252 GURL_API const char* RemoveURLWhitespace(const char* input, int input_len,
255 GURL_API const char16* RemoveURLWhitespace(const char16* input, int input_len,
270 GURL_API bool IDNToASCII(const char16* src, int src_len, CanonOutputW* output);
296 GURL_API bool CanonicalizeScheme(const char* spec,
300 GURL_API bool CanonicalizeScheme(const char16* spec,
315 GURL_API bool CanonicalizeUserInfo(const char* username_source,
322 GURL_API bool CanonicalizeUserInfo(const char16* username_source,
370 GURL_API bool CanonicalizeHost(const char* spec,
374 GURL_API bool CanonicalizeHost(const char16* spec,
383 GURL_API void CanonicalizeHostVerbose(const char* spec
    [all...]

Completed in 864 milliseconds