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

  /external/chromium_org/cc/scheduler/
scheduler_unittest.cc 255 scheduler->NotifyReadyToCommit();
328 // NotifyReadyToCommit should trigger the commit.
330 scheduler->NotifyReadyToCommit();
395 scheduler->NotifyReadyToCommit();
419 scheduler->NotifyReadyToCommit();
603 scheduler->NotifyReadyToCommit();
    [all...]
scheduler_state_machine_unittest.cc 201 state.NotifyReadyToCommit();
256 state.NotifyReadyToCommit();
287 state.NotifyReadyToCommit();
305 state.NotifyReadyToCommit();
478 state.NotifyReadyToCommit();
554 state.NotifyReadyToCommit();
811 state.NotifyReadyToCommit();
    [all...]
scheduler_state_machine.h 191 void NotifyReadyToCommit();
scheduler.h 91 void NotifyReadyToCommit();
scheduler.cc 217 void Scheduler::NotifyReadyToCommit() {
218 TRACE_EVENT0("cc", "Scheduler::NotifyReadyToCommit");
219 state_machine_.NotifyReadyToCommit();
scheduler_state_machine.cc     [all...]
  /external/chromium_org/cc/trees/
thread_proxy.cc     [all...]

Completed in 107 milliseconds