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

  /external/chromium_org/content/browser/android/in_process/
synchronous_compositor_impl.cc 452 bool SynchronousCompositorImpl::IsExternalFlingActive() const {
455 return compositor_client_->IsExternalFlingActive();
  /external/chromium_org/android_webview/browser/
in_process_view_renderer.cc 857 bool InProcessViewRenderer::IsExternalFlingActive() const {
    [all...]
  /external/chromium_org/cc/layers/
layer_impl.cc 878 bool LayerImpl::IsExternalFlingActive() const {
880 scroll_offset_delegate_->IsExternalFlingActive();
    [all...]

Completed in 65 milliseconds