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

/macosx-10.9.5/kext_tools-326.95.1/
H A DQEQuery.c412 CFDictionaryRef thisElement = CFArrayGetValueAtIndex(elements, i); local
413 if (!_QEQueryElementEvaluate(query, thisElement, object)) {
436 CFDictionaryRef thisElement = CFArrayGetValueAtIndex(elements, i); local
437 if (_QEQueryElementEvaluate(query, thisElement, object)) {
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DNode.cpp1507 const Element* thisElement = toElement(this); local
1508 if (thisElement->hasAttributes()) {
1509 for (unsigned i = 0; i < thisElement->attributeCount(); i++) {
1510 const Attribute* attr = thisElement->attributeItem(i);

Completed in 168 milliseconds