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

  /external/chromium_org/cc/scheduler/
scheduler_unittest.cc 247 scheduler->NotifyReadyToCommit();
315 // NotifyReadyToCommit should trigger the commit.
317 scheduler->NotifyReadyToCommit();
382 scheduler->NotifyReadyToCommit();
406 scheduler->NotifyReadyToCommit();
590 scheduler->NotifyReadyToCommit();
    [all...]
scheduler_state_machine_unittest.cc 202 state.NotifyReadyToCommit();
256 state.NotifyReadyToCommit();
287 state.NotifyReadyToCommit();
305 state.NotifyReadyToCommit();
477 state.NotifyReadyToCommit();
553 state.NotifyReadyToCommit();
812 state.NotifyReadyToCommit();
    [all...]
scheduler.h 94 void NotifyReadyToCommit();
scheduler_state_machine.h 198 void NotifyReadyToCommit();
scheduler.cc 224 void Scheduler::NotifyReadyToCommit() {
225 TRACE_EVENT0("cc", "Scheduler::NotifyReadyToCommit");
226 state_machine_.NotifyReadyToCommit();
scheduler_state_machine.cc     [all...]
  /external/chromium_org/cc/trees/
single_thread_proxy.cc 592 // This checker assumes NotifyReadyToCommit below causes a synchronous commit.
612 scheduler_on_impl_thread_->NotifyReadyToCommit();
thread_proxy.cc     [all...]

Completed in 172 milliseconds