HomeSort by relevance Sort by last modified time
    Searched refs:m_scriptSrc (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/page/
ContentSecurityPolicy.h 72 OwnPtr<CSPDirective> m_scriptSrc;
ContentSecurityPolicy.cpp 483 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/
ElemExtensionCall.java 56 String m_scriptSrc;

Completed in 340 milliseconds