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 157 if (OwnPtr<XSSInfo> xssInfo = m_xssAuditor->filterToken(FilterTokenRequest(*m_token, m_sourceTracker, m_tokenizer->shouldAllowCDATA()))) {
HTMLDocumentParser.cpp 540 if (OwnPtr<XSSInfo> xssInfo = m_xssAuditor.filterToken(FilterTokenRequest(token(), m_sourceTracker, m_tokenizer->shouldAllowCDATA())))
    [all...]
XSSAuditor.cpp 317 PassOwnPtr<XSSInfo> XSSAuditor::filterToken(const FilterTokenRequest& request)

Completed in 317 milliseconds