Home | History | Annotate | Download | only in dom

Lines Matching refs:m_baseElementURL

2842     if (!m_baseElementURL.isEmpty())
2843 m_baseURL = m_baseElementURL;
2904 if (m_baseElementURL != baseElementURL && contentSecurityPolicy()->allowBaseURI(baseElementURL)) {
2905 m_baseElementURL = baseElementURL;