Searched defs:WKWindowBounceAnimationContextRef (Results 1 - 1 of 1) sorted by relevance

/external/webkit/WebKitLibraries/
H A DWebKitSystemInterface.h335 typedef struct __WKWindowBounceAnimationContext *WKWindowBounceAnimationContextRef; typedef in typeref:struct:__WKWindowBounceAnimationContext
337 WKWindowBounceAnimationContextRef WKWindowBounceAnimationContextCreate(NSWindow *window);
338 void WKWindowBounceAnimationContextDestroy(WKWindowBounceAnimationContextRef context);
339 void WKWindowBounceAnimationSetAnimationProgress(WKWindowBounceAnimationContextRef context, double animationProgress);

Completed in 44 milliseconds