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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderProgress.cpp39 , m_animationTimer(this, &RenderProgress::animationTimerFired)
79 void RenderProgress::animationTimerFired(Timer<RenderProgress>*) function in class:blink::RenderProgress
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
H A DSVGImageChromeClient.cpp44 , m_animationTimer(this, &SVGImageChromeClient::animationTimerFired)
82 void SVGImageChromeClient::animationTimerFired(Timer<SVGImageChromeClient>*) function in class:blink::SVGImageChromeClient
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollAnimatorNone.cpp430 animationTimerFired();
460 animationTimerFired();
484 void ScrollAnimatorNone::animationTimerFired() function in class:blink::ScrollAnimatorNone
486 TRACE_EVENT0("blink", "ScrollAnimatorNone::animationTimerFired");

Completed in 1801 milliseconds