OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:contextElement
(Results
26 - 50
of
119
) sorted by null
1
2
3
4
5
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedPath.h
45
static PassRefPtr<SVGAnimatedPath> create(SVGPathElement*
contextElement
, const QualifiedName& attributeName)
47
return adoptRef(new SVGAnimatedPath(
contextElement
, attributeName));
SVGAnimatedPreserveAspectRatio.idl
28
SetWrapperReferenceTo(SVGElement
contextElement
),
SVGAnimatedRect.idl
28
SetWrapperReferenceTo(SVGElement
contextElement
),
SVGAnimatedString.idl
28
SetWrapperReferenceTo(SVGElement
contextElement
),
SVGAnimatedTransformList.idl
28
SetWrapperReferenceTo(SVGElement
contextElement
),
SVGNumber.idl
25
SetWrapperReferenceTo(SVGElement
contextElement
),
SVGNumberTearOff.cpp
40
SVGNumberTearOff::SVGNumberTearOff(PassRefPtr<SVGNumber> target, SVGElement*
contextElement
, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName)
41
: SVGPropertyTearOff<SVGNumber>(target,
contextElement
, propertyIsAnimVal, attributeName)
SVGPathSegListTearOff.h
47
static PassRefPtr<ItemPropertyType> getValueForInsertionFromTearOff(PassRefPtr<ItemTearOffType> passNewItem, SVGElement*
contextElement
, const QualifiedName& attributeName)
51
newItem->setContextElement(
contextElement
);
55
static PassRefPtr<ItemTearOffType> createTearOff(PassRefPtr<ItemPropertyType> passValue, SVGElement*
contextElement
, PropertyIsAnimValType, const QualifiedName&)
58
value->setContextElement(
contextElement
);
68
static PassRefPtr<SVGPathSegListTearOff> create(PassRefPtr<SVGPathSegList> target, SVGElement*
contextElement
, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null())
70
return adoptRef(new SVGPathSegListTearOff(target,
contextElement
, propertyIsAnimVal, attributeName));
74
SVGPathSegListTearOff(PassRefPtr<SVGPathSegList> target, SVGElement*
contextElement
, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null())
75
: SVGListPropertyTearOffHelper<SVGPathSegListTearOff, SVGPathSegList>(target,
contextElement
, propertyIsAnimVal, attributeName) { }
SVGAnimatedIntegerOptionalInteger.h
46
static PassRefPtr<SVGAnimatedIntegerOptionalInteger> create(SVGElement*
contextElement
, const QualifiedName& attributeName, float initialFirstValue = 0, float initialSecondValue = 0)
48
return adoptRef(new SVGAnimatedIntegerOptionalInteger(
contextElement
, attributeName, initialFirstValue, initialSecondValue));
59
SVGAnimatedIntegerOptionalInteger(SVGElement*
contextElement
, const QualifiedName& attributeName, float initialFirstValue, float initialSecondValue);
SVGAnimatedNumberOptionalNumber.h
46
static PassRefPtr<SVGAnimatedNumberOptionalNumber> create(SVGElement*
contextElement
, const QualifiedName& attributeName, float initialFirstValue = 0, float initialSecondValue = 0)
48
return adoptRef(new SVGAnimatedNumberOptionalNumber(
contextElement
, attributeName, initialFirstValue, initialSecondValue));
59
SVGAnimatedNumberOptionalNumber(SVGElement*
contextElement
, const QualifiedName& attributeName, float initialFirstValue, float initialSecondValue);
SVGNumberTearOff.h
43
static PassRefPtr<SVGNumberTearOff> create(PassRefPtr<SVGNumber> target, SVGElement*
contextElement
, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null())
45
return adoptRef(new SVGNumberTearOff(target,
contextElement
, propertyIsAnimVal, attributeName));
52
SVGNumberTearOff(PassRefPtr<SVGNumber>, SVGElement*
contextElement
, PropertyIsAnimValType, const QualifiedName& attributeName = QualifiedName::null());
SVGPointTearOff.h
45
static PassRefPtr<SVGPointTearOff> create(PassRefPtr<SVGPoint> target, SVGElement*
contextElement
, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null())
47
return adoptRef(new SVGPointTearOff(target,
contextElement
, propertyIsAnimVal, attributeName));
58
SVGPointTearOff(PassRefPtr<SVGPoint>, SVGElement*
contextElement
, PropertyIsAnimValType, const QualifiedName& attributeName = QualifiedName::null());
SVGAnimatedAngle.cpp
40
SVGAnimatedAngle::SVGAnimatedAngle(SVGMarkerElement*
contextElement
)
41
: SVGAnimatedProperty<SVGAngle>(
contextElement
, SVGNames::orientAttr, SVGAngle::create())
42
, m_orientType(SVGAnimatedEnumeration<SVGMarkerOrientType>::create(
contextElement
, SVGNames::orientAttr, baseValue()->orientType()))
59
contextElement
()->setSynchronizedLazyAttribute(attributeName(), value);
SVGAnimatedIntegerOptionalInteger.cpp
37
SVGAnimatedIntegerOptionalInteger::SVGAnimatedIntegerOptionalInteger(SVGElement*
contextElement
, const QualifiedName& attributeName, float initialFirstValue, float initialSecondValue)
38
: SVGAnimatedPropertyCommon<SVGIntegerOptionalInteger>(
contextElement
, attributeName,
40
, m_firstInteger(SVGAnimatedInteger::create(
contextElement
, attributeName, baseValue()->firstInteger()))
41
, m_secondInteger(SVGAnimatedInteger::create(
contextElement
, attributeName, baseValue()->secondInteger()))
SVGAnimatedNumberOptionalNumber.cpp
26
SVGAnimatedNumberOptionalNumber::SVGAnimatedNumberOptionalNumber(SVGElement*
contextElement
, const QualifiedName& attributeName, float initialFirstValue, float initialSecondValue)
27
: SVGAnimatedPropertyCommon<SVGNumberOptionalNumber>(
contextElement
, attributeName,
29
, m_firstNumber(SVGAnimatedNumber::create(
contextElement
, attributeName, baseValue()->firstNumber()))
30
, m_secondNumber(SVGAnimatedNumber::create(
contextElement
, attributeName, baseValue()->secondNumber()))
SVGStaticStringList.cpp
36
SVGStaticStringList::SVGStaticStringList(SVGElement*
contextElement
, const QualifiedName& attributeName)
37
: SVGAnimatedPropertyBase(AnimatedStringList,
contextElement
, attributeName)
40
ASSERT(
contextElement
);
81
m_tearOff = SVGStringListTearOff::create(m_value,
contextElement
(), PropertyIsNotAnimVal, attributeName());
SVGAnimatedEnumeration.idl
29
SetWrapperReferenceTo(SVGElement
contextElement
),
SVGPathSegWithContext.h
30
SVGPathSegWithContext(SVGPathElement*
contextElement
)
31
: SVGPathSeg(
contextElement
)
SVGTests.cpp
32
SVGTests::SVGTests(SVGElement*
contextElement
)
33
: m_requiredFeatures(SVGStaticStringList::create(
contextElement
, SVGNames::requiredFeaturesAttr))
34
, m_requiredExtensions(SVGStaticStringList::create(
contextElement
, SVGNames::requiredExtensionsAttr))
35
, m_systemLanguage(SVGStaticStringList::create(
contextElement
, SVGNames::systemLanguageAttr))
37
ASSERT(
contextElement
);
39
contextElement
->addToPropertyMap(m_requiredFeatures);
40
contextElement
->addToPropertyMap(m_requiredExtensions);
41
contextElement
->addToPropertyMap(m_systemLanguage);
SVGAnimatedColor.cpp
51
void SVGColorProperty::add(PassRefPtrWillBeRawPtr<SVGPropertyBase> other, SVGElement*
contextElement
)
53
ASSERT(
contextElement
);
55
Color fallbackColor = fallbackColorForCurrentColor(
contextElement
);
61
void SVGColorProperty::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> fromValue, PassRefPtr<SVGPropertyBase> toValue, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement*
contextElement
)
68
ASSERT(
contextElement
);
69
Color fallbackColor = fallbackColorForCurrentColor(
contextElement
);
91
float SVGColorProperty::calculateDistance(PassRefPtr<SVGPropertyBase> toValue, SVGElement*
contextElement
)
93
ASSERT(
contextElement
);
94
Color fallbackColor = fallbackColorForCurrentColor(
contextElement
);
SVGRectTearOff.h
43
static PassRefPtr<SVGRectTearOff> create(PassRefPtr<SVGRect> target, SVGElement*
contextElement
, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null())
45
return adoptRef(new SVGRectTearOff(target,
contextElement
, propertyIsAnimVal, attributeName));
58
SVGRectTearOff(PassRefPtr<SVGRect>, SVGElement*
contextElement
, PropertyIsAnimValType, const QualifiedName& attributeName = QualifiedName::null());
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGPropertyTearOff.h
76
SVGElement*
contextElement
()
86
void attachToSVGElementAttribute(SVGElement*
contextElement
, const QualifiedName& attributeName)
89
ASSERT(
contextElement
);
91
m_contextElement =
contextElement
;
98
SVGPropertyTearOffBase(SVGElement*
contextElement
, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null())
99
: m_contextElement(
contextElement
)
134
SVGPropertyTearOff(PassRefPtr<Property> target, SVGElement*
contextElement
, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null())
135
: SVGPropertyTearOffBase(
contextElement
, propertyIsAnimVal, attributeName)
SVGAnimatedProperty.cpp
38
SVGAnimatedPropertyBase::SVGAnimatedPropertyBase(AnimatedPropertyType type, SVGElement*
contextElement
, const QualifiedName& attributeName)
41
, m_contextElement(
contextElement
)
65
return isAnimating() ||
contextElement
()->hasAttribute(attributeName());
SVGAnimatedProperty.h
68
SVGElement*
contextElement
() const
163
SVGAnimatedPropertyCommon(SVGElement*
contextElement
, const QualifiedName& attributeName, PassRefPtr<Property> initialValue)
164
: SVGAnimatedPropertyBase(Property::classType(),
contextElement
, attributeName)
213
this->
contextElement
()->invalidateSVGAttributes();
214
this->
contextElement
()->svgAttributeChanged(this->attributeName());
223
SVGAnimatedProperty(SVGElement*
contextElement
, const QualifiedName& attributeName, PassRefPtr<Property> initialValue)
224
: SVGAnimatedPropertyCommon<Property>(
contextElement
, attributeName, initialValue)
239
static PassRefPtr<SVGAnimatedProperty<Property> > create(SVGElement*
contextElement
, const QualifiedName& attributeName, PassRefPtr<Property> initialValue)
241
return adoptRef(new SVGAnimatedProperty<Property>(
contextElement
, attributeName, initialValue));
270
m_baseValTearOff = TearOffType::create(this->baseValue(), this->
contextElement
(), PropertyIsNotAnimVal, this->attributeName())
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentFragment.cpp
74
void DocumentFragment::parseHTML(const String& source, Element*
contextElement
, ParserContentPolicy parserContentPolicy)
76
HTMLDocumentParser::parseDocumentFragment(source, this,
contextElement
, parserContentPolicy);
79
bool DocumentFragment::parseXML(const String& source, Element*
contextElement
, ParserContentPolicy parserContentPolicy)
81
return XMLDocumentParser::parseDocumentFragment(source, this,
contextElement
, parserContentPolicy);
Completed in 912 milliseconds
1
2
3
4
5