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

  /external/chromium_org/third_party/WebKit/Source/core/frame/animation/
AnimationBase.cpp 401 bool pause = playState == AnimPlayStatePaused;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyleConstants.h 337 AnimPlayStatePaused = 0x1
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
CSSToStyleMap.cpp 432 EAnimPlayState playState = (primitiveValue->getValueID() == CSSValuePaused) ? AnimPlayStatePaused : AnimPlayStatePlaying;
  /external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSAnimations.cpp 327 isPaused = animationData->isPlayStateSet() && animationData->playState() == AnimPlayStatePaused;
394 if ((animationData->playState() == AnimPlayStatePaused) != isFirstPlayerPaused)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp     [all...]

Completed in 717 milliseconds