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