Home
last modified time | relevance | path

Searched refs:IsExternalFlingActive (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/cc/input/
Dlayer_scroll_offset_delegate.h39 virtual bool IsExternalFlingActive() const = 0;
/external/chromium_org/content/public/browser/android/
Dsynchronous_compositor_client.h32 virtual bool IsExternalFlingActive() const = 0;
/external/chromium_org/content/browser/android/in_process/
Dsynchronous_compositor_impl.cc241 bool SynchronousCompositorImpl::IsExternalFlingActive() const { in IsExternalFlingActive() function in content::SynchronousCompositorImpl
244 return compositor_client_->IsExternalFlingActive(); in IsExternalFlingActive()
Dsynchronous_compositor_impl.h79 virtual bool IsExternalFlingActive() const OVERRIDE;
/external/chromium_org/android_webview/browser/
Din_process_view_renderer.h88 virtual bool IsExternalFlingActive() const OVERRIDE;
Din_process_view_renderer.cc922 bool InProcessViewRenderer::IsExternalFlingActive() const { in IsExternalFlingActive() function in android_webview::InProcessViewRenderer
/external/chromium_org/cc/layers/
Dlayer_impl_unittest.cc398 virtual bool IsExternalFlingActive() const OVERRIDE { return false; } in IsExternalFlingActive() function in cc::__anon805ed14a0111::ScrollDelegateIgnore
455 virtual bool IsExternalFlingActive() const OVERRIDE { return false; } in IsExternalFlingActive() function in cc::__anon805ed14a0111::ScrollDelegateAccept
Dlayer_impl.h380 bool IsExternalFlingActive() const;
Dlayer_impl.cc1047 bool LayerImpl::IsExternalFlingActive() const { in IsExternalFlingActive() function in cc::LayerImpl
1049 scroll_offset_delegate_->IsExternalFlingActive(); in IsExternalFlingActive()
/external/chromium_org/cc/trees/
Dlayer_tree_host_impl.cc1526 (RootScrollLayer() && RootScrollLayer()->IsExternalFlingActive()); in IsCurrentlyScrolling()
Dlayer_tree_host_impl_unittest.cc2472 virtual bool IsExternalFlingActive() const OVERRIDE { return false; } in IsExternalFlingActive() function in cc::__anon6fab67090111::TestScrollOffsetDelegate