OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_clipPathUnits
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGClipPathElement.h
38
SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>* clipPathUnits() { return
m_clipPathUnits
.get(); }
53
RefPtr<SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType> >
m_clipPathUnits
;
SVGClipPathElement.cpp
32
,
m_clipPathUnits
(SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>::create(this, SVGNames::clipPathUnitsAttr, SVGUnitTypes::SVG_UNIT_TYPE_USERSPACEONUSE))
34
addToPropertyMap(
m_clipPathUnits
);
Completed in 64 milliseconds