currentTimeWithoutLag 104 Source/core/animation/AnimationPlayer.cpp double time = currentTimeWithoutLag(); currentTimeWithoutLag 120 Source/core/animation/AnimationPlayer.cpp m_storedTimeLag = currentTimeWithoutLag() - newCurrentTime; currentTimeWithoutLag 96 Source/core/animation/AnimationPlayer.h double timeLag() { return currentTimeWithoutLag() - currentTime(); } currentTimeWithoutLag 135 Source/core/animation/AnimationPlayer.h double currentTimeWithoutLag() const;