Searched refs:contextElement (Results 1 - 6 of 6) sorted by relevance

/external/webkit/WebCore/svg/
H A DSVGAnimatedProperty.h43 static PassRefPtr<Self> create(Creator& creator, SVGElement* contextElement) argument
45 return adoptRef(new Self(creator, contextElement));
65 SVGAnimatedPropertyTearOff(Creator& creator, SVGElement* contextElement) argument
67 , m_contextElement(contextElement)
149 void synchronize(SVGElement* contextElement) \
153 SVGAnimatedPropertySynchronizer<IsDerivedFromSVGElement<OwnerType>::value>::synchronize(contextElement, DOMAttribute, value); \
183 SVGElement* contextElement = GetOwnerElementForType<OwnerType, IsDerivedFromSVGElement<OwnerType>::value>::ownerElement(this); \
184 contextElement->setSynchronizedSVGAttributes(false); \
190 SVGElement* contextElement = GetOwnerElementForType<OwnerType, IsDerivedFromSVGElement<OwnerType>::value>::ownerElement(this); \
191 contextElement
[all...]
H A DSVGViewSpec.h55 SVGSVGElement* contextElement() const { return const_cast<SVGSVGElement*>(m_contextElement); } function in class:WebCore::SVGViewSpec
H A DSVGAnimatedPropertySynchronizer.h46 SVGElement* context = type->contextElement();
H A DSVGViewSpec.cpp34 SVGViewSpec::SVGViewSpec(const SVGSVGElement* contextElement) argument
37 , m_contextElement(contextElement)
/external/webkit/WebKit/qt/Api/
H A Dqwebelement.h167 QWebElementCollection(const QWebElement &contextElement, const QString &query);
H A Dqwebelement.cpp1535 Constructs a collection of elements from the list of child elements of \a contextElement that
1538 QWebElementCollection::QWebElementCollection(const QWebElement &contextElement, const QString &query) argument
1540 d = QExplicitlySharedDataPointer<QWebElementCollectionPrivate>(QWebElementCollectionPrivate::create(contextElement.m_element, query));

Completed in 64 milliseconds