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

  /external/chromium_org/cc/scheduler/
scheduler.cc 88 void Scheduler::BeginFrameAbortedByMainThread(bool did_handle) {
90 state_machine_.BeginFrameAbortedByMainThread(did_handle);
scheduler.h 89 void BeginFrameAbortedByMainThread(bool did_handle);
scheduler_state_machine.h 128 // rejects the begin frame message. If did_handle is false, then
130 void BeginFrameAbortedByMainThread(bool did_handle);
scheduler_state_machine.cc 453 void SchedulerStateMachine::BeginFrameAbortedByMainThread(bool did_handle) {
457 } else if (did_handle) {
  /external/chromium_org/cc/trees/
thread_proxy.cc 726 bool did_handle = false; local
731 did_handle));
780 bool did_handle = true; local
785 did_handle));
894 void ThreadProxy::BeginFrameAbortedByMainThreadOnImplThread(bool did_handle) {
904 if (did_handle) {
909 scheduler_on_impl_thread_->BeginFrameAbortedByMainThread(did_handle);
    [all...]
thread_proxy.h 152 void BeginFrameAbortedByMainThreadOnImplThread(bool did_handle);

Completed in 506 milliseconds