/external/webkit/WebCore/svg/ |
D | SVGLengthList.cpp | 32 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()
|
D | SVGLengthList.h | 32 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&);
|
D | SVGTextPositioningElement.h | 45 …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)
|
D | SVGTextPositioningElement.cpp | 39 , 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()
|
D | SVGAnimatedLengthList.idl | 29 readonly attribute SVGLengthList baseVal; 30 readonly attribute SVGLengthList animVal;
|
D | SVGAnimatedTemplate.h | 34 class SVGLengthList; variable 247 typedef SVGAnimatedTemplate<SVGLengthList*> SVGAnimatedLengthList;
|
D | SVGLengthList.idl | 29 interface [Conditional=SVG] SVGLengthList {
|
/external/webkit/WebCore/rendering/ |
D | SVGCharacterLayoutInfo.h | 42 class SVGLengthList; variable 143 void addStackContent(StackType, SVGLengthList*, const SVGElement*);
|
D | SVGCharacterLayoutInfo.cpp | 355 void SVGCharacterLayoutInfo::addStackContent(StackType type, SVGLengthList* list, const SVGElement*… in addStackContent()
|
/external/webkit/WebCore/bindings/v8/ |
D | V8Index.h | 501 V(SVGLENGTHLIST, SVGLengthList) \
|
/external/webkit/WebCore/ |
D | DerivedSources.make | 290 SVGLengthList \
|
D | Android.v8.mk | 851 svg/SVGLengthList.cpp \
|
D | Android.mk | 1031 svg/SVGLengthList.cpp \
|
D | WebCore.pro | 523 svg/SVGLengthList.idl \ 2105 svg/SVGLengthList.h \ 2830 svg/SVGLengthList.cpp \
|
D | WebCore.gypi | 264 'svg/SVGLengthList.idl', 3199 'svg/SVGLengthList.cpp', 3200 'svg/SVGLengthList.h',
|
D | GNUmakefile.am | 2607 WebCore/svg/SVGLengthList.idl \ 2892 WebCore/svg/SVGLengthList.cpp \ 2893 WebCore/svg/SVGLengthList.h \
|
D | ChangeLog-2006-12-31 | 203 * 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 …]
|
D | ChangeLog-2008-08-10 | 4374 * 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 …]
|
D | ChangeLog-2005-08-23 | 3222 (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.
|
D | ChangeLog-2007-10-14 | 378 * 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:
|
D | ChangeLog-2005-12-19 | 17638 * ksvg2/bindings/idl/svg/SVGLengthList.idl: Added. 20538 * ksvg2/dom/SVGLengthList.cpp: Removed. 20539 * ksvg2/dom/SVGLengthList.h: Removed.
|
D | ChangeLog-2006-05-10 | 5539 * ksvg2/svg/SVGLengthList.cpp:
|
/external/webkit/WebCore/WebCore.xcodeproj/ |
D | project.pbxproj | 3243 …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 */,
|