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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DRemoteObject.js88 function mycallback(error, object)
98 DOMAgent.resolveNode(node.id, objectGroup, mycallback);
324 function mycallback(error, result, wasThrown)
332 RuntimeAgent.callFunctionOn(this._objectId, functionDeclaration.toString(), args, true, undefined, undefined, mycallback);
347 function mycallback(error, result, wasThrown)
352 RuntimeAgent.callFunctionOn(this._objectId, functionDeclaration.toString(), args, true, true, false, mycallback);
H A DDOMAgent.js289 function mycallback(error)
303 DOMAgent.removeAttribute(this.id, name, mycallback.bind(this));
321 function mycallback(error)
327 DOMAgent.requestChildNodes(this.id, undefined, mycallback.bind(this));
340 function mycallback(error)
346 DOMAgent.requestChildNodes(this.id, depth, mycallback.bind(this));
1238 function mycallback(error, nodeIds)
1250 DOMAgent.getSearchResults(this._searchId, index, index + 1, mycallback.bind(this));
1415 function mycallback(error)
1430 function mycallback(erro
[all...]
H A DCookieParser.js383 function mycallback(error, cookies, cookiesString)
390 PageAgent.getCookies(mycallback);

Completed in 254 milliseconds