Searched refs:m_objectSrc (Results 1 – 2 of 2) sorted by relevance
513 return !m_objectSrc || m_objectSrc->allows(url); in allowObjectFromSource()621 else if (!m_objectSrc && equalIgnoringCase(name, objectSrc)) in addDirective()622 m_objectSrc = adoptPtr(new CSPDirective(value, m_origin.get())); in addDirective()
73 OwnPtr<CSPDirective> m_objectSrc; variable