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

  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebFrame.h 109 bool pauseAnimationOnElementWithId(const String& animationName, const String& elementID, double time);
WebFrame.cpp 388 bool WebFrame::pauseAnimationOnElementWithId(const String& animationName, const String& elementID, double time)
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundleFrame.cpp 94 return toImpl(frameRef)->pauseAnimationOnElementWithId(toImpl(name)->string(), toImpl(elementID)->string(), time);

Completed in 374 milliseconds