HomeSort by relevance Sort by last modified time
    Searched full:parsedelement (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDOMAgent.cpp 689 Element* parsedElement = fragment->firstChild() && fragment->firstChild()->isElementNode() ? toElement(fragment->firstChild()) : 0;
690 if (!parsedElement) {
697 if (!parsedElement->hasAttributes() && name) {
703 unsigned numAttrs = parsedElement->attributeCount();
706 const Attribute* attribute = parsedElement->attributeItem(i);
    [all...]

Completed in 1125 milliseconds