HomeSort by relevance Sort by last modified time
    Searched refs:SVG_MEETORSLICE_UNKNOWN (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPreserveAspectRatio.idl 41 const unsigned short SVG_MEETORSLICE_UNKNOWN = 0;
SVGPreserveAspectRatio.h 50 SVG_MEETORSLICE_UNKNOWN = 0,
SVGPreserveAspectRatio.cpp 52 if (meetOrSlice == SVG_MEETORSLICE_UNKNOWN || meetOrSlice > SVG_MEETORSLICE_SLICE) {
193 case SVGPreserveAspectRatio::SVG_MEETORSLICE_UNKNOWN:
366 case SVG_MEETORSLICE_UNKNOWN:

Completed in 22 milliseconds