Home
last modified time | relevance | path

Searched defs:timeToEffectChange (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/
DTimedItem.h79 double timeToEffectChange() const { return ensureCalculated().timeToEffectChange; } in timeToEffectChange() function
136 double timeToEffectChange; member
DPlayer.cpp125 bool Player::update(double* timeToEffectChange, bool* didTriggerStyleRecalc) in update()
DPlayerTest.cpp59 bool updateTimeline(double time, double* timeToEffectChange = 0) in updateTimeline()