Home
last modified time | relevance | path

Searched refs:ieForbidsInsertHTML (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLElement.h76 bool ieForbidsInsertHTML() const;
DHTMLElement.cpp85 bool HTMLElement::ieForbidsInsertHTML() const in ieForbidsInsertHTML() function in blink::HTMLElement
372 if (ieForbidsInsertHTML()) { in setInnerText()
416 if (ieForbidsInsertHTML()) { in setOuterText()
/external/chromium_org/third_party/WebKit/Source/web/
DWebPageSerializerImpl.cpp378 if (!element->isHTMLElement() || !toHTMLElement(element)->ieForbidsInsertHTML()) { in endTagToString()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DMarkupAccumulator.cpp547 return toHTMLElement(node).ieForbidsInsertHTML(); in elementCannotHaveEndTag()
Dmarkup.cpp979 return !htmlElement.ieForbidsInsertHTML(); in isSupportedContainer()