OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SVG_PRESERVEASPECTRATIO_NONE
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPreserveAspectRatio.idl
29
const unsigned short
SVG_PRESERVEASPECTRATIO_NONE
= 1;
SVGPreserveAspectRatio.h
37
SVG_PRESERVEASPECTRATIO_NONE
= 1,
SVGPreserveAspectRatio.cpp
82
m_align =
SVG_PRESERVEASPECTRATIO_NONE
;
144
if (m_align !=
SVG_PRESERVEASPECTRATIO_NONE
)
186
if (m_align ==
SVG_PRESERVEASPECTRATIO_NONE
)
293
if (m_align ==
SVG_PRESERVEASPECTRATIO_NONE
) {
329
case
SVG_PRESERVEASPECTRATIO_NONE
:
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGImage.cpp
70
if (image->preserveAspectRatioCurrentValue().align() == SVGPreserveAspectRatio::
SVG_PRESERVEASPECTRATIO_NONE
) {
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
SVGImage.cpp
283
if (rootElement->preserveAspectRatioCurrentValue().align() == SVGPreserveAspectRatio::
SVG_PRESERVEASPECTRATIO_NONE
)
Completed in 72 milliseconds