Lines Matching refs:stackTop
4881 int32 stackTop = 0; local
4883 stack[stackTop].list = &fRows;
4884 stack[stackTop].isVisible = true;
4885 stack[stackTop].listIndex = 0;
4894 stack_entry* currentEntry = &stack[stackTop];
4917 stackTop++;
4918 ASSERT(stackTop < kMaxDepth);
4919 stack[stackTop].listIndex = 0;
4920 stack[stackTop].list = childList;
4921 stack[stackTop].isVisible = (currentEntry->isVisible && parentRow->fIsExpanded);
4929 if (--stackTop < 0) {
4934 currentEntry = &stack[stackTop];