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

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNode.cpp1942 const AtomicString& idattr = element->getIdAttribute(); local
1943 bool hasIdAttr = !idattr.isNull() && !idattr.isEmpty();
1950 fprintf(stderr, "[@id=\"%s\" and position()=%d]", idattr.string().utf8().data(), count);
1954 fprintf(stderr, "[@id=\"%s\"]", idattr.string().utf8().data());

Completed in 51 milliseconds