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

  /external/chromium_org/cc/trees/
thread_proxy.h 35 class CC_EXPORT ThreadProxy : public Proxy,
45 virtual ~ThreadProxy();
60 MainThreadOnly(ThreadProxy* proxy, int layer_tree_host_id);
80 base::WeakPtrFactory<ThreadProxy> weak_factory;
99 ThreadProxy* proxy,
145 base::WeakPtrFactory<ThreadProxy> weak_factory;
235 ThreadProxy(LayerTreeHost* layer_tree_host,
299 base::WeakPtr<ThreadProxy> main_thread_weak_ptr_;
300 base::WeakPtr<ThreadProxy> impl_thread_weak_ptr_;
302 DISALLOW_COPY_AND_ASSIGN(ThreadProxy);
    [all...]
thread_proxy.cc 43 struct ThreadProxy::SchedulerStateRequest {
48 scoped_ptr<Proxy> ThreadProxy::Create(
52 return make_scoped_ptr(new ThreadProxy(layer_tree_host,
57 ThreadProxy::ThreadProxy(
68 TRACE_EVENT0("cc", "ThreadProxy::ThreadProxy");
73 ThreadProxy::MainThreadOnly::MainThreadOnly(ThreadProxy* proxy,
85 ThreadProxy::MainThreadOnly::~MainThreadOnly() {
    [all...]

Completed in 991 milliseconds