Home | History | Annotate | Download | only in inspector

Lines Matching refs:tagName

615 void InspectorDOMAgent::setNodeName(ErrorString*, int nodeId, const String& tagName, int* newId)
624 RefPtr<Element> newElem = oldNode->document()->createElement(tagName, ec);
665 bool requiresTotalUpdate = htmlElement->tagName() == "HTML" || htmlElement->tagName() == "BODY" || htmlElement->tagName() == "HEAD";