/external/chromium_org/third_party/WebKit/Source/core/svg/properties/ |
D | SVGAnimatedTransformListPropertyTearOff.h | 45 …static PassRefPtr<SVGAnimatedTransformListPropertyTearOff> create(SVGElement* contextElement, cons… in create() 52 …SVGAnimatedTransformListPropertyTearOff(SVGElement* contextElement, const QualifiedName& attribute… in SVGAnimatedTransformListPropertyTearOff()
|
D | SVGStaticPropertyTearOff.h | 40 …static PassRefPtr<Self> create(ContextElement* contextElement, PropertyType& value, UpdateMethod u… in create() 49 … SVGStaticPropertyTearOff(ContextElement* contextElement, PropertyType& value, UpdateMethod update) in SVGStaticPropertyTearOff()
|
D | SVGAttributeToPropertyMap.cpp | 89 void SVGAttributeToPropertyMap::synchronizeProperties(SVGElement* contextElement) in synchronizeProperties() 103 bool SVGAttributeToPropertyMap::synchronizeProperty(SVGElement* contextElement, const QualifiedName… in synchronizeProperty() 131 void SVGAttributeToPropertyMap::synchronizeProperty(SVGElement* contextElement, const QualifiedName… in synchronizeProperty() 139 …GAnimatedProperty> SVGAttributeToPropertyMap::animatedProperty(SVGElement* contextElement, const Q… in animatedProperty()
|
D | SVGAnimatedEnumerationPropertyTearOff.h | 42 …efPtr<SVGAnimatedEnumerationPropertyTearOff<EnumType> > create(SVGElement* contextElement, const Q… in create() 56 …SVGAnimatedEnumerationPropertyTearOff(SVGElement* contextElement, const QualifiedName& attributeNa… in SVGAnimatedEnumerationPropertyTearOff()
|
D | SVGStaticListPropertyTearOff.h | 40 …PassRefPtr<SVGStaticListPropertyTearOff<PropertyType> > create(SVGElement* contextElement, Propert… in create() 46 SVGElement* contextElement() const { return m_contextElement; } in contextElement() function 85 SVGStaticListPropertyTearOff(SVGElement* contextElement, PropertyType& values) in SVGStaticListPropertyTearOff()
|
D | SVGAnimatedStaticPropertyTearOff.h | 52 …RefPtr<SVGAnimatedStaticPropertyTearOff<PropertyType> > create(SVGElement* contextElement, const Q… in create() 102 …SVGAnimatedStaticPropertyTearOff(SVGElement* contextElement, const QualifiedName& attributeName, A… in SVGAnimatedStaticPropertyTearOff()
|
D | SVGAnimatedPropertyTearOff.h | 61 …static PassRefPtr<SVGAnimatedPropertyTearOff<PropertyType> > create(SVGElement* contextElement, co… in create() 110 …SVGAnimatedPropertyTearOff(SVGElement* contextElement, const QualifiedName& attributeName, Animate… in SVGAnimatedPropertyTearOff()
|
D | SVGAnimatedPathSegListPropertyTearOff.h | 62 …static PassRefPtr<SVGAnimatedPathSegListPropertyTearOff> create(SVGElement* contextElement, const … in create() 107 …SVGAnimatedPathSegListPropertyTearOff(SVGElement* contextElement, const QualifiedName& attributeNa… in SVGAnimatedPathSegListPropertyTearOff()
|
D | SVGPathSegListPropertyTearOff.cpp | 87 SVGPathElement* SVGPathSegListPropertyTearOff::contextElement() const in contextElement() function in WebCore::SVGPathSegListPropertyTearOff 89 SVGElement* contextElement = m_animatedProperty->contextElement(); in contextElement() local
|
D | SVGAnimatedListPropertyTearOff.h | 165 …ssRefPtr<SVGAnimatedListPropertyTearOff<PropertyType> > create(SVGElement* contextElement, const Q… in create() 172 …SVGAnimatedListPropertyTearOff(SVGElement* contextElement, const QualifiedName& attributeName, Ani… in SVGAnimatedListPropertyTearOff()
|
D | SVGAnimatedProperty.cpp | 28 SVGAnimatedProperty::SVGAnimatedProperty(SVGElement* contextElement, const QualifiedName& attribute… in SVGAnimatedProperty()
|
D | SVGAnimatedProperty.h | 34 SVGElement* contextElement() const { return m_contextElement; } in contextElement() function
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGTests.cpp | 155 void SVGTests::synchronizeRequiredFeatures(SVGElement* contextElement) in synchronizeRequiredFeatures() 164 void SVGTests::synchronizeRequiredExtensions(SVGElement* contextElement) in synchronizeRequiredExtensions() 173 void SVGTests::synchronizeSystemLanguage(SVGElement* contextElement) in synchronizeSystemLanguage()
|
D | SVGViewSpec.h | 42 static PassRefPtr<SVGViewSpec> create(WeakPtr<SVGSVGElement> contextElement) in create() 66 SVGElement* contextElement() const { return m_contextElement.get(); } in contextElement() function
|
D | SVGPolyElement.cpp | 136 void SVGPolyElement::synchronizePoints(SVGElement* contextElement) in synchronizePoints() 145 …RefPtr<SVGAnimatedProperty> SVGPolyElement::lookupOrCreatePointsWrapper(SVGElement* contextElement) in lookupOrCreatePointsWrapper()
|
D | SVGPathSegList.cpp | 40 void SVGPathSegList::commitChange(SVGElement* contextElement, ListModification listModification) in commitChange()
|
D | SVGAnimatorFactory.h | 47 …tedTypeAnimator> create(SVGAnimationElement* animationElement, SVGElement* contextElement, Animate… in create()
|
D | SVGMarkerElement.cpp | 225 void SVGMarkerElement::synchronizeOrientType(SVGElement* contextElement) in synchronizeOrientType() 240 …<SVGAnimatedProperty> SVGMarkerElement::lookupOrCreateOrientTypeWrapper(SVGElement* contextElement) in lookupOrCreateOrientTypeWrapper()
|
D | SVGStringList.cpp | 30 void SVGStringList::commitChange(SVGElement* contextElement) in commitChange()
|
D | SVGTextContentElement.cpp | 75 void SVGTextContentElement::synchronizeTextLength(SVGElement* contextElement) in synchronizeTextLength() 85 …nimatedProperty> SVGTextContentElement::lookupOrCreateTextLengthWrapper(SVGElement* contextElement) in lookupOrCreateTextLengthWrapper()
|
D | SVGPathSegWithContext.h | 50 SVGPathElement* contextElement() const { return m_element; } in contextElement() function
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | DocumentFragment.cpp | 75 void DocumentFragment::parseHTML(const String& source, Element* contextElement, ParserContentPolicy… in parseHTML() 80 bool DocumentFragment::parseXML(const String& source, Element* contextElement, ParserContentPolicy … in parseXML()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | SVGTextLayoutEngineSpacing.cpp | 82 …ng::calculateCSSKerningAndSpacing(const SVGRenderStyle* style, SVGElement* contextElement, UChar c… in calculateCSSKerningAndSpacing()
|
/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
D | HTMLDocumentParser.cpp | 50 static HTMLTokenizer::State tokenizerStateForContextElement(Element* contextElement, bool reportErr… in tokenizerStateForContextElement() 94 HTMLDocumentParser::HTMLDocumentParser(DocumentFragment* fragment, Element* contextElement, ParserC… in HTMLDocumentParser() 947 …cumentFragment(const String& source, DocumentFragment* fragment, Element* contextElement, ParserCo… in parseDocumentFragment()
|
D | HTMLTreeBuilder.h | 60 …> create(HTMLDocumentParser* parser, DocumentFragment* fragment, Element* contextElement, ParserCo… in create() 204 …Element* contextElement() const { ASSERT(m_fragment); return m_contextElementStackItem->element();… in contextElement() function
|