IsPreempted       729 content/common/gpu/gpu_channel.cc       if (stub->IsPreempted()) {
IsPreempted       105 content/common/gpu/gpu_command_buffer_stub.h   bool IsPreempted() const {
IsPreempted       106 content/common/gpu/gpu_command_buffer_stub.h     return scheduler_.get() && scheduler_->IsPreempted();
IsPreempted        75 gpu/command_buffer/service/gpu_scheduler.cc     if (IsPreempted())
IsPreempted       107 gpu/command_buffer/service/gpu_scheduler.h   bool IsPreempted();