Home | History | Annotate | Download | only in dom

Lines Matching refs:m_firstPartyForCookies

731     const KURL& firstPartyForCookies() const { return m_firstPartyForCookies; }
732 void setFirstPartyForCookies(const KURL& url) { m_firstPartyForCookies = url; }
1011 KURL m_firstPartyForCookies; // The policy URL for third-party cookie blocking.