HomeSort by relevance Sort by last modified time
    Searched defs:correspondingElement (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/svg/
SVGElementInstance.h 58 SVGElement* correspondingElement() const { return m_element.get(); }
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(), input)
    [all...]
SVGUseElement.cpp 252 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();
302 ASSERT(correspondingElement);
304 if (!correspondingElement->hasTagName(SVGNames::useTag))
317 SVGUseElement* useElement = static_cast<SVGUseElement*>(correspondingElement);
    [all...]

Completed in 2481 milliseconds