HomeSort by relevance Sort by last modified time
    Searched refs:scheduleAnimation (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/dom/
ScriptedAnimationController.cpp 61 scheduleAnimation();
74 scheduleAnimation();
128 scheduleAnimation();
131 void ScriptedAnimationController::scheduleAnimation()
137 frameView->scheduleAnimation();
ScriptedAnimationController.h 67 void scheduleAnimation();
  /external/chromium_org/third_party/WebKit/Source/core/platform/
HostWindow.h 66 virtual void scheduleAnimation() = 0;
ScrollableArea.h 175 virtual bool scheduleAnimation() { return false; }
ScrollAnimatorNone.cpp 516 if (scrollableArea()->scheduleAnimation())
  /external/chromium_org/third_party/WebKit/Source/core/animation/
DocumentTimeline.cpp 58 m_document->view()->scheduleAnimation();
73 m_document->view()->scheduleAnimation();
  /external/chromium_org/third_party/WebKit/public/web/
WebWidgetClient.h 101 virtual void scheduleAnimation() { }
  /external/chromium_org/third_party/WebKit/Source/core/page/
Chrome.h 72 virtual void scheduleAnimation() OVERRIDE;
ChromeClient.h 159 virtual void scheduleAnimation() = 0;
Chrome.cpp 385 void Chrome::scheduleAnimation()
387 m_client->scheduleAnimation();
FrameView.h 74 virtual bool scheduleAnimation();
  /external/chromium_org/third_party/WebKit/Source/web/
WebPopupMenuImpl.h 115 virtual void scheduleAnimation() OVERRIDE;
WebPagePopupImpl.cpp 114 virtual void scheduleAnimation() OVERRIDE
116 m_popup->widgetClient()->scheduleAnimation();
ChromeClientImpl.h 115 virtual void scheduleAnimation();
LinkHighlight.cpp 281 m_owningWebViewImpl->scheduleAnimation();
WebPopupMenuImpl.cpp 352 void WebPopupMenuImpl::scheduleAnimation()
ChromeClientImpl.cpp 494 void ChromeClientImpl::scheduleAnimation()
496 m_webView->scheduleAnimation();
    [all...]
WebViewImpl.cpp 677 scheduleAnimation();
823 scheduleAnimation();
    [all...]
WebViewImpl.h 504 void scheduleAnimation();
    [all...]
  /external/chromium_org/third_party/WebKit/public/testing/
WebTestProxy.h 152 void scheduleAnimation();
286 virtual void scheduleAnimation()
288 WebTestProxyBase::scheduleAnimation();
  /frameworks/base/core/java/android/animation/
ValueAnimator.java 585 scheduleAnimation();
652 scheduleAnimation();
663 private void scheduleAnimation() {
    [all...]
  /external/chromium_org/content/renderer/
render_widget.h 135 virtual void scheduleAnimation();
  /external/chromium_org/third_party/WebKit/Source/core/loader/
EmptyClients.h 134 virtual void scheduleAnimation() OVERRIDE { }
  /external/chromium_org/content/renderer/gpu/
render_widget_compositor.cc 467 widget_->scheduleAnimation();
  /external/chromium_org/third_party/WebKit/Source/core/page/animation/
AnimationController.cpp 156 m_frame->document()->view()->scheduleAnimation();

Completed in 1326 milliseconds

1 2