HomeSort by relevance Sort by last modified time
    Searched refs:m_eventDelegate (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/animation/
TimedItem.cpp 44 , m_eventDelegate(eventDelegate)
134 if (m_eventDelegate && (m_isFirstSample || previousPhase != phase() || (phase() == PhaseActive && previousIteration != m_calculated.currentIteration)))
135 m_eventDelegate->onEventCondition(this, m_isFirstSample, previousPhase, previousIteration);
TimedItem.h 125 OwnPtr<EventDelegate> m_eventDelegate;
TimedItemTest.cpp 74 m_eventDelegate->reset();
80 TestTimedItemEventDelegate* eventDelegate() { return m_eventDelegate; }
105 , m_eventDelegate(eventDelegate)
109 TestTimedItemEventDelegate* m_eventDelegate;

Completed in 25 milliseconds