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

/macosx-10.10/WebCore-7600.1.25/html/parser/
H A DHTMLDocumentParser.cpp52 const QualifiedName& contextTag = contextElement->tagQName(); local
54 if (contextTag.matches(titleTag) || contextTag.matches(textareaTag))
56 if (contextTag.matches(styleTag)
57 || contextTag.matches(xmpTag)
58 || contextTag.matches(iframeTag)
59 || (contextTag.matches(noembedTag) && options.pluginsEnabled)
60 || (contextTag.matches(noscriptTag) && options.scriptEnabled)
61 || contextTag.matches(noframesTag))
63 if (contextTag
[all...]

Completed in 161 milliseconds