Home
last modified time | relevance | path

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

/external/chromium_org/mojo/public/js/bindings/
Dcodec.js205 Decoder.prototype.decodeAndCreateDecoder = function(pointer) { method in Decoder
241 return cls.decode(this.decodeAndCreateDecoder(pointer));
249 return this.decodeAndCreateDecoder(pointer).decodeArray(cls);
257 return this.decodeAndCreateDecoder(pointer).decodeString();
673 return this.cls.decode(decoder.decodeAndCreateDecoder(pointer));