Searched refs:OnBeginImplFrame (Results 1 – 8 of 8) sorted by relevance
130 state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); in TEST()147 state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); in TEST()188 state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); in TEST()202 state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); in TEST()222 state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); in TEST()240 state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); in TEST()265 state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); in TestFailedDrawsWillEventuallyForceADrawAfterTheNextCommit()295 state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); in TestFailedDrawsWillEventuallyForceADrawAfterTheNextCommit()338 state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); in TestFailedDrawsDoNotRestartForcedDraw()411 state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); in TEST()[all …]
140 void OnBeginImplFrame(const BeginFrameArgs& args);
218 state_machine_.OnBeginImplFrame(last_begin_impl_frame_args_); in BeginImplFrame()
887 void SchedulerStateMachine::OnBeginImplFrame(const BeginFrameArgs& args) { in OnBeginImplFrame() function in cc::SchedulerStateMachine
95 FROM_HERE, base::Bind(&FakeOutputSurface::OnBeginImplFrame, in SetNeedsBeginImplFrame()101 void FakeOutputSurface::OnBeginImplFrame() { in OnBeginImplFrame() function in cc::FakeOutputSurface
143 void OnBeginImplFrame();
145 IPC_MESSAGE_HANDLER(ViewMsg_BeginFrame, OnBeginImplFrame); in OnMessageReceived()164 void CompositorOutputSurface::OnBeginImplFrame(const cc::BeginFrameArgs& args) { in OnBeginImplFrame() function in content::CompositorOutputSurface
96 void OnBeginImplFrame(const cc::BeginFrameArgs& args); in NON_EXPORTED_BASE()