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

  /external/chromium_org/cc/test/
fake_proxy.cc 35 bool FakeProxy::SupportsImplScrolling() const { return false; }
fake_proxy.h 44 virtual bool SupportsImplScrolling() const OVERRIDE;
  /external/chromium_org/cc/trees/
proxy.h 101 virtual bool SupportsImplScrolling() const = 0;
single_thread_proxy.h 55 virtual bool SupportsImplScrolling() const OVERRIDE;
thread_proxy.h 173 virtual bool SupportsImplScrolling() const OVERRIDE;
single_thread_proxy.cc 475 bool SingleThreadProxy::SupportsImplScrolling() const {
layer_tree_host.cc 158 proxy_->SupportsImplScrolling());
    [all...]
layer_tree_host_unittest_animation.cc     [all...]
thread_proxy.cc 654 bool ThreadProxy::SupportsImplScrolling() const {
    [all...]
layer_tree_host_impl.cc 269 proxy_->SupportsImplScrolling());
    [all...]

Completed in 372 milliseconds