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

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
XSSAuditor.h 64 PassOwnPtr<XSSInfo> filterToken(const FilterTokenRequest&);
BackgroundHTMLParser.cpp 162 if (OwnPtr<XSSInfo> xssInfo = m_xssAuditor->filterToken(FilterTokenRequest(*m_token, m_sourceTracker, m_tokenizer->shouldAllowCDATA()))) {
HTMLDocumentParser.cpp 541 if (OwnPtr<XSSInfo> xssInfo = m_xssAuditor.filterToken(FilterTokenRequest(token(), m_sourceTracker, m_tokenizer->shouldAllowCDATA())))
    [all...]
XSSAuditor.cpp 320 PassOwnPtr<XSSInfo> XSSAuditor::filterToken(const FilterTokenRequest& request)

Completed in 28 milliseconds