Lines Matching refs:then
67 return this.showAsync().then(() => {
302 return drawViewCallback(views[drawPos++], eachProgress).then(drawAsync);
561 .then(updateProgress('Draw SampleTable...', 0))
562 .then(wait(() => {
568 .then(() => drawViewsAsync(views, 100, (view, progress) => view.drawAsync(progress)))
569 .then(hideProgress());
646 .then(wait(() => {
652 .then(() => this._drawSampleTable(totalProgress));
660 .then(wait(() => {
693 .then(addProgress(totalProgress / 2))
694 .then(wait(() => {
727 .then(updateProgress('Draw SampleTable...', 0))
728 .then(() => this._drawSampleTable(100))
729 .then(hideProgress());
743 .then(updateProgress('Draw Flamegraph...', 0))
744 .then(wait(() => {
750 .then(() => drawViewsAsync(views, 100, (view, progress) => view.drawAsync(progress)))
751 .then(hideProgress());
781 .then(wait(() => {
820 createPromise().then(updateProgress('Draw FlameGraph...', 0))
821 .then(() => this._drawMoreFlameGraphs(10, 100))
822 .then(hideProgress());
834 .then(addProgress(initProgress))
835 .then(() => this.drawDetails(newFlamegraphs, progress - initProgress));
840 .then(() => drawViewsAsync(flamegraphs, totalProgress, (view, progress) => {
842 .then(wait(() => view.drawDetails(this.selectorView.getSampleWeightFunction())))
843 .then(addProgress(progress));
845 .then(wait(() => {
853 createPromise().then(updateProgress('Draw FlameGraph...', 0))
854 .then(() => this.drawDetails(this.flamegraphs, 100))
855 .then(hideProgress());
870 .then(() => tab.setFunction(eventInfo, processInfo, threadInfo, lib, func));
898 .then(updateProgress("Draw Function...", 0))
899 .then(wait(() => {
947 .then(addProgress(25))
948 .then(() => this.drawDetails(75))
949 .then(hideProgress());
989 .then(updateProgress("Draw Function...", 0))
990 .then(() => this.drawDetails(100))
991 .then(hideProgress());
998 .then(wait(() => view.drawDetails(sampleWeightFunction)))
999 .then(addProgress(progress));
1757 .then(updateProgress('Load page...', 0))
1758 .then(waitDocumentReady)
1759 .then(updateProgress('Parse Json data...', 20))
1760 .then(wait(initGlobalObjects))
1761 .then(updateProgress('Create tabs...', 30))
1762 .then(wait(createTabs))
1763 .then(updateProgress('Draw ChartStat...', 40))
1764 .then(() => gTabs.setActiveAsync('Chart Statistics'))
1765 .then(updateProgress(null, 100))
1766 .then(hideProgress());