Searched refs:attrNodes (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNode.cpp142 size_t attrNodes = 0; local
188 ++attrNodes;
230 printf(" Number of Attribute nodes: %zu\n", attrNodes);
H A DElement.cpp2474 WillBeHeapVector<RefPtrWillBeMember<Attr> >* attrNodes = attrNodeList();
2475 if (!attrNodes)
2480 WillBeHeapVector<RefPtrWillBeMember<Attr> > attrNodesCopy(*attrNodes);

Completed in 104 milliseconds