HomeSort by relevance Sort by last modified time
    Searched full:begin_impl_frame_state_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/cc/scheduler/
scheduler_state_machine.cc 19 begin_impl_frame_state_(BEGIN_IMPL_FRAME_STATE_IDLE),
185 BeginImplFrameStateToString(begin_impl_frame_state_));
373 if (begin_impl_frame_state_ != BEGIN_IMPL_FRAME_STATE_INSIDE_DEADLINE)
425 if (begin_impl_frame_state_ != BEGIN_IMPL_FRAME_STATE_INSIDE_DEADLINE)
477 begin_impl_frame_state_ == BEGIN_IMPL_FRAME_STATE_IDLE &&
518 if (begin_impl_frame_state_ != BEGIN_IMPL_FRAME_STATE_INSIDE_DEADLINE &&
    [all...]
scheduler_state_machine.h 146 return begin_impl_frame_state_;
270 BeginImplFrameState begin_impl_frame_state_; member in class:cc::SchedulerStateMachine
scheduler_state_machine_unittest.cc 68 begin_impl_frame_state_ = bifs;
72 return begin_impl_frame_state_;
    [all...]

Completed in 102 milliseconds