HomeSort by relevance Sort by last modified time
    Searched defs:ScopedLayerAnimationSettings (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/compositor/
scoped_layer_animation_settings.h 27 class COMPOSITOR_EXPORT ScopedLayerAnimationSettings {
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);
scoped_layer_animation_settings.cc 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
    [all...]

Completed in 94 milliseconds