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

  /external/webkit/Source/WebCore/platform/graphics/ca/
PlatformCAAnimation.h 103 void setRemovedOnCompletion(bool);
GraphicsLayerCA.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/ca/mac/
PlatformCAAnimationMac.mm 192 animation->setRemovedOnCompletion(isRemovedOnCompletion());
323 void PlatformCAAnimation::setRemovedOnCompletion(bool value)
325 [m_animation.get() setRemovedOnCompletion:value];
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCAAnimationWin.cpp 183 animation->setRemovedOnCompletion(isRemovedOnCompletion());
305 void PlatformCAAnimation::setRemovedOnCompletion(bool value)
  /external/webkit/Source/WebKit/mac/WebView/
WebFullScreenController.mm 617 [zoomAnimation setRemovedOnCompletion:NO];
    [all...]

Completed in 448 milliseconds