Searched defs:FunctionSequence (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
H A Dfunction_sequence.js8 * @class FunctionSequence to invoke steps in sequence
17 function FunctionSequence(name, steps, logger, callback, failureCallback) { class
38 FunctionSequence.prototype.setCallback = function(callback) {
47 FunctionSequence.prototype.setFailureCallback = function(failureCallback) {
59 FunctionSequence.prototype.onError_ = function(err) {
75 FunctionSequence.prototype.finish_ = function() {
90 FunctionSequence.prototype.nextStep_ = function(var_args) {
114 FunctionSequence.prototype.start = function(var_args) {
116 throw new Error('"Start" method of FunctionSequence was called twice');
126 * Add Function object mimics to FunctionSequence
[all...]

Completed in 257 milliseconds