Home | History | Annotate | Download | only in inspector

Lines Matching defs:htmlElement

62 #include "HTMLElement.h"
424 HTMLElement* InspectorDOMAgent::assertHTMLElement(ErrorString* errorString, int nodeId)
654 HTMLElement* element = assertHTMLElement(errorString, nodeId);
661 HTMLElement* htmlElement = assertHTMLElement(errorString, nodeId);
662 if (!htmlElement)
665 bool requiresTotalUpdate = htmlElement->tagName() == "HTML" || htmlElement->tagName() == "BODY" || htmlElement->tagName() == "HEAD";
668 Node* previousSibling = htmlElement->previousSibling();
669 ContainerNode* parentNode = htmlElement->parentNode();
672 htmlElement->setOuterHTML(outerHTML, ec);