Searched refs:m_styleSrc (Results 1 – 2 of 2) sorted by relevance
523 return !m_styleSrc || m_styleSrc->allows(url); in allowStyleFromSource()625 else if (!m_styleSrc && equalIgnoringCase(name, styleSrc)) in addDirective()626 m_styleSrc = adoptPtr(new CSPDirective(value, m_origin.get())); in addDirective()
75 OwnPtr<CSPDirective> m_styleSrc; variable