Home | History | Annotate | Download | only in dom

Lines Matching refs:m_firstPartyForCookies

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