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

  /external/chromium_org/ui/compositor/test/
test_layer_animation_delegate.cc 102 TestLayerAnimationDelegate::GetLayerAnimatorCollection() {
  /external/chromium_org/ui/compositor/
layer_animator.cc 115 LayerAnimatorCollection* collection = GetLayerAnimatorCollection();
121 LayerAnimatorCollection* collection = GetLayerAnimatorCollection();
181 LayerAnimatorCollection* collection = GetLayerAnimatorCollection();
438 LayerAnimatorCollection* collection = GetLayerAnimatorCollection();
768 LayerAnimatorCollection* collection = GetLayerAnimatorCollection();
851 LayerAnimatorCollection* LayerAnimator::GetLayerAnimatorCollection() {
852 return delegate_ ? delegate_->GetLayerAnimatorCollection() : NULL;
layer.cc 169 LayerAnimatorCollection* collection = GetLayerAnimatorCollection();
180 LayerAnimatorCollection* collection = GetLayerAnimatorCollection();
958 LayerAnimatorCollection* Layer::GetLayerAnimatorCollection() {

Completed in 310 milliseconds