Searched refs:shouldAllowCDATA (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/html/parser/
H A DXSSAuditor.h44 FilterTokenRequest(HTMLToken& token, HTMLSourceTracker& sourceTracker, bool shouldAllowCDATA) argument
47 , shouldAllowCDATA(shouldAllowCDATA)
52 bool shouldAllowCDATA; member in struct:WebCore::FilterTokenRequest
H A DHTMLTokenizer.h161 bool shouldAllowCDATA() const { return m_shouldAllowCDATA; } function in class:WebCore::HTMLTokenizer
H A DXSSAuditor.cpp352 ASSERT(request.shouldAllowCDATA || !m_scriptTagNestingLevel);
383 ASSERT(request.shouldAllowCDATA || !m_scriptTagNestingLevel);
646 if (request.shouldAllowCDATA)
670 if (!request.shouldAllowCDATA) {
H A DHTMLDocumentParser.cpp305 if (auto xssInfo = m_xssAuditor.filterToken(FilterTokenRequest(token(), m_sourceTracker, m_tokenizer->shouldAllowCDATA())))
H A DHTMLTokenizer.cpp1072 } else if (cc == '[' && shouldAllowCDATA()) {

Completed in 125 milliseconds