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

  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundleFramePrivate.h 45 WK_EXPORT bool WKBundleFramePauseAnimationOnElementWithId(WKBundleFrameRef frame, WKStringRef name, WKStringRef elementID, double time);
WKBundleFrame.cpp 92 bool WKBundleFramePauseAnimationOnElementWithId(WKBundleFrameRef frameRef, WKStringRef name, WKStringRef elementID, double time)
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/
LayoutTestController.cpp 169 return WKBundleFramePauseAnimationOnElementWithId(mainFrame, toWK(animationName).get(), toWK(elementId).get(), time);

Completed in 499 milliseconds