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

  /external/webkit/WebCore/page/animation/
AnimationController.h 72 static bool supportsAcceleratedAnimationOfProperty(CSSPropertyID);
AnimationController.cpp 546 bool AnimationController::supportsAcceleratedAnimationOfProperty(CSSPropertyID property)
  /external/webkit/WebCore/css/
CSSComputedStyleDeclaration.cpp 673 if (renderer && hasCompositedLayer(renderer) && AnimationController::supportsAcceleratedAnimationOfProperty(static_cast<CSSPropertyID>(propertyID)))
    [all...]

Completed in 23 milliseconds