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

/external/chromium_org/extensions/renderer/resources/
H A Dbinding.js43 APIFunctions.prototype.setHook_ =
55 return this.setHook_(apiName, 'handleRequest',
70 return this.setHook_(apiName, 'handleRequest', function() {
88 return this.setHook_(
94 return this.setHook_(
100 return this.setHook_(apiName, 'customCallback', customizedFunction);

Completed in 67 milliseconds