Home
last modified time | relevance | path

Searched refs:onContinue (Results 1 – 5 of 5) sorted by relevance

/plugin/golocal/
Dscript.js74 continueButton.addEventListener('click', (ev) => this.onContinue(ev, rememberCheckbox));
87 onContinue(ev, rememberCheckbox = null) { method in GoLocal
/plugin/pdfjs/pdfjs/web/
Dviewer.js10073 renderTask.onContinue = renderContinueCallback;
12177 renderTask.onContinue = function (cont) {
Dviewer.js.map1onContinue = renderContinueCallback;\n\n renderTask.promise.then(function() {\n finishRend…
/plugin/pdfjs/pdfjs/build/
Dpdf.js11987 this.onContinue = null;
12146 if (this.task.onContinue) {
12147 this.task.onContinue(this._scheduleNextBound);
Dpdf.js.map1onContinue = null;\n }\n\n /**\n * Promise for rendering task completion.\n * @return {Promi…