Searched refs:GifParser (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
H A Dimage_parsers.js92 function GifParser(parent) { function
96 GifParser.prototype = {__proto__: SimpleImageParser.prototype};
102 GifParser.prototype.parseHeader = function(metadata, br) {
113 MetadataDispatcher.registerParserClass(GifParser);
94 GifParser.prototype = {__proto__: SimpleImageParser.prototype}; class

Completed in 581 milliseconds