Home | History | Annotate | Download | only in parser

Lines Matching refs:currentHeight

327     int currentHeight = 0;
333 currentHeight++;
334 if (currentHeight > maxHeight) {
335 maxHeight = currentHeight;
339 currentHeight--;
342 currentHeight--;