Searched defs:GURL (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebKit/chromium/public/
H A DWebURL.h114 WebURL(const GURL& g)
121 WebURL& operator=(const GURL& g)
129 operator GURL() const
131 return isNull() ? GURL() : GURL(m_spec.data(), m_spec.length(), m_parsed, m_isValid);
/external/chromium/googleurl/src/
H A Dgurl.h42 class GURL { class
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);
129 bool operator==(const GURL
[all...]
H A Dgurl.cc67 static GURL* empty_gurl = NULL;
108 GURL::GURL() : is_valid_(false) { function in class:GURL
111 GURL::GURL(const GURL& other) function in class:GURL
117 GURL::GURL(const std::string& url_string) { function in class:GURL
121 GURL::GURL(cons function in class:GURL
125 GURL::GURL(const char* canonical_spec, size_t canonical_spec_len, function in class:GURL
[all...]
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DWebCookieJar.cpp168 int WebCookieJar::CanGetCookies(const GURL&, const GURL&) const argument
175 int WebCookieJar::CanSetCookie(const GURL&, const GURL&, const std::string&) const argument

Completed in 181 milliseconds