Lines Matching refs:pathStack
1754 target.pathStack.pop();
1755 target.pathStack.pushPathByName('pageOne', null);
1909 this.pageInfos = context.pathStack
1923 pathStack: NavPathStack = new NavPathStack()
1949 this.pathStack.pushPathByName('pageOne', null)
1955 this.pathStack.pop()
1959 this.pathStack = context.pathStack;
2174 this.pageInfos = context.pathStack;
2296 this.pageInfos = context.pathStack;
2647 this.pageInfo = context.pathStack;
2670 pathStack: NavPathStack = new NavPathStack()
2680 this.pathStack.pop(new resultClass(1)); // 回退到上一个页面,将处理结果传入push的onPop回调中。
2688 this.pathStack.popToName('pageOne',
2697 …this.pathStack.popToIndex(0, new resultClass(111)); // 将index指定的NavDestination页面移到栈顶,将处理结果传入push的o…
2705 this.pathStack.pop();
2713 this.pathStack.popToName('pageOne');
2721 this.pathStack.popToIndex(0);
2726 this.pathStack.pop(new resultClass(0)); // 回退到上一个页面,将处理结果传入push的onPop回调。
2729 this.pathStack = context.pathStack
3041 this.stack = ctx.pathStack;
3161 this.stack = ctx.pathStack;
3395 this.derivedStack = context.pathStack as DerivedNavPathStack;
3911 this.pageInfos = context.pathStack;