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

  /external/chromium_org/cc/input/
layer_scroll_offset_delegate.h 39 virtual bool IsExternalFlingActive() const = 0;
  /external/chromium_org/content/public/browser/android/
synchronous_compositor_client.h 32 virtual bool IsExternalFlingActive() const = 0;
  /external/chromium_org/content/browser/android/in_process/
synchronous_compositor_impl.h 79 virtual bool IsExternalFlingActive() const OVERRIDE;
synchronous_compositor_impl.cc 452 bool SynchronousCompositorImpl::IsExternalFlingActive() const {
455 return compositor_client_->IsExternalFlingActive();
  /external/chromium_org/android_webview/browser/
in_process_view_renderer.h 88 virtual bool IsExternalFlingActive() const OVERRIDE;
in_process_view_renderer.cc 857 bool InProcessViewRenderer::IsExternalFlingActive() const {
    [all...]
  /external/chromium_org/cc/layers/
layer_impl.h 312 bool IsExternalFlingActive() const;
layer_impl.cc 878 bool LayerImpl::IsExternalFlingActive() const {
880 scroll_offset_delegate_->IsExternalFlingActive();
    [all...]
layer_impl_unittest.cc 399 virtual bool IsExternalFlingActive() const OVERRIDE { return false; }
456 virtual bool IsExternalFlingActive() const OVERRIDE { return false; }
  /external/chromium_org/cc/trees/
layer_tree_host_impl.cc     [all...]
layer_tree_host_impl_unittest.cc     [all...]

Completed in 1247 milliseconds