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

/external/webkit/Source/WebCore/css/
H A DCSSStyleSelector.cpp957 Node* thisCousin = p; local
963 while (thisCousin) {
975 currentNode = locateCousinList(thisCousin->parentElement(), visitedNodeCount);
976 thisCousin = currentNode;

Completed in 102 milliseconds