Searched refs:IsExternalFlingActive (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/cc/input/
H A Dlayer_scroll_offset_delegate.h46 virtual bool IsExternalFlingActive() const = 0;
/external/chromium_org/content/public/browser/android/
H A Dsynchronous_compositor_client.h36 virtual bool IsExternalFlingActive() const = 0;
/external/chromium_org/content/browser/android/in_process/
H A Dsynchronous_compositor_impl.h84 virtual bool IsExternalFlingActive() const OVERRIDE;
H A Dsynchronous_compositor_impl.cc258 bool SynchronousCompositorImpl::IsExternalFlingActive() const { function in class:content::SynchronousCompositorImpl
261 return compositor_client_->IsExternalFlingActive();
/external/chromium_org/android_webview/browser/
H A Dbrowser_view_renderer.h134 virtual bool IsExternalFlingActive() const OVERRIDE;
H A Dbrowser_view_renderer.cc607 bool BrowserViewRenderer::IsExternalFlingActive() const { function in class:android_webview::BrowserViewRenderer
/external/chromium_org/cc/layers/
H A Dlayer_impl.h75 virtual bool IsExternalFlingActive() const = 0;
362 bool IsExternalFlingActive() const;
H A Dlayer_impl_unittest.cc493 virtual bool IsExternalFlingActive() const OVERRIDE { return false; }
544 virtual bool IsExternalFlingActive() const OVERRIDE { return false; }
H A Dlayer_impl.cc1064 bool LayerImpl::IsExternalFlingActive() const { function in class:cc::LayerImpl
1066 scroll_offset_delegate_->IsExternalFlingActive();
/external/chromium_org/cc/trees/
H A Dlayer_tree_impl.cc58 virtual bool IsExternalFlingActive() const OVERRIDE {
59 return delegate_->IsExternalFlingActive();
H A Dlayer_tree_host_impl.cc1690 InnerViewportScrollLayer()->IsExternalFlingActive()) ||
1692 OuterViewportScrollLayer()->IsExternalFlingActive());
H A Dlayer_tree_host_impl_unittest.cc3050 virtual bool IsExternalFlingActive() const OVERRIDE { return false; }

Completed in 275 milliseconds