Searched refs:ieForbidsInsertHTML (Results 1 – 5 of 5) sorted by relevance
76 bool ieForbidsInsertHTML() const;
85 bool HTMLElement::ieForbidsInsertHTML() const in ieForbidsInsertHTML() function in blink::HTMLElement372 if (ieForbidsInsertHTML()) { in setInnerText()416 if (ieForbidsInsertHTML()) { in setOuterText()
378 if (!element->isHTMLElement() || !toHTMLElement(element)->ieForbidsInsertHTML()) { in endTagToString()
547 return toHTMLElement(node).ieForbidsInsertHTML(); in elementCannotHaveEndTag()
979 return !htmlElement.ieForbidsInsertHTML(); in isSupportedContainer()