Searched refs:onContinue (Results 1 – 5 of 5) sorted by relevance
74 continueButton.addEventListener('click', (ev) => this.onContinue(ev, rememberCheckbox));87 onContinue(ev, rememberCheckbox = null) { method in GoLocal
10073 renderTask.onContinue = renderContinueCallback;12177 renderTask.onContinue = function (cont) {
1 …onContinue = renderContinueCallback;\n\n renderTask.promise.then(function() {\n finishRend…
11987 this.onContinue = null;12146 if (this.task.onContinue) {12147 this.task.onContinue(this._scheduleNextBound);
1 …onContinue = null;\n }\n\n /**\n * Promise for rendering task completion.\n * @return {Promi…