OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SVGStringListTearOff
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGStringListTearOff.cpp
32
#include "core/svg/
SVGStringListTearOff
.h"
36
SVGStringListTearOff
::
SVGStringListTearOff
(PassRefPtr<SVGStringList> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName)
SVGStringListTearOff.h
40
class
SVGStringListTearOff
: public SVGPropertyTearOff<SVGStringList>, public ScriptWrappable {
43
static PassRefPtr<
SVGStringListTearOff
> create(PassRefPtr<SVGStringList> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null())
45
return adoptRef(new
SVGStringListTearOff
(target, contextElement, propertyIsAnimVal, attributeName));
144
SVGStringListTearOff
(PassRefPtr<SVGStringList>, SVGElement*, PropertyIsAnimValType, const QualifiedName&);
Completed in 103 milliseconds