OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SVG_MEETORSLICE_UNKNOWN
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/svg/
SVGPreserveAspectRatio.idl
43
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) {
165
case SVGPreserveAspectRatio::
SVG_MEETORSLICE_UNKNOWN
:
332
case
SVG_MEETORSLICE_UNKNOWN
:
Completed in 44 milliseconds