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

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
BackgroundHTMLParser.h 44 class XSSAuditor;
52 OwnPtr<XSSAuditor> xssAuditor;
100 OwnPtr<XSSAuditor> m_xssAuditor;
BackgroundHTMLParser.cpp 31 #include "core/html/parser/XSSAuditor.h"
87 , m_xssAuditor(config->xssAuditor.release())
HTMLDocumentParser.cpp 540 // http/tests/security/xssAuditor/dom-write-innerHTML.html
666 config->xssAuditor = adoptPtr(new XSSAuditor);
667 config->xssAuditor->init(document(), &m_xssAuditorDelegate);
670 ASSERT(config->xssAuditor->isSafeToSendToAnotherThread());
    [all...]

Completed in 216 milliseconds