HomeSort by relevance Sort by last modified time
    Searched full:correspondingelement (Results 1 - 9 of 9) 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...]
SVGElementInstance.cpp 107 ASSERT((*it)->correspondingElement() == element);
148 // As we're forwarding those calls to the correspondingElement(), no one should ever call this function.
156 // As we're forwarding those calls to the correspondingElement(), no one should ever call this function.
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...]
SVGElementInstance.idl 38 readonly attribute SVGElement correspondingElement;
  /external/webkit/Source/WebCore/bindings/js/
JSSVGElementInstanceCustom.cpp 39 markStack.addOpaqueRoot(root(impl()->correspondingElement()));
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorJS.pm 142 # SVGElementInstances have to create JSEventListeners with the wrapper equal to the correspondingElement
146 JSValue correspondingElementWrapper = toJS(exec, imp->correspondingElement());
169 # SVGElementInstances have to create JSEventListeners with the wrapper equal to the correspondingElement
173 JSValue correspondingElementWrapper = toJS(exec, imp->correspondingElement());
    [all...]
  /external/webkit/Source/WebCore/dom/
Node.cpp     [all...]