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

  /external/chromium_org/ui/compositor/
layer_animation_delegate.h 25 virtual void SetGrayscaleFromAnimation(float grayscale) = 0;
layer.h 369 virtual void SetGrayscaleFromAnimation(float grayscale) OVERRIDE;
layer_animator_unittest.cc 530 delegate.SetGrayscaleFromAnimation(start_grayscale);
609 delegate.SetGrayscaleFromAnimation(start_grayscale);
    [all...]
layer_animation_element_unittest.cc 231 delegate.SetGrayscaleFromAnimation(start);
layer_animation_element.cc 305 delegate->SetGrayscaleFromAnimation(
layer.cc 806 void Layer::SetGrayscaleFromAnimation(float grayscale) {
  /external/chromium_org/ui/compositor/test/
test_layer_animation_delegate.h 28 virtual void SetGrayscaleFromAnimation(float grayscale) OVERRIDE;
test_layer_animation_delegate.cc 51 void TestLayerAnimationDelegate::SetGrayscaleFromAnimation(float grayscale) {

Completed in 270 milliseconds