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.h75 bool ieForbidsInsertHTML() const;
DHTMLElement.cpp84 bool HTMLElement::ieForbidsInsertHTML() const in ieForbidsInsertHTML() function in WebCore::HTMLElement
363 if (ieForbidsInsertHTML()) { in setInnerText()
410 if (ieForbidsInsertHTML()) { in setOuterText()
/external/chromium_org/third_party/WebKit/Source/web/
DWebPageSerializerImpl.cpp383 if (!element->isHTMLElement() || !toHTMLElement(element)->ieForbidsInsertHTML()) { in endTagToString()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DMarkupAccumulator.cpp543 return toHTMLElement(node)->ieForbidsInsertHTML(); in elementCannotHaveEndTag()
Dmarkup.cpp1001 …if (element->ieForbidsInsertHTML() || element->hasLocalName(colTag) || element->hasLocalName(colgr… in createContextualFragment()