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

  /external/chromium_org/cc/scheduler/
scheduler_state_machine_unittest.cc 191 state.SetCanDraw(true);
275 state.SetCanDraw(true);
334 state.SetCanDraw(true);
370 state.SetCanDraw(true);
405 state.SetCanDraw(true);
448 state.SetCanDraw(true);
522 state.SetCanDraw(true);
579 state.SetCanDraw(true);
622 state.SetCanDraw(true);
705 state.SetCanDraw(true)
    [all...]
scheduler_unittest.cc 275 scheduler->SetCanDraw(true);
289 scheduler->SetCanDraw(true);
356 scheduler->SetCanDraw(true);
456 scheduler->SetCanDraw(true);
493 scheduler->SetCanDraw(true);
572 scheduler->SetCanDraw(true);
617 scheduler->SetCanDraw(true);
664 scheduler->SetCanDraw(true);
707 scheduler->SetCanDraw(true);
814 scheduler->SetCanDraw(true)
    [all...]
scheduler.h 76 void SetCanDraw(bool can_draw);
scheduler_state_machine.h 213 void SetCanDraw(bool can);
scheduler.cc 164 void Scheduler::SetCanDraw(bool can_draw) {
165 state_machine_.SetCanDraw(can_draw);
scheduler_state_machine.cc     [all...]
  /external/chromium_org/cc/trees/
single_thread_proxy.cc 329 scheduler_on_impl_thread_->SetCanDraw(can_draw);
thread_proxy.cc 371 impl().scheduler->SetCanDraw(can_draw);
    [all...]

Completed in 98 milliseconds