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

  /external/webkit/WebCore/dom/
Tokenizer.h 29 class XSSAuditor;
61 XSSAuditor* xssAuditor() const { return m_XSSAuditor; }
62 void setXSSAuditor(XSSAuditor* auditor) { m_XSSAuditor = auditor; }
78 // The XSSAuditor associated with this tokenizer.
79 XSSAuditor* m_XSSAuditor;
Document.cpp     [all...]
  /external/webkit/WebCore/html/
HTMLBaseElement.cpp 31 #include "XSSAuditor.h"
77 if (!m_href.isEmpty() && (!document()->frame() || document()->frame()->script()->xssAuditor()->canSetBaseElementURL(m_hrefAttrValue)))
  /external/webkit/WebCore/bindings/v8/
ScriptEventListener.cpp 42 #include "XSSAuditor.h"
62 if (!scriptController->xssAuditor()->canCreateInlineEventListener(attr->localName().string(), attr->value())) {
95 if (!scriptController->xssAuditor()->canCreateInlineEventListener(attr->localName().string(), attr->value())) {
ScriptController.h 56 class XSSAuditor;
101 XSSAuditor* xssAuditor() { return m_XSSAuditor.get(); }
193 // The XSSAuditor associated with this ScriptController.
194 OwnPtr<XSSAuditor> m_XSSAuditor;
  /external/webkit/WebCore/bindings/js/
ScriptEventListener.cpp 39 #include "XSSAuditor.h"
70 if (!scriptController->xssAuditor()->canCreateInlineEventListener(attr->localName().string(), attr->value())) {
102 if (!scriptController->xssAuditor()->canCreateInlineEventListener(attr->localName().string(), attr->value())) {
ScriptController.h 61 class XSSAuditor;
160 XSSAuditor* xssAuditor() { return m_XSSAuditor.get(); }
191 // The XSSAuditor associated with this ScriptController.
192 OwnPtr<XSSAuditor> m_XSSAuditor;
  /external/webkit/WebCore/bindings/
ScriptControllerBase.cpp 30 #include "XSSAuditor.h"
83 if (xssAuditor()->canEvaluateJavaScriptURL(script))
  /external/webkit/WebCore/loader/
FrameLoader.cpp 107 #include "XSSAuditor.h"
    [all...]

Completed in 674 milliseconds