Searched defs:ScopedLayerAnimationSettings (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/compositor/
H A Dscoped_layer_animation_settings.h27 class COMPOSITOR_EXPORT ScopedLayerAnimationSettings { class in namespace:ui
29 explicit ScopedLayerAnimationSettings(scoped_refptr<LayerAnimator> animator);
30 virtual ~ScopedLayerAnimationSettings();
39 // ScopedLayerAnimationSettings object that has locked the duration goes out
66 DISALLOW_COPY_AND_ASSIGN(ScopedLayerAnimationSettings);
H A Dscoped_layer_animation_settings.cc42 << "Must set base layer with ScopedLayerAnimationSettings::"
80 // ScopedLayerAnimationSettings ------------------------------------------------
81 ScopedLayerAnimationSettings::ScopedLayerAnimationSettings( function in class:ui::ScopedLayerAnimationSettings
94 ScopedLayerAnimationSettings::~ScopedLayerAnimationSettings() {
112 void ScopedLayerAnimationSettings::AddObserver(
118 void ScopedLayerAnimationSettings::SetTransitionDuration(
123 void ScopedLayerAnimationSettings::LockTransitionDuration() {
127 base::TimeDelta ScopedLayerAnimationSettings
[all...]

Completed in 72 milliseconds