OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SVGPropertyInfo
(Results
1 - 17
of
17
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTests.h
59
static const
SVGPropertyInfo
* requiredFeaturesPropertyInfo();
63
static const
SVGPropertyInfo
* requiredExtensionsPropertyInfo();
67
static const
SVGPropertyInfo
* systemLanguagePropertyInfo();
SVGTests.cpp
33
const
SVGPropertyInfo
* SVGTests::requiredFeaturesPropertyInfo()
35
static const
SVGPropertyInfo
* s_propertyInfo = 0;
37
s_propertyInfo = new
SVGPropertyInfo
(AnimatedUnknown,
48
const
SVGPropertyInfo
* SVGTests::requiredExtensionsPropertyInfo()
50
static const
SVGPropertyInfo
* s_propertyInfo = 0;
52
s_propertyInfo = new
SVGPropertyInfo
(AnimatedUnknown,
63
const
SVGPropertyInfo
* SVGTests::systemLanguagePropertyInfo()
65
static const
SVGPropertyInfo
* s_propertyInfo = 0;
67
s_propertyInfo = new
SVGPropertyInfo
(AnimatedUnknown,
SVGViewSpec.h
87
static const
SVGPropertyInfo
* transformPropertyInfo();
88
static const
SVGPropertyInfo
* viewBoxPropertyInfo();
89
static const
SVGPropertyInfo
* preserveAspectRatioPropertyInfo();
SVGViewSpec.cpp
32
const
SVGPropertyInfo
* SVGViewSpec::viewBoxPropertyInfo()
34
static const
SVGPropertyInfo
* s_propertyInfo = 0;
36
s_propertyInfo = new
SVGPropertyInfo
(AnimatedRect,
47
const
SVGPropertyInfo
* SVGViewSpec::preserveAspectRatioPropertyInfo()
49
static const
SVGPropertyInfo
* s_propertyInfo = 0;
51
s_propertyInfo = new
SVGPropertyInfo
(AnimatedPreserveAspectRatio,
63
const
SVGPropertyInfo
* SVGViewSpec::transformPropertyInfo()
65
static const
SVGPropertyInfo
* s_propertyInfo = 0;
67
s_propertyInfo = new
SVGPropertyInfo
(AnimatedTransformList,
SVGPolyElement.h
40
static const
SVGPropertyInfo
* pointsPropertyInfo();
SVGPolyElement.cpp
34
const
SVGPropertyInfo
* SVGPolyElement::pointsPropertyInfo()
36
static const
SVGPropertyInfo
* s_propertyInfo = 0;
38
s_propertyInfo = new
SVGPropertyInfo
(AnimatedPoints,
SVGTextContentElement.h
95
static const
SVGPropertyInfo
* textLengthPropertyInfo();
SVGMarkerElement.cpp
33
const
SVGPropertyInfo
* SVGMarkerElement::orientTypePropertyInfo()
35
static const
SVGPropertyInfo
* s_propertyInfo = 0;
37
s_propertyInfo = new
SVGPropertyInfo
(AnimatedEnumeration,
SVGTextContentElement.cpp
40
const
SVGPropertyInfo
* SVGTextContentElement::textLengthPropertyInfo()
42
static const
SVGPropertyInfo
* s_propertyInfo = 0;
44
s_propertyInfo = new
SVGPropertyInfo
(AnimatedLength,
SVGMarkerElement.h
121
static const
SVGPropertyInfo
* orientTypePropertyInfo();
SVGPathElement.cpp
54
const
SVGPropertyInfo
* SVGPathElement::dPropertyInfo()
56
static const
SVGPropertyInfo
* s_propertyInfo = 0;
58
s_propertyInfo = new
SVGPropertyInfo
(AnimatedPath,
SVGPathElement.h
96
static const
SVGPropertyInfo
* dPropertyInfo();
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGAttributeToPropertyMap.h
23
#include "core/svg/properties/
SVGPropertyInfo
.h"
33
typedef Vector<const
SVGPropertyInfo
*> PropertiesVector;
40
void addProperty(const
SVGPropertyInfo
*);
52
void synchronizeProperty(SVGElement* contextElement, const QualifiedName& attributeName, const
SVGPropertyInfo
*);
53
PassRefPtr<SVGAnimatedProperty> animatedProperty(SVGElement* contextElement, const QualifiedName& attributeName, const
SVGPropertyInfo
*);
SVGPropertyInfo.h
57
struct
SVGPropertyInfo
{
63
SVGPropertyInfo
(AnimatedPropertyType newType, AnimatedPropertyState newState, const QualifiedName& newAttributeName,
SVGAnimatedProperty.h
25
#include "core/svg/properties/
SVGPropertyInfo
.h"
52
static PassRefPtr<TearOffType> lookupOrCreateWrapper(OwnerType* element, const
SVGPropertyInfo
* info, PropertyType& property)
67
static TearOffType* lookupWrapper(OwnerType* element, const
SVGPropertyInfo
* info)
75
static TearOffType* lookupWrapper(const OwnerType* element, const
SVGPropertyInfo
* info)
SVGAnimatedPropertyMacros.h
96
const
SVGPropertyInfo
* OwnerType::LowerProperty##PropertyInfo() { \
97
DEFINE_STATIC_LOCAL(const
SVGPropertyInfo
, s_propertyInfo, \
163
static const
SVGPropertyInfo
* LowerProperty##PropertyInfo(); \
SVGAttributeToPropertyMap.cpp
36
const
SVGPropertyInfo
* firstProperty = mapVector->first();
56
void SVGAttributeToPropertyMap::addProperty(const
SVGPropertyInfo
* info)
131
void SVGAttributeToPropertyMap::synchronizeProperty(SVGElement* contextElement, const QualifiedName& attributeName, const
SVGPropertyInfo
* info)
139
PassRefPtr<SVGAnimatedProperty> SVGAttributeToPropertyMap::animatedProperty(SVGElement* contextElement, const QualifiedName& attributeName, const
SVGPropertyInfo
* info)
Completed in 623 milliseconds