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

  /external/webkit/WebCore/bindings/v8/
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/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;
  /external/webkit/WebCore/bindings/js/
ScriptController.h 61 class XSSAuditor;
160 XSSAuditor* xssAuditor() { return m_XSSAuditor.get(); }
191 // The XSSAuditor associated with this ScriptController.
192 OwnPtr<XSSAuditor> m_XSSAuditor;

Completed in 488 milliseconds