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

  /external/chromium_org/cc/scheduler/
scheduler_state_machine_unittest.cc 190 state.SetCanDraw(true);
275 state.SetCanDraw(true);
335 state.SetCanDraw(true);
371 state.SetCanDraw(true);
406 state.SetCanDraw(true);
449 state.SetCanDraw(true);
523 state.SetCanDraw(true);
580 state.SetCanDraw(true);
623 state.SetCanDraw(true);
706 state.SetCanDraw(true)
    [all...]
scheduler_unittest.cc 288 scheduler->SetCanDraw(true);
302 scheduler->SetCanDraw(true);
369 scheduler->SetCanDraw(true);
469 scheduler->SetCanDraw(true);
506 scheduler->SetCanDraw(true);
585 scheduler->SetCanDraw(true);
630 scheduler->SetCanDraw(true);
677 scheduler->SetCanDraw(true);
720 scheduler->SetCanDraw(true);
827 scheduler->SetCanDraw(true)
    [all...]
scheduler_state_machine.h 206 void SetCanDraw(bool can);
scheduler.h 73 void SetCanDraw(bool can_draw);
scheduler.cc 157 void Scheduler::SetCanDraw(bool can_draw) {
158 state_machine_.SetCanDraw(can_draw);
scheduler_state_machine.cc     [all...]
  /external/chromium_org/cc/trees/
thread_proxy.cc 384 impl().scheduler->SetCanDraw(can_draw);
    [all...]

Completed in 91 milliseconds