Home | History | Annotate | Download | only in src

Lines Matching refs:GURL_API

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(
169 GURL_API GURL ResolveWithCharsetConverter(
184 GURL_API GURL ReplaceComponents(
186 GURL_API GURL ReplaceComponents(
198 GURL_API GURL GetWithEmptyPath() const;
209 GURL_API GURL GetOrigin() const;
215 GURL_API bool IsStandard() const;
221 GURL_API bool SchemeIs(const char* lower_ascii_scheme) const;
237 GURL_API bool HostIsIPAddress() const;
303 GURL_API int IntPort() const;
308 GURL_API int EffectiveIntPort() const;
312 GURL_API std::string ExtractFileName() const;
316 GURL_API std::string PathForRequest() const;
320 GURL_API std::string HostNoBrackets() const;
332 GURL_API bool DomainIs(const char* lower_ascii_domain, int domain_len) const;
343 GURL_API void Swap(GURL* other);
348 GURL_API static const GURL& EmptyGURL();
373 GURL_API std::ostream& operator<<(std::ostream& out, const GURL& url);