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

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGGlyphElement.cpp86 static inline SVGGlyph::Orientation parseOrientation(const AtomicString& value) function in namespace:WebCore
153 identifier.orientation = parseOrientation(fastGetAttribute(SVGNames::orientationAttr));
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/metadata/
H A Dexif_parser.js198 metadata.imageTransform = this.parseOrientation(metadata.ifd.image);
208 this.parseOrientation(metadata.ifd.thumbnail) ||
427 ExifParser.prototype.parseOrientation = function(ifd) {

Completed in 220 milliseconds