HomeSort by relevance Sort by last modified time
    Searched defs:scheduleAnimation (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/page/
Chrome.cpp 384 void Chrome::scheduleAnimation()
386 m_client->scheduleAnimation();
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollableArea.h 172 virtual bool scheduleAnimation() { return false; }
  /external/chromium_org/third_party/WebKit/Source/web/
WebPopupMenuImpl.cpp 353 void WebPopupMenuImpl::scheduleAnimation()
ChromeClientImpl.cpp 496 void ChromeClientImpl::scheduleAnimation()
498 m_webView->scheduleAnimation();
    [all...]
WebViewImpl.cpp 672 scheduleAnimation();
    [all...]
  /external/chromium_org/third_party/WebKit/public/web/
WebWidgetClient.h 102 virtual void scheduleAnimation() { }
105 // when scheduleAnimation (or possibly some other cause for another frame)
  /external/chromium_org/third_party/WebKit/public/testing/
WebTestProxy.h 163 void scheduleAnimation();
297 virtual void scheduleAnimation()
299 WebTestProxyBase::scheduleAnimation();
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
WebTestProxy.cpp 749 void WebTestProxyBase::scheduleAnimation()
    [all...]
  /frameworks/base/core/java/android/animation/
ValueAnimator.java 585 scheduleAnimation();
652 scheduleAnimation();
663 private void scheduleAnimation() {
    [all...]
  /external/chromium_org/content/renderer/
render_widget.cc     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp 449 bool FrameView::scheduleAnimation()
452 window->scheduleAnimation();
    [all...]

Completed in 512 milliseconds