Lines Matching defs:LayerAnimationSequence

18 LayerAnimationSequence::LayerAnimationSequence()
28 LayerAnimationSequence::LayerAnimationSequence(LayerAnimationElement* element)
39 LayerAnimationSequence::~LayerAnimationSequence() {
45 void LayerAnimationSequence::Start(LayerAnimationDelegate* delegate) {
55 void LayerAnimationSequence::Progress(base::TimeTicks now,
88 base::WeakPtr<LayerAnimationSequence> alive(weak_ptr_factory_.GetWeakPtr());
110 bool LayerAnimationSequence::IsFinished(base::TimeTicks time) {
135 void LayerAnimationSequence::ProgressToEnd(LayerAnimationDelegate* delegate) {
162 void LayerAnimationSequence::GetTargetValue(
171 void LayerAnimationSequence::Abort(LayerAnimationDelegate* delegate) {
182 void LayerAnimationSequence::AddElement(LayerAnimationElement* element) {
187 bool LayerAnimationSequence::HasConflictingProperty(
192 bool LayerAnimationSequence::IsFirstElementThreaded() const {
199 void LayerAnimationSequence::AddObserver(LayerAnimationObserver* observer) {
206 void LayerAnimationSequence::RemoveObserver(LayerAnimationObserver* observer) {
211 void LayerAnimationSequence::OnThreadedAnimationStarted(
225 void LayerAnimationSequence::OnScheduled() {
229 void LayerAnimationSequence::OnAnimatorDestroyed() {
243 size_t LayerAnimationSequence::size() const {
247 LayerAnimationElement* LayerAnimationSequence::FirstElement() const {
255 void LayerAnimationSequence::NotifyScheduled() {
261 void LayerAnimationSequence::NotifyEnded() {
267 void LayerAnimationSequence::NotifyAborted() {
273 LayerAnimationElement* LayerAnimationSequence::CurrentElement() const {