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 241 bool SynchronousCompositorImpl::IsExternalFlingActive() const {
244 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 922 bool InProcessViewRenderer::IsExternalFlingActive() const {
    [all...]
  /external/chromium_org/cc/layers/
layer_impl.h 380 bool IsExternalFlingActive() const;
layer_impl_unittest.cc 398 virtual bool IsExternalFlingActive() const OVERRIDE { return false; }
455 virtual bool IsExternalFlingActive() const OVERRIDE { return false; }
layer_impl.cc     [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_impl.cc     [all...]
layer_tree_host_impl_unittest.cc     [all...]

Completed in 2437 milliseconds