HomeSort by relevance Sort by last modified time
    Searched refs:SVGPathSegList (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathSegList.h 33 class SVGPathSegList : public Vector<RefPtr<SVGPathSeg> > {
35 SVGPathSegList(SVGPathSegRole role)
50 struct SVGPropertyTraits<SVGPathSegList> {
51 static SVGPathSegList initialValue() { return SVGPathSegList(PathSegUndefinedRole); }
SVGPathSegList.cpp 25 #include "core/svg/SVGPathSegList.h"
33 String SVGPathSegList::valueAsString() const
40 void SVGPathSegList::commitChange(SVGElement* contextElement, ListModification listModification)
SVGPathSegListSource.h 25 #include "core/svg/SVGPathSegList.h"
34 static PassOwnPtr<SVGPathSegListSource> create(const SVGPathSegList& pathSegList)
40 SVGPathSegListSource(const SVGPathSegList&);
57 const SVGPathSegList& m_pathSegList;
SVGPathUtilities.h 34 class SVGPathSegList;
40 // SVGPathSegList/String -> SVGPathByteStream
41 bool buildSVGPathByteStreamFromSVGPathSegList(const SVGPathSegList&, SVGPathByteStream*, PathParsingMode);
45 // SVGPathByteStream/SVGPathSegList -> String
47 bool buildStringFromSVGPathSegList(const SVGPathSegList&, String&, PathParsingMode);
49 // SVGPathByteStream -> SVGPathSegList
50 bool buildSVGPathSegListFromByteStream(SVGPathByteStream*, SVGPathElement*, SVGPathSegList&, PathParsingMode);
SVGPathSegListBuilder.h 29 #include "core/svg/SVGPathSegList.h"
40 void setCurrentSVGPathSegList(SVGPathSegList& pathSegList) { m_pathSegList = &pathSegList; }
68 SVGPathSegList* m_pathSegList;
SVGPathSegList.idl 27 interface SVGPathSegList {
SVGPathElement.idl 103 readonly attribute SVGPathSegList pathSegList;
104 readonly attribute SVGPathSegList normalizedPathSegList;
105 readonly attribute SVGPathSegList animatedPathSegList;
106 readonly attribute SVGPathSegList animatedNormalizedPathSegList;
SVGPathUtilities.cpp 48 static SVGPathSegListBuilder* globalSVGPathSegListBuilder(SVGPathElement* element, SVGPathSegRole role, SVGPathSegList& result)
124 bool buildSVGPathByteStreamFromSVGPathSegList(const SVGPathSegList& list, SVGPathByteStream* result, PathParsingMode parsingMode)
146 SVGPathSegList appendedItemList(PathSegUnalteredRole);
177 bool buildSVGPathSegListFromByteStream(SVGPathByteStream* stream, SVGPathElement* element, SVGPathSegList& result, PathParsingMode parsingMode)
208 bool buildStringFromSVGPathSegList(const SVGPathSegList& list, String& result, PathParsingMode parsingMode)
SVGAnimatedPath.cpp 46 const SVGPathSegList& baseValue = property->currentBaseValue();
77 const SVGPathSegList& baseValue = castAnimatedPropertyToActualType<SVGAnimatedPathSegListPropertyTearOff>(animatedTypes[0].properties[0].get())->currentBaseValue();
SVGPathElement.h 30 #include "core/svg/SVGPathSegList.h"
129 mutable SVGSynchronizableAnimatedProperty<SVGPathSegList> m_pathSegList;
SVGPathSegListSource.cpp 33 SVGPathSegListSource::SVGPathSegListSource(const SVGPathSegList& pathSegList)
SVGPathElement.cpp 47 #include "core/svg/SVGPathSegList.h"
263 SVGPathSegList newList(PathSegUnalteredRole);
321 // Build initial SVGPathSegList.
324 return SVGAnimatedProperty::lookupOrCreateWrapper<SVGPathElement, SVGAnimatedPathSegListPropertyTearOff, SVGPathSegList>
  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGAnimatedPathSegListPropertyTearOff.h 25 #include "core/svg/SVGPathSegList.h"
32 class SVGAnimatedPathSegListPropertyTearOff : public SVGAnimatedListPropertyTearOff<SVGPathSegList> {
34 virtual SVGListProperty<SVGPathSegList>* baseVal()
38 return static_cast<SVGListProperty<SVGPathSegList>*>(m_baseVal.get());
41 virtual SVGListProperty<SVGPathSegList>* animVal()
45 return static_cast<SVGListProperty<SVGPathSegList>*>(m_animVal.get());
62 static PassRefPtr<SVGAnimatedPathSegListPropertyTearOff> create(SVGElement* contextElement, const QualifiedName& attributeName, AnimatedPropertyType animatedPropertyType, SVGPathSegList& values)
68 using SVGAnimatedListPropertyTearOff<SVGPathSegList>::animationStarted;
69 void animationStarted(SVGPathByteStream* byteStream, const SVGPathSegList* baseValue)
76 // Pass shouldOwnValues=true, as the SVGPathSegList lifetime is solely managed by its tear off class
    [all...]
SVGPathSegListPropertyTearOff.h 24 #include "core/svg/SVGPathSegList.h"
31 class SVGPathSegListPropertyTearOff : public SVGListProperty<SVGPathSegList> {
33 typedef SVGListProperty<SVGPathSegList> Base;
34 typedef SVGAnimatedListPropertyTearOff<SVGPathSegList> AnimatedListPropertyTearOff;
35 typedef SVGPropertyTraits<SVGPathSegList>::ListItemType ListItemType;
38 static PassRefPtr<SVGPathSegListPropertyTearOff> create(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, SVGPathSegRole pathSegRole, SVGPathSegList& values, ListWrapperCache& wrappers)
115 SVGPathSegListPropertyTearOff(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, SVGPathSegRole pathSegRole, SVGPathSegList& values, ListWrapperCache& wrappers)
116 : SVGListProperty<SVGPathSegList>(role, values, &wrappers)
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_svg.target.darwin-arm.mk 191 third_party/WebKit/Source/core/svg/SVGPathSegList.cpp \
webcore_svg.target.darwin-mips.mk 191 third_party/WebKit/Source/core/svg/SVGPathSegList.cpp \
webcore_svg.target.darwin-x86.mk 191 third_party/WebKit/Source/core/svg/SVGPathSegList.cpp \
webcore_svg.target.linux-arm.mk 191 third_party/WebKit/Source/core/svg/SVGPathSegList.cpp \
webcore_svg.target.linux-mips.mk 191 third_party/WebKit/Source/core/svg/SVGPathSegList.cpp \
webcore_svg.target.linux-x86.mk 191 third_party/WebKit/Source/core/svg/SVGPathSegList.cpp \
  /external/chromium_org/third_party/WebKit/Source/bindings/
interface_dependencies.target.darwin-arm.mk     [all...]
interface_dependencies.target.darwin-mips.mk     [all...]
interface_dependencies.target.darwin-x86.mk     [all...]
interface_dependencies.target.linux-arm.mk     [all...]
interface_dependencies.target.linux-mips.mk     [all...]

Completed in 5512 milliseconds

1 2