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

  /external/chromium_org/cc/animation/
layer_animation_controller.h 100 value_provider_ = provider;
104 if (value_provider_ == provider)
105 value_provider_ = NULL;
168 LayerAnimationValueProvider* value_provider_; member in class:cc::LayerAnimationController
layer_animation_controller.cc 28 value_provider_(NULL),
435 if (controller_impl->value_provider_) {
437 controller_impl->value_provider_->ScrollOffsetForAnimation();
441 current_scroll_offset = value_provider_->ScrollOffsetForAnimation();

Completed in 34 milliseconds