ieForbidsInsertHTML 539 Source/core/editing/MarkupAccumulator.cpp return toHTMLElement(node).ieForbidsInsertHTML(); ieForbidsInsertHTML 970 Source/core/editing/markup.cpp if (element->ieForbidsInsertHTML() || element->hasLocalName(colTag) || element->hasLocalName(colgroupTag) || element->hasLocalName(framesetTag) ieForbidsInsertHTML 362 Source/core/html/HTMLElement.cpp if (ieForbidsInsertHTML()) { ieForbidsInsertHTML 409 Source/core/html/HTMLElement.cpp if (ieForbidsInsertHTML()) { ieForbidsInsertHTML 72 Source/core/html/HTMLElement.h bool ieForbidsInsertHTML() const; ieForbidsInsertHTML 381 Source/web/WebPageSerializerImpl.cpp if (!element->isHTMLElement() || !toHTMLElement(element)->ieForbidsInsertHTML()) {