Home
last modified time | relevance | path

Searched refs:isSVGSMILElement (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAElement.cpp124 if (targetElement && isSVGSMILElement(*targetElement)) { in defaultEventHandler()
/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
DSVGSMILElement.h278 inline bool isSVGSMILElement(const SVGElement& element) in isSVGSMILElement() function
DSVGSMILElement.cpp609 if (!element || !isSVGSMILElement(*element)) { in connectSyncBaseConditions()