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

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNode.cpp919 int otherDepth = 0; local
923 otherDepth++;
927 if (thisDepth > otherDepth) {
928 for (int i = thisDepth; i > otherDepth; --i)
930 } else if (otherDepth > thisDepth) {
931 for (int i = otherDepth; i > thisDepth; --i)

Completed in 44 milliseconds