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

/external/webkit/WebCore/svg/animation/
H A DSVGSMILElement.h123 enum Type { EventBase, Syncbase, AccessKey }; enumerator in enum:WebCore::SVGSMILElement::Condition::Type
H A DSVGSMILElement.cpp302 type = Condition::EventBase;
311 type = Condition::EventBase;
315 if (type == Condition::EventBase && beginOrEnd == End)
404 if (condition.m_type == Condition::EventBase) {
431 if (condition.m_type == Condition::EventBase) {

Completed in 13 milliseconds