Lines Matching refs:url
507 const KURL& url() const { return m_url; }
732 void setFirstPartyForCookies(const KURL& url) { m_firstPartyForCookies = url; }
752 HTMLMapElement* getImageMap(const String& url) const;
981 virtual const KURL& virtualURL() const; // Same as url(), but needed for ScriptExecutionContext to implement it without a performance loss for direct calls.
1007 KURL m_url; // Document.URL: The URL from which this document was retrieved.
1008 KURL m_baseURL; // Node.baseURI: The URL to use when resolving relative URLs.
1009 KURL m_baseElementURL; // The URL set by the <base> element.
1010 KURL m_cookieURL; // The URL to use for cookie access.
1011 KURL m_firstPartyForCookies; // The policy URL for third-party cookie blocking.
1014 // Although URL-like, Document.documentURI can actually be set to any