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 27 virtual void SetGrayscaleFromAnimation(float grayscale) = 0;
layer.h 383 virtual void SetGrayscaleFromAnimation(float grayscale) OVERRIDE;
layer_animator_unittest.cc 560 delegate.SetGrayscaleFromAnimation(start_grayscale);
638 delegate.SetGrayscaleFromAnimation(start_grayscale);
    [all...]
layer_animation_element_unittest.cc 294 delegate.SetGrayscaleFromAnimation(start);
layer.cc 866 void Layer::SetGrayscaleFromAnimation(float grayscale) {
layer_animation_element.cc 271 delegate->SetGrayscaleFromAnimation(
  /external/chromium_org/ui/compositor/test/
test_layer_animation_delegate.cc 51 void TestLayerAnimationDelegate::SetGrayscaleFromAnimation(float grayscale) {
test_layer_animation_delegate.h 28 virtual void SetGrayscaleFromAnimation(float grayscale) OVERRIDE;

Completed in 45 milliseconds