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.h86 virtual bool IsExternalFlingActive() const OVERRIDE;
H A Dsynchronous_compositor_impl.cc266 bool SynchronousCompositorImpl::IsExternalFlingActive() const { function in class:content::SynchronousCompositorImpl
269 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.cc648 bool BrowserViewRenderer::IsExternalFlingActive() const { function in class:android_webview::BrowserViewRenderer
/external/chromium_org/cc/layers/
H A Dlayer_impl.h82 virtual bool IsExternalFlingActive() const = 0;
378 bool IsExternalFlingActive() const;
H A Dlayer_impl_unittest.cc501 virtual bool IsExternalFlingActive() const OVERRIDE { return false; }
552 virtual bool IsExternalFlingActive() const OVERRIDE { return false; }
H A Dlayer_impl.cc1081 bool LayerImpl::IsExternalFlingActive() const { function in class:cc::LayerImpl
1083 scroll_offset_delegate_->IsExternalFlingActive();
/external/chromium_org/cc/trees/
H A Dlayer_tree_impl.cc61 virtual bool IsExternalFlingActive() const OVERRIDE {
62 return delegate_->IsExternalFlingActive();
H A Dlayer_tree_host_impl.cc1700 InnerViewportScrollLayer()->IsExternalFlingActive()) ||
1702 OuterViewportScrollLayer()->IsExternalFlingActive());
H A Dlayer_tree_host_impl_unittest.cc3304 virtual bool IsExternalFlingActive() const OVERRIDE { return false; }

Completed in 199 milliseconds