Searched refs:eventBaseFor (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/svg/animation/
H A DSVGSMILElement.h156 Element* eventBaseFor(const Condition&) const;
H A DSVGSMILElement.cpp428 inline Element* SVGSMILElement::eventBaseFor(const Condition& condition) const function in class:WebCore::SVGSMILElement
442 Element* eventBase = eventBaseFor(condition);
474 // no guarantee that eventBaseFor() will be able to find our condition's
477 Element* eventBase = eventBaseFor(condition);

Completed in 85 milliseconds