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

  /external/chromium_org/ui/chromeos/network/
network_icon_animation.h 28 double GetAnimation();
network_icon_animation.cc 33 double NetworkIconAnimation::GetAnimation() {
network_icon.cc 531 double animation = NetworkIconAnimation::GetInstance()->GetAnimation();
552 double animation = NetworkIconAnimation::GetInstance()->GetAnimation();
    [all...]
  /external/chromium_org/cc/animation/
layer_animation_controller_unittest.cc 52 EXPECT_FALSE(controller_impl->GetAnimation(Animation::Opacity));
59 int group_id = controller->GetAnimation(Animation::Opacity)->group();
65 EXPECT_TRUE(controller_impl->GetAnimation(group_id, Animation::Opacity));
67 controller_impl->GetAnimation(group_id,
83 EXPECT_FALSE(controller_impl->GetAnimation(Animation::Opacity));
86 int group_id = controller->GetAnimation(Animation::Opacity)->group();
91 EXPECT_TRUE(controller_impl->GetAnimation(group_id, Animation::Opacity));
93 controller_impl->GetAnimation(group_id,
103 EXPECT_EQ(controller->GetAnimation(group_id,
105 controller_impl->GetAnimation(group_id
    [all...]
layer_animation_controller.h 69 Animation* GetAnimation(int group_id,
74 Animation* GetAnimation(Animation::TargetProperty target_property) const;
layer_animation_controller.cc 258 Animation* LayerAnimationController::GetAnimation(
268 Animation* LayerAnimationController::GetAnimation(
537 if (controller_impl->GetAnimation(animations_[i]->group(),
582 return !main_thread_controller->GetAnimation(animation->group(),
613 Animation* current_impl = controller_impl->GetAnimation(
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_animation.cc 141 controller_impl->GetAnimation(Animation::Opacity);
160 controller->GetAnimation(Animation::Opacity);
512 controller_impl->GetAnimation(Animation::Opacity);
568 controller->GetAnimation(Animation::Opacity);
584 controller->GetAnimation(Animation::Opacity);
626 controller->GetAnimation(Animation::Opacity);
661 controller_impl->GetAnimation(Animation::Opacity);
    [all...]
layer_tree_host_impl.cc     [all...]
  /external/chromium_org/ash/shelf/
shelf_button.cc 69 double GetAnimation() {
169 double animation = ShelfButtonAnimation::GetInstance()->GetAnimation();
  /external/chromium_org/cc/layers/
layer_impl.cc 922 layer_animation_controller_->GetAnimation(Animation::Filter);
965 layer_animation_controller_->GetAnimation(Animation::Opacity);
    [all...]
layer_unittest.cc 740 impl_layer->layer_animation_controller()->GetAnimation(Animation::Transform)->
781 impl_layer->layer_animation_controller()->GetAnimation(Animation::Opacity)->
817 impl_layer->layer_animation_controller()->GetAnimation(Animation::Filter)->
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tom.h     [all...]

Completed in 309 milliseconds