Searched refs:m_scriptSrc (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/page/
H A DContentSecurityPolicy.h72 OwnPtr<CSPDirective> m_scriptSrc; member in class:WebCore::ContentSecurityPolicy
H A DContentSecurityPolicy.cpp483 return m_scriptSrc && (!m_options || !m_options->disableXSSProtection());
503 return !m_scriptSrc || (m_options && m_options->evalScript());
508 return !m_scriptSrc || m_scriptSrc->allows(url);
619 if (!m_scriptSrc && equalIgnoringCase(name, scriptSrc))
620 m_scriptSrc = adoptPtr(new CSPDirective(value, m_origin.get()));
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemExtensionCall.java56 String m_scriptSrc; field in class:ElemExtensionCall

Completed in 259 milliseconds