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

  /external/chromium_org/cc/input/
layer_scroll_offset_delegate.h 46 virtual bool IsExternalFlingActive() const = 0;
  /external/chromium_org/content/public/browser/android/
synchronous_compositor_client.h 36 virtual bool IsExternalFlingActive() const = 0;
  /external/chromium_org/content/browser/android/in_process/
synchronous_compositor_impl.h 84 virtual bool IsExternalFlingActive() const OVERRIDE;
synchronous_compositor_impl.cc 258 bool SynchronousCompositorImpl::IsExternalFlingActive() const {
261 return compositor_client_->IsExternalFlingActive();
  /external/chromium_org/android_webview/browser/
browser_view_renderer.h 134 virtual bool IsExternalFlingActive() const OVERRIDE;
browser_view_renderer.cc 607 bool BrowserViewRenderer::IsExternalFlingActive() const {
  /external/chromium_org/cc/layers/
layer_impl.h 75 virtual bool IsExternalFlingActive() const = 0;
362 bool IsExternalFlingActive() const;
layer_impl_unittest.cc 493 virtual bool IsExternalFlingActive() const OVERRIDE { return false; }
544 virtual bool IsExternalFlingActive() const OVERRIDE { return false; }
layer_impl.cc     [all...]
  /external/chromium_org/cc/trees/
layer_tree_impl.cc 58 virtual bool IsExternalFlingActive() const OVERRIDE {
59 return delegate_->IsExternalFlingActive();
    [all...]
layer_tree_host_impl.cc     [all...]
layer_tree_host_impl_unittest.cc     [all...]

Completed in 540 milliseconds