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 713 Element* parsedElement = fragment->firstChild() && fragment->firstChild()->isElementNode() ? toElement(fragment->firstChild()) : 0;
714 if (!parsedElement) {
721 if (!parsedElement->hasAttributes() && name) {
727 AttributeCollection attributes = parsedElement->attributes();
    [all...]

Completed in 65 milliseconds