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

  /external/chromium_org/cc/trees/
thread_proxy.h 97 struct CompositorThreadOnly {
98 CompositorThreadOnly(ThreadProxy* proxy, int layer_tree_host_id);
99 ~CompositorThreadOnly();
147 const CompositorThreadOnly& impl() const;
293 CompositorThreadOnly compositor_thread_vars_unsafe_;
294 CompositorThreadOnly& impl();
layer_tree_host_unittest_proxy.cc 97 const ThreadProxy::CompositorThreadOnly& ThreadProxyImplOnly() const {
thread_proxy.cc 108 ThreadProxy::CompositorThreadOnly::CompositorThreadOnly(ThreadProxy* proxy,
127 ThreadProxy::CompositorThreadOnly::~CompositorThreadOnly() {}
581 ThreadProxy::CompositorThreadOnly& ThreadProxy::impl() {
586 const ThreadProxy::CompositorThreadOnly& ThreadProxy::impl() const {
    [all...]

Completed in 93 milliseconds