OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasPreserveAspectRatio
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
PatternAttributes.h
131
bool
hasPreserveAspectRatio
() const { return m_preserveAspectRatioSet; }
SVGPatternElement.cpp
197
if (!attributes.
hasPreserveAspectRatio
() && current->hasAttribute(SVGNames::preserveAspectRatioAttr))
Completed in 22 milliseconds