OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ConditionEventListener
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SVGSMILElement.h
36
class
ConditionEventListener
;
172
RefPtr<
ConditionEventListener
> m_eventListener;
238
friend class
ConditionEventListener
;
SVGSMILElement.cpp
101
class
ConditionEventListener
: public EventListener {
103
static PassRefPtr<
ConditionEventListener
> create(SVGSMILElement* animation, SVGSMILElement::Condition* condition)
105
return adoptRef(new
ConditionEventListener
(animation, condition));
108
static const
ConditionEventListener
* cast(const EventListener* listener)
111
? static_cast<const
ConditionEventListener
*>(listener)
123
ConditionEventListener
(SVGSMILElement* animation, SVGSMILElement::Condition* condition)
136
bool
ConditionEventListener
::operator==(const EventListener& listener)
138
if (const
ConditionEventListener
*
conditionEventListener
=
ConditionEventListener
::cast(&listener)
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimationElement.h
61
class
ConditionEventListener
;
Completed in 413 milliseconds