Lines Matching refs:WebURL
45 class WebURL {
47 ~WebURL() in ~WebURL()
51 WebURL() : m_isValid(false) in WebURL() function
55 WebURL(const WebCString& spec, const url_parse::Parsed& parsed, bool isValid) in WebURL() function
62 WebURL(const WebURL& s) in WebURL() function
69 WebURL& operator=(const WebURL& s)
110 WebURL(const WebCore::KURL&);
111 WebURL& operator=(const WebCore::KURL&);
114 WebURL(const GURL& g) in WebURL() function
121 WebURL& operator=(const GURL& g)
141 inline bool operator<(const WebURL& a, const WebURL& b)
146 inline bool operator==(const WebURL& a, const WebURL& b)
151 inline bool operator!=(const WebURL& a, const WebURL& b)