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

/external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
H A Dexif_parser.js27 function ExifParser(parent) { function
31 ExifParser.prototype = {__proto__: ImageParser.prototype};
39 ExifParser.prototype.parse = function(file, metadata, callback, errorCallback) {
51 ExifParser.prototype.requestSlice = function(
73 ExifParser.prototype.parseSlice = function(
122 } else if (ExifParser.isSOF_(mark)) {
127 ExifParser.setImageSize(metadata, width, height);
144 ExifParser.isSOF_ = function(mark) {
159 ExifParser.prototype.parseExifSection = function(metadata, buf, br) {
247 ExifParser
29 ExifParser.prototype = {__proto__: ImageParser.prototype}; class
[all...]

Completed in 236 milliseconds