Home | History | Annotate | Download | only in dom

Lines Matching refs:m_baseElementURL

564     const KURL& baseElementURL() const { return m_baseElementURL; }
1214 KURL m_baseURLOverride; // An alternative base URL that takes precedence over m_baseURL (but not m_baseElementURL).
1215 KURL m_baseElementURL; // The URL set by the <base> element.