Searched defs:correspondingElement (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/svg/
H A DSVGElementInstance.h58 SVGElement* correspondingElement() const { return m_element.get(); } function in class:WebCore::SVGElementInstance
85 DEFINE_FORWARDING_ATTRIBUTE_EVENT_LISTENER(correspondingElement(), abort);
86 DEFINE_FORWARDING_ATTRIBUTE_EVENT_LISTENER(correspondingElement(), blur);
87 DEFINE_FORWARDING_ATTRIBUTE_EVENT_LISTENER(correspondingElement(), change);
88 DEFINE_FORWARDING_ATTRIBUTE_EVENT_LISTENER(correspondingElement(), click);
89 DEFINE_FORWARDING_ATTRIBUTE_EVENT_LISTENER(correspondingElement(), contextmenu);
90 DEFINE_FORWARDING_ATTRIBUTE_EVENT_LISTENER(correspondingElement(), dblclick);
91 DEFINE_FORWARDING_ATTRIBUTE_EVENT_LISTENER(correspondingElement(), error);
92 DEFINE_FORWARDING_ATTRIBUTE_EVENT_LISTENER(correspondingElement(), focus);
93 DEFINE_FORWARDING_ATTRIBUTE_EVENT_LISTENER(correspondingElement(), inpu
[all...]
H A DSVGUseElement.cpp252 SVGElement* correspondingElement = targetInstance->correspondingElement();
253 ASSERT(correspondingElement);
255 bool isSymbolTag = correspondingElement->hasTagName(SVGNames::symbolTag);
256 if (!correspondingElement->hasTagName(SVGNames::svgTag) && !isSymbolTag)
301 SVGElement* correspondingElement = targetInstance->correspondingElement(); local
302 ASSERT(correspondingElement);
304 if (!correspondingElement->hasTagName(SVGNames::useTag))
317 SVGUseElement* useElement = static_cast<SVGUseElement*>(correspondingElement);
[all...]

Completed in 421 milliseconds