Searched refs:scheduleAnimation (Results 1 - 25 of 33) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/platform/
H A DHostWindow.h54 virtual void scheduleAnimation() = 0;
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
H A DSVGImageChromeClient.h48 virtual void scheduleAnimation() OVERRIDE;
H A DSVGImageChromeClient.cpp65 void SVGImageChromeClient::scheduleAnimation() function in class:blink::SVGImageChromeClient
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DProgrammaticScrollAnimator.cpp44 if (!m_scrollableArea->scheduleAnimation()) {
67 } else if (!m_scrollableArea->scheduleAnimation()) {
H A DScrollableArea.cpp420 bool ScrollableArea::scheduleAnimation() function in class:blink::ScrollableArea
423 window->scheduleAnimation();
H A DScrollableArea.h193 bool scheduleAnimation();
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DDocumentAnimations.cpp93 document.view()->scheduleAnimation();
H A DCompositorPendingAnimations.cpp50 document->view()->scheduleAnimation();
H A DAnimationTimeline.cpp161 m_timeline->m_document->view()->scheduleAnimation();
/external/chromium_org/third_party/WebKit/public/web/
H A DWebWidgetClient.h94 virtual void scheduleAnimation() { } function in class:blink::WebWidgetClient
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPageAnimator.cpp74 m_page->chrome().scheduleAnimation();
H A DChrome.h69 virtual void scheduleAnimation() OVERRIDE;
H A DAutoscrollController.cpp255 m_page.chrome().scheduleAnimation();
260 m_page.chrome().scheduleAnimation();
H A DChrome.cpp367 void Chrome::scheduleAnimation() function in class:blink::Chrome
370 m_client->scheduleAnimation();
H A DChromeClient.h143 virtual void scheduleAnimation() = 0;
/external/chromium_org/components/plugins/renderer/
H A Dwebview_plugin.h127 virtual void scheduleAnimation();
H A Dwebview_plugin.cc237 void WebViewPlugin::scheduleAnimation() { function in class:WebViewPlugin
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebPopupMenuImpl.h117 virtual void scheduleAnimation() OVERRIDE FINAL;
H A DWebPagePopupImpl.cpp115 virtual void scheduleAnimation() OVERRIDE
122 m_popup->widgetClient()->scheduleAnimation();
H A DChromeClientImpl.h117 virtual void scheduleAnimation() OVERRIDE;
H A DWebPopupMenuImpl.cpp383 void WebPopupMenuImpl::scheduleAnimation() function in class:blink::WebPopupMenuImpl
H A DChromeClientImpl.cpp497 void ChromeClientImpl::scheduleAnimation() function in class:blink::ChromeClientImpl
499 m_webView->scheduleAnimation();
H A DLinkHighlight.cpp291 m_owningWebViewImpl->scheduleAnimation();
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DScriptedAnimationController.cpp239 frameView->scheduleAnimation();
/external/chromium_org/content/shell/renderer/test_runner/
H A Dweb_test_proxy.h316 virtual void scheduleAnimation() { WebTestProxyBase::ScheduleAnimation(); } function in class:content::WebTestProxy

Completed in 553 milliseconds

12