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

  /external/chromium_org/cc/base/
completion_event.h 18 class CompletionEvent {
20 CompletionEvent()
28 ~CompletionEvent() {
  /external/chromium_org/cc/trees/
thread_proxy.h 160 CompletionEvent* begin_main_frame_sent_completion,
163 CompletionEvent* completion,
168 void FinishAllRenderingOnImplThread(CompletionEvent* completion);
169 void InitializeImplOnImplThread(CompletionEvent* completion);
171 void SetVisibleOnImplThread(CompletionEvent* completion, bool visible);
174 CompletionEvent* completion,
177 CompletionEvent* completion,
182 void FinishGLOnImplThread(CompletionEvent* completion);
183 void LayerTreeHostClosedOnImplThread(CompletionEvent* completion);
185 CompletionEvent* completion)
    [all...]
thread_proxy.cc 56 CompletionEvent completion;
63 CompletionEvent completion;
68 CompletionEvent completion;
150 CompletionEvent begin_main_frame_sent_completion;
177 CompletionEvent* begin_main_frame_sent_completion,
209 CompletionEvent completion;
240 CompletionEvent completion;
250 void ThreadProxy::SetVisibleOnImplThread(CompletionEvent* completion,
296 CompletionEvent completion;
666 CompletionEvent completion
    [all...]
layer_tree_host_impl.h 39 class CompletionEvent;
  /external/chromium_org/cc/resources/
worker_pool_perftest.cc 33 PerfControlWorkerPoolTaskImpl() : did_start_(new CompletionEvent),
34 can_finish_(new CompletionEvent) {}
54 scoped_ptr<CompletionEvent> did_start_;
55 scoped_ptr<CompletionEvent> can_finish_;
worker_pool_unittest.cc 110 scheduled_tasks_completion_.reset(new CompletionEvent);
135 scoped_ptr<CompletionEvent> scheduled_tasks_completion_;
  /external/chromium_org/base/threading/
thread_restrictions.h 31 class CompletionEvent;
188 friend class cc::CompletionEvent;

Completed in 94 milliseconds