Home
last modified time | relevance | path

Searched refs:SVGLengthList (Results 1 – 23 of 23) sorted by relevance

/external/webkit/WebCore/svg/
DSVGLengthList.cpp32 SVGLengthList::SVGLengthList(const QualifiedName& attributeName) in SVGLengthList() function in WebCore::SVGLengthList
37 SVGLengthList::~SVGLengthList() in ~SVGLengthList()
41 void SVGLengthList::parse(const String& value, SVGLengthMode mode) in parse()
62 String SVGLengthList::valueAsString() const in valueAsString()
DSVGLengthList.h32 class SVGLengthList : public SVGPODList<SVGLength> {
34 …static PassRefPtr<SVGLengthList> create(const QualifiedName& attributeName) { return adoptRef(new in create()
35 virtual ~SVGLengthList();
42 SVGLengthList(const QualifiedName&);
DSVGTextPositioningElement.h45 …ositioningElement, SVGTextPositioningElementIdentifier, SVGNames::xAttrString, SVGLengthList, X, x)
46 …ositioningElement, SVGTextPositioningElementIdentifier, SVGNames::yAttrString, SVGLengthList, Y, y)
47 …tioningElement, SVGTextPositioningElementIdentifier, SVGNames::dxAttrString, SVGLengthList, Dx, dx)
48 …tioningElement, SVGTextPositioningElementIdentifier, SVGNames::dyAttrString, SVGLengthList, Dy, dy)
DSVGTextPositioningElement.cpp39 , m_x(this, SVGNames::xAttr, SVGLengthList::create(SVGNames::xAttr)) in SVGTextPositioningElement()
40 , m_y(this, SVGNames::yAttr, SVGLengthList::create(SVGNames::yAttr)) in SVGTextPositioningElement()
41 , m_dx(this, SVGNames::dxAttr, SVGLengthList::create(SVGNames::dxAttr)) in SVGTextPositioningElement()
42 , m_dy(this, SVGNames::dyAttr, SVGLengthList::create(SVGNames::dyAttr)) in SVGTextPositioningElement()
DSVGAnimatedLengthList.idl29 readonly attribute SVGLengthList baseVal;
30 readonly attribute SVGLengthList animVal;
DSVGAnimatedTemplate.h34 class SVGLengthList; variable
247 typedef SVGAnimatedTemplate<SVGLengthList*> SVGAnimatedLengthList;
DSVGLengthList.idl29 interface [Conditional=SVG] SVGLengthList {
/external/webkit/WebCore/rendering/
DSVGCharacterLayoutInfo.h42 class SVGLengthList; variable
143 void addStackContent(StackType, SVGLengthList*, const SVGElement*);
DSVGCharacterLayoutInfo.cpp355 void SVGCharacterLayoutInfo::addStackContent(StackType type, SVGLengthList* list, const SVGElement*… in addStackContent()
/external/webkit/WebCore/bindings/v8/
DV8Index.h501 V(SVGLENGTHLIST, SVGLengthList) \
/external/webkit/WebCore/
DDerivedSources.make290 SVGLengthList \
DAndroid.v8.mk851 svg/SVGLengthList.cpp \
DAndroid.mk1031 svg/SVGLengthList.cpp \
DWebCore.pro523 svg/SVGLengthList.idl \
2105 svg/SVGLengthList.h \
2830 svg/SVGLengthList.cpp \
DWebCore.gypi264 'svg/SVGLengthList.idl',
3199 'svg/SVGLengthList.cpp',
3200 'svg/SVGLengthList.h',
DGNUmakefile.am2607 WebCore/svg/SVGLengthList.idl \
2892 WebCore/svg/SVGLengthList.cpp \
2893 WebCore/svg/SVGLengthList.h \
DChangeLog-2006-12-31203 * ksvg2/svg/SVGLengthList.cpp:
204 (WebCore::SVGLengthList::parse):
1403 * ksvg2/svg/SVGLengthList.cpp:
1404 (WebCore::SVGLengthList::SVGLengthList):
1405 (WebCore::SVGLengthList::parse):
1406 * ksvg2/svg/SVGLengthList.h:
2339 Adding new testcase js-font-test.svg, which uses SVGLengthList interface.
3203 * ksvg2/svg/SVGLengthList.cpp:
3204 (WebCore::SVGLengthList::SVGLengthList):
3205 (WebCore::SVGLengthList::parse):
[all …]
DChangeLog-2008-08-104374 * svg/SVGLengthList.cpp:
4375 (WebCore::SVGLengthList::parse):
4376 * svg/SVGLengthList.h:
6417 * svg/SVGLengthList.cpp:
6418 (WebCore::SVGLengthList::valueAsString):
6419 * svg/SVGLengthList.h:
7765 * svg/SVGLengthList.cpp:
7766 (WebCore::SVGLengthList::valueAsString): Add new function converting SVG values to strings.
7767 * svg/SVGLengthList.h:
34999 * svg/SVGLengthList.cpp:
[all …]
DChangeLog-2005-08-233222 (SVGLengthList::hasProperty):
3223 (SVGLengthList::get):
3224 (SVGLengthList::getInParents):
3225 (SVGLengthList::prototype):
3226 (SVGLengthList::cache):
3662 * ksvg2/dom/SVGLengthList.cpp:
3663 (SVGLengthList::getValueProperty):
3665 * ksvg2/dom/SVGLengthList.h:
12905 * ksvg2/dom/SVGLengthList.cc: Added.
12906 * ksvg2/dom/SVGLengthList.h: Added.
DChangeLog-2007-10-14378 * ksvg2/svg/SVGLengthList.cpp:
379 (WebCore::SVGLengthList::parse):
5063 * ksvg2/svg/SVGLengthList.cpp:
5064 * ksvg2/svg/SVGLengthList.h:
52805 * ksvg2/svg/SVGLengthList.cpp:
52806 * ksvg2/svg/SVGLengthList.h:
64357 * ksvg2/svg/SVGLengthList.h:
DChangeLog-2005-12-1917638 * ksvg2/bindings/idl/svg/SVGLengthList.idl: Added.
20538 * ksvg2/dom/SVGLengthList.cpp: Removed.
20539 * ksvg2/dom/SVGLengthList.h: Removed.
DChangeLog-2006-05-105539 * ksvg2/svg/SVGLengthList.cpp:
/external/webkit/WebCore/WebCore.xcodeproj/
Dproject.pbxproj3243 …A350D00BF220071B782 /* SVGLengthList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B222789F0D…
3244 …7A360D00BF220071B782 /* SVGLengthList.h in Headers */ = {isa = PBXBuildFile; fileRef = B22278A00D0…
8042 …00071B782 /* SVGLengthList.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType …
8043 …BF200071B782 /* SVGLengthList.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType…
8044 …0D00BF200071B782 /* SVGLengthList.idl */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFi…
13041 B222789F0D00BF200071B782 /* SVGLengthList.cpp */,
13042 B22278A00D00BF200071B782 /* SVGLengthList.h */,
13043 B22278A10D00BF200071B782 /* SVGLengthList.idl */,
16923 B2227A360D00BF220071B782 /* SVGLengthList.h in Headers */,
19006 B2227A350D00BF220071B782 /* SVGLengthList.cpp in Sources */,