Searched defs:BeginImplFrame (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/cc/test/
H A Dfake_output_surface_client.cc15 void FakeOutputSurfaceClient::BeginImplFrame(const BeginFrameArgs& args) { function in class:cc::FakeOutputSurfaceClient
/external/chromium_org/cc/scheduler/
H A Dscheduler.cc155 // Always request the BeginImplFrame immediately if it wasn't needed
158 // We always need to explicitly request our next BeginImplFrame.
187 // will not give us a BeginImplFrame until the commit completes. See
190 // successfully reach BeginImplFrame.
198 // Since we'd rather get a BeginImplFrame by the normally mechanism, we set
211 void Scheduler::BeginImplFrame(const BeginFrameArgs& args) { function in class:cc::Scheduler
212 TRACE_EVENT0("cc", "Scheduler::BeginImplFrame");
235 // within this call to BeginImplFrame.
238 // up the BeginImplFrame and deadline as well.
254 // expected BeginImplFrame star
[all...]
/external/chromium_org/cc/output/
H A Doutput_surface.cc136 BeginImplFrame(args);
158 void OutputSurface::BeginImplFrame(const BeginFrameArgs& args) { function in class:cc::OutputSurface
159 TRACE_EVENT2("cc", "OutputSurface::BeginImplFrame",
169 client_->BeginImplFrame(args);
171 // Do not reset it before calling BeginImplFrame!
202 BeginImplFrame(skipped_begin_impl_frame_args_);
/external/chromium_org/cc/trees/
H A Dthread_proxy.cc435 void ThreadProxy::BeginImplFrame(const BeginFrameArgs& args) { function in class:cc::ThreadProxy
437 TRACE_EVENT0("cc", "ThreadProxy::BeginImplFrame");
443 scheduler_on_impl_thread_->BeginImplFrame(args);
H A Dlayer_tree_host_impl.cc1264 void LayerTreeHostImpl::BeginImplFrame(const BeginFrameArgs& args) { function in class:cc::LayerTreeHostImpl
1265 client_->BeginImplFrame(args);

Completed in 161 milliseconds