Searched refs:ieForbidsInsertHTML (Results 1 – 5 of 5) sorted by relevance
75 bool ieForbidsInsertHTML() const;
84 bool HTMLElement::ieForbidsInsertHTML() const in ieForbidsInsertHTML() function in WebCore::HTMLElement363 if (ieForbidsInsertHTML()) { in setInnerText()410 if (ieForbidsInsertHTML()) { in setOuterText()
383 if (!element->isHTMLElement() || !toHTMLElement(element)->ieForbidsInsertHTML()) { in endTagToString()
543 return toHTMLElement(node)->ieForbidsInsertHTML(); in elementCannotHaveEndTag()
1001 …if (element->ieForbidsInsertHTML() || element->hasLocalName(colTag) || element->hasLocalName(colgr… in createContextualFragment()