Home
last modified time | relevance | path

Searched refs:idattr (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DNode.cpp1698 const AtomicString& idattr = element->getIdAttribute(); in showNodePathForThis() local
1699 bool hasIdAttr = !idattr.isNull() && !idattr.isEmpty(); in showNodePathForThis()
1706 fprintf(stderr, "[@id=\"%s\" and position()=%d]", idattr.utf8().data(), count); in showNodePathForThis()
1710 fprintf(stderr, "[@id=\"%s\"]", idattr.utf8().data()); in showNodePathForThis()