Home | History | Annotate | Download | only in scheduler

Lines Matching refs:BeginFrame

93       scheduler_->BeginFrame(CreateBeginFrameArgsForTesting(now_src_));
308 // If we don't swap on the deadline, we wait for the next BeginFrame.
1126 scheduler->BeginFrame(frame_args);
1139 scheduler->BeginFrame(frame_args);
1195 // Create a BeginFrame with a long deadline to avoid race conditions.
1196 // This is the first BeginFrame, which will be handled immediately.
1199 scheduler->BeginFrame(args);
1206 // Queue BeginFrames while we are still handling the previous BeginFrame.
1208 scheduler->BeginFrame(args);
1210 scheduler->BeginFrame(args);
1274 // Create a BeginFrame with a long deadline to avoid race conditions.
1275 // This is the first BeginFrame, which will be handled immediately.
1278 scheduler->BeginFrame(args);
1285 // Queue BeginFrame while we are still handling the previous BeginFrame.
1288 scheduler->BeginFrame(args);
1317 // Queue BeginFrame while we are still handling the previous BeginFrame.
1319 scheduler->BeginFrame(args);
1366 // When the client-driven BeginFrame are disabled, the scheduler posts it's
1367 // own BeginFrame tasks.
1368 client.task_runner().RunPendingTasks(); // Run posted BeginFrame.
1375 // If we don't swap on the deadline, we wait for the next BeginFrame.
1390 client.task_runner().RunPendingTasks(); // Run posted BeginFrame.
1406 client.task_runner().RunPendingTasks(); // Run posted BeginFrame.
1412 // when the BeginFrame is no longer needed.
1465 client.task_runner().RunPendingTasks(); // Run posted BeginFrame.
1490 client.task_runner().RunPendingTasks(); // Run posted BeginFrame.
1753 // Create a BeginFrame with a long deadline to avoid race conditions.
1754 // This is the first BeginFrame, which will be handled immediately.
1758 scheduler->BeginFrame(args);
1764 // Queue BeginFrames while we are still handling the previous BeginFrame.
1766 scheduler->BeginFrame(args);
1768 scheduler->BeginFrame(args);
1812 // Create a BeginFrame with a long deadline to avoid race conditions.
1813 // This is the first BeginFrame, which will be handled immediately.
1817 scheduler->BeginFrame(args);
1823 // Queue BeginFrames while we are still handling the previous BeginFrame.
1825 scheduler->BeginFrame(args);
1827 scheduler->BeginFrame(args);