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

  /external/webkit/Source/WebKit/mac/WebView/
WebWindowAnimation.h 32 NSAnimation *_subAnimation; // (retain)
WebWindowAnimation.m 83 [_subAnimation release];
120 [_subAnimation setCurrentProgress:progress];
125 id oldAnimation = _subAnimation;
126 _subAnimation = [animation retain];
165 [_subAnimation stopAnimation];

Completed in 37 milliseconds