Home
last modified time | relevance | path

Searched refs:customType (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/extensions/renderer/resources/
Dbinding.js159 var customType = jsModule[jsModuleName];
160 logging.CHECK(customType, jsModuleName + ' must export itself.');
161 customType.prototype = new CustomBindingsObject(); class
162 customType.prototype.setSchema(type);
163 return customType;