OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SVGPathSegListTearOff
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathSegListTearOff.h
63
class
SVGPathSegListTearOff
FINAL
64
: public SVGListPropertyTearOffHelper<
SVGPathSegListTearOff
, SVGPathSegList>
68
static PassRefPtr<
SVGPathSegListTearOff
> create(PassRefPtr<SVGPathSegList> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null())
70
return adoptRef(new
SVGPathSegListTearOff
(target, contextElement, propertyIsAnimVal, attributeName));
74
SVGPathSegListTearOff
(PassRefPtr<SVGPathSegList> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null())
75
: SVGListPropertyTearOffHelper<
SVGPathSegListTearOff
, SVGPathSegList>(target, contextElement, propertyIsAnimVal, attributeName) { }
SVGPathElement.h
86
SVGPathSegListTearOff
* pathSegList() { return m_pathSegList->baseVal(); }
87
SVGPathSegListTearOff
* animatedPathSegList() { return m_pathSegList->animVal(); }
90
SVGPathSegListTearOff
* normalizedPathSegList() { return 0; }
91
SVGPathSegListTearOff
* animatedNormalizedPathSegList() { return 0; }
SVGPathSegList.idl
30
ImplementedAs=
SVGPathSegListTearOff
SVGPathSegList.h
43
class
SVGPathSegListTearOff
;
49
typedef
SVGPathSegListTearOff
TearOffType;
162
//
SVGPathSegListTearOff
. Both keep |contextElement| alive,
Completed in 213 milliseconds