Lines Matching refs:What
25 // * determine what debugging APIs should be exposed and how they should be
26 // surfaced. What about content authoring in Chrome instances? Stubbing
1217 RPC.prototype._doWithAck = function(what) {
1218 this._postMessage('doWithAckCallback:' + what, what == 'load');
1221 RPC.prototype.doWithAck = function(what) {
1223 this._doWithAckCallbacks[what] = d;
1224 this._postMessage('doWithAck:' + what, what == 'load');
1239 // see if we know what type of message it is