OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:transformpropertyinfo
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGViewSpec.cpp
63
const SVGPropertyInfo* SVGViewSpec::
transformPropertyInfo
()
117
if (SVGAnimatedProperty* wrapper = SVGAnimatedProperty::lookupWrapper<SVGElement, SVGAnimatedTransformList>(m_contextElement.get(),
transformPropertyInfo
()))
188
return SVGAnimatedProperty::lookupOrCreateWrapper<SVGElement, SVGAnimatedTransformList, SVGTransformList>(ownerType->contextElement(),
transformPropertyInfo
(), ownerType->m_transform);
SVGViewSpec.h
87
static const SVGPropertyInfo*
transformPropertyInfo
();
Completed in 31 milliseconds