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

  /external/webkit/Source/WebKit/chromium/public/
WebAnimationController.h 46 virtual bool pauseAnimationAtTime(WebElement&,
  /external/webkit/Source/WebKit/chromium/src/
WebAnimationControllerImpl.h 48 virtual bool pauseAnimationAtTime(WebElement&,
WebAnimationControllerImpl.cpp 58 bool WebAnimationControllerImpl::pauseAnimationAtTime(WebElement& element,
65 return controller->pauseAnimationAtTime(PassRefPtr<Element>(element)->renderer(),
  /external/webkit/Source/WebCore/page/animation/
AnimationController.h 59 bool pauseAnimationAtTime(RenderObject*, const String& name, double t); // To be used only for testing
CompositeAnimation.h 80 bool pauseAnimationAtTime(const AtomicString& name, double t);
AnimationControllerPrivate.h 81 bool pauseAnimationAtTime(RenderObject*, const String& name, double t);
AnimationController.cpp 280 bool AnimationControllerPrivate::pauseAnimationAtTime(RenderObject* renderer, const String& name, double t)
289 if (compAnim->pauseAnimationAtTime(name, t)) {
523 bool AnimationController::pauseAnimationAtTime(RenderObject* renderer, const String& name, double t)
525 return m_data->pauseAnimationAtTime(renderer, name, t);
CompositeAnimation.cpp 500 bool CompositeAnimation::pauseAnimationAtTime(const AtomicString& name, double t)
  /external/chromium/webkit/glue/
dom_operations.cc 257 return controller->pauseAnimationAtTime(element,
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
DumpRenderTreeSupportGtk.cpp 379 return core(frame)->animation()->pauseAnimationAtTime(coreElement->renderer(), AtomicString(name), time);
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebFrame.cpp 404 return controller->pauseAnimationAtTime(coreNode->renderer(), animationName, time);
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
DumpRenderTreeSupportQt.cpp 272 return controller->pauseAnimationAtTime(coreNode->renderer(), animationName, time);
    [all...]
  /external/webkit/Tools/DumpRenderTree/chromium/
LayoutTestController.cpp     [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebFrame.mm     [all...]
  /external/webkit/Source/WebKit/win/
WebFrame.cpp 1216 *animationWasRunning = controller->pauseAnimationAtTime(domNode->node()->renderer(), String(animationName, SysStringLen(animationName)), secondsFromNow);
    [all...]

Completed in 350 milliseconds