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

  /external/chromium_org/cc/scheduler/
scheduler_state_machine_unittest.cc 124 state.OnBeginImplFrame(CreateBeginFrameArgsForTesting());
142 state.OnBeginImplFrame(CreateBeginFrameArgsForTesting());
160 state.OnBeginImplFrame(CreateBeginFrameArgsForTesting());
197 state.OnBeginImplFrame(CreateBeginFrameArgsForTesting());
216 state.OnBeginImplFrame(CreateBeginFrameArgsForTesting());
233 state.OnBeginImplFrame(CreateBeginFrameArgsForTesting());
281 state.OnBeginImplFrame(CreateBeginFrameArgsForTesting());
297 state.OnBeginImplFrame(CreateBeginFrameArgsForTesting());
338 state.OnBeginImplFrame(CreateBeginFrameArgsForTesting());
355 state.OnBeginImplFrame(CreateBeginFrameArgsForTesting())
    [all...]
scheduler_state_machine.h 128 void OnBeginImplFrame(const BeginFrameArgs& args);
scheduler_state_machine.cc 822 void SchedulerStateMachine::OnBeginImplFrame(const BeginFrameArgs& args) {
    [all...]
scheduler.cc 537 state_machine_.OnBeginImplFrame(begin_impl_frame_args_);

Completed in 43 milliseconds