HomeSort by relevance Sort by last modified time
    Searched refs:contextElement (Results 51 - 75 of 119) sorted by null

1 23 4 5

  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentFragment.h 37 void parseHTML(const String&, Element* contextElement, ParserContentPolicy = AllowScriptingContent);
38 bool parseXML(const String&, Element* contextElement, ParserContentPolicy = AllowScriptingContent);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPoint.idl 25 SetWrapperReferenceTo(SVGElement contextElement),
SVGRect.idl 25 SetWrapperReferenceTo(SVGElement contextElement),
SVGStaticStringList.h 45 static PassRefPtr<SVGStaticStringList> create(SVGElement* contextElement, const QualifiedName& attributeName)
47 return adoptRef(new SVGStaticStringList(contextElement, attributeName));
SVGTransformListTearOff.cpp 40 SVGTransformListTearOff::SVGTransformListTearOff(PassRefPtr<SVGTransformList> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null())
41 : SVGListPropertyTearOffHelper<SVGTransformListTearOff, SVGTransformList>(target, contextElement, propertyIsAnimVal, attributeName)
SVGTransformListTearOff.h 45 static PassRefPtr<SVGTransformListTearOff> create(PassRefPtr<SVGTransformList> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null())
47 return adoptRef(new SVGTransformListTearOff(target, contextElement, propertyIsAnimVal, attributeName));
SVGLengthTearOff.cpp 62 SVGLengthContext lengthContext(contextElement());
73 SVGLengthContext lengthContext(contextElement());
137 SVGLengthContext lengthContext(contextElement());
142 SVGLengthTearOff::SVGLengthTearOff(PassRefPtr<SVGLength> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName)
143 : SVGPropertyTearOff<SVGLength>(target, contextElement, propertyIsAnimVal, attributeName)
SVGPointTearOff.cpp 41 SVGPointTearOff::SVGPointTearOff(PassRefPtr<SVGPoint> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName)
42 : SVGPropertyTearOff<SVGPoint>(target, contextElement, propertyIsAnimVal, attributeName)
SVGPreserveAspectRatioTearOff.cpp 68 SVGPreserveAspectRatioTearOff::SVGPreserveAspectRatioTearOff(PassRefPtr<SVGPreserveAspectRatio> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName)
69 : SVGPropertyTearOff<SVGPreserveAspectRatio>(target, contextElement, propertyIsAnimVal, attributeName)
SVGRectTearOff.cpp 40 SVGRectTearOff::SVGRectTearOff(PassRefPtr<SVGRect> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName)
41 : SVGPropertyTearOff<SVGRect>(target, contextElement, propertyIsAnimVal, attributeName)
SVGViewSpec.idl 31 SetWrapperReferenceTo(SVGElement contextElement),
SVGTests.h 48 SVGTests(SVGElement* contextElement);
SVGLengthTearOff.h 58 static PassRefPtr<SVGLengthTearOff> create(PassRefPtr<SVGLength> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null())
60 return adoptRef(new SVGLengthTearOff(target, contextElement, propertyIsAnimVal, attributeName));
75 SVGLengthTearOff(PassRefPtr<SVGLength>, SVGElement* contextElement, PropertyIsAnimValType, const QualifiedName& attributeName = QualifiedName::null());
SVGPathSeg.h 72 explicit SVGPathSeg(SVGPathElement* contextElement);
116 void setContextElement(SVGElement* contextElement)
118 m_contextElement = contextElement;
SVGPreserveAspectRatioTearOff.h 63 static PassRefPtr<SVGPreserveAspectRatioTearOff> create(PassRefPtr<SVGPreserveAspectRatio> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null())
65 return adoptRef(new SVGPreserveAspectRatioTearOff(target, contextElement, propertyIsAnimVal, attributeName));
74 SVGPreserveAspectRatioTearOff(PassRefPtr<SVGPreserveAspectRatio>, SVGElement* contextElement, PropertyIsAnimValType, const QualifiedName& attributeName = QualifiedName::null());
SVGTransformTearOff.h 54 static PassRefPtr<SVGTransformTearOff> create(PassRefPtr<SVGTransform> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null())
56 return adoptRef(new SVGTransformTearOff(target, contextElement, propertyIsAnimVal, attributeName));
73 SVGTransformTearOff(PassRefPtr<SVGTransform>, SVGElement* contextElement, PropertyIsAnimValType, const QualifiedName& attributeName);
SVGViewSpec.h 40 static PassRefPtrWillBeRawPtr<SVGViewSpec> create(SVGSVGElement* contextElement)
42 return adoptRefWillBeNoop(new SVGViewSpec(contextElement));
63 SVGSVGElement* contextElement() { return m_contextElement.get(); }
SVGAngle.idl 25 SetWrapperReferenceTo(SVGElement contextElement),
SVGAngleTearOff.h 43 static PassRefPtr<SVGAngleTearOff> create(PassRefPtr<SVGAngle> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null())
45 return adoptRef(new SVGAngleTearOff(target, contextElement, propertyIsAnimVal, attributeName));
SVGAnimatedTypeAnimator.h 59 void setContextElement(SVGElement* contextElement) { m_contextElement = contextElement; }
SVGInteger.h 59 virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement* contextElement) OVERRIDE;
60 virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement* contextElement) OVERRIDE;
SVGIntegerOptionalInteger.h 56 virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement* contextElement) OVERRIDE;
57 virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement* contextElement) OVERRIDE;
SVGLength.idl 25 SetWrapperReferenceTo(SVGElement contextElement),
SVGLengthList.idl 29 SetWrapperReferenceTo(SVGElement contextElement),
  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGListPropertyTearOffHelper.h 47 static PassRefPtr<ItemPropertyType> getValueForInsertionFromTearOff(PassRefPtr<ItemTearOffType> passNewItem, SVGElement* contextElement, const QualifiedName& attributeName)
55 || (newItem->contextElement() && !newItem->target()->ownerList())) {
64 newItem->attachToSVGElementAttribute(contextElement, attributeName);
68 static PassRefPtr<ItemTearOffType> createTearOff(PassRefPtr<ItemPropertyType> value, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName)
70 return ItemTearOffType::create(value, contextElement, propertyIsAnimVal, attributeName);
201 SVGListPropertyTearOffHelper(PassRefPtr<ListPropertyType> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null())
202 : SVGPropertyTearOff<ListPropertyType>(target, contextElement, propertyIsAnimVal, attributeName)
208 return ItemTraits::getValueForInsertionFromTearOff(passNewItem, toDerived()->contextElement(), toDerived()->attributeName());
217 return ItemTraits::createTearOff(value, toDerived()->contextElement(), toDerived()->propertyIsAnimVal(), toDerived()->attributeName());

Completed in 767 milliseconds

1 23 4 5