Searched refs:pendingCallbacks_ (Results 1 – 2 of 2) sorted by relevance
35 this.pendingCallbacks_ = []; property in remoting.Identity48 this.pendingCallbacks_.push(new remoting.Identity.Callbacks(onOk, onError));49 if (this.pendingCallbacks_.length == 1) {117 while (this.pendingCallbacks_.length > 0) {119 this.pendingCallbacks_.shift();130 while (this.pendingCallbacks_.length > 0) {132 this.pendingCallbacks_.shift();
22 this.pendingCallbacks_ = []; property in anonymousFunction29243d2c0100.BrowserBridge61 this.pendingCallbacks_[requestId] = callback;74 if (this.pendingCallbacks_[requestId] === undefined) {77 var callback = this.pendingCallbacks_[requestId];79 delete this.pendingCallbacks_[requestId];