Home | History | Annotate | Download | only in xmladapters

Lines Matching refs:currentNodeDepth

384             // selectionPattern are searched for and currentNodeDepth is negative.
385 // When a node matching selectionPattern is found, currentNodeDepth is set to 0 and
387 int currentNodeDepth = -1;
412 if (currentNodeDepth >= 0) {
413 currentNodeDepth++;
417 currentNodeDepth = 0;
428 // This test has to be separated from the previous one as currentNodeDepth can
430 if (currentNodeDepth >= 0) {
439 mActiveTextDepthMask[i].set(currentNodeDepth, true);
450 if (currentNodeDepth >= 0) {
451 if (currentNodeDepth == 0) {
456 mActiveTextDepthMask[i].set(currentNodeDepth, false);
459 currentNodeDepth--;
464 if ((currentNodeDepth >= 0) &&
465 (mActiveTextDepthMask[i].get(currentNodeDepth))) {