Home | History | Annotate | Download | only in compositor

Lines Matching defs:ScopedLayerAnimationSettings

42         << "Must set base layer with ScopedLayerAnimationSettings::"
80 // ScopedLayerAnimationSettings ------------------------------------------------
81 ScopedLayerAnimationSettings::ScopedLayerAnimationSettings(
94 ScopedLayerAnimationSettings::~ScopedLayerAnimationSettings() {
112 void ScopedLayerAnimationSettings::AddObserver(
118 void ScopedLayerAnimationSettings::SetTransitionDuration(
123 void ScopedLayerAnimationSettings::LockTransitionDuration() {
127 base::TimeDelta ScopedLayerAnimationSettings::GetTransitionDuration() const {
131 void ScopedLayerAnimationSettings::SetTweenType(gfx::Tween::Type tween_type) {
135 gfx::Tween::Type ScopedLayerAnimationSettings::GetTweenType() const {
139 void ScopedLayerAnimationSettings::SetPreemptionStrategy(
145 ScopedLayerAnimationSettings::GetPreemptionStrategy() const {
149 void ScopedLayerAnimationSettings::SetInverselyAnimatedBaseLayer(Layer* base) {
158 void ScopedLayerAnimationSettings::AddInverselyAnimatedLayer(