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

  /external/chromium_org/cc/trees/
thread_proxy.cc 167 scheduler_on_impl_thread_->SetNeedsForcedCommit();
168 if (scheduler_on_impl_thread_->CommitPending()) {
186 scheduler_on_impl_thread_->SetNeedsRedraw();
187 scheduler_on_impl_thread_->SetNeedsForcedRedraw();
220 scheduler_on_impl_thread_->SetCanStart();
240 scheduler_on_impl_thread_->SetVisible(visible);
242 !scheduler_on_impl_thread_->WillDrawIfNeeded());
380 scheduler_on_impl_thread_->DidLoseOutputSurface();
401 scheduler_on_impl_thread_->BeginFrame(args);
408 scheduler_on_impl_thread_->SetCanDraw(can_draw)
    [all...]
thread_proxy.h 216 scoped_ptr<Scheduler> scheduler_on_impl_thread_; member in class:cc::ThreadProxy

Completed in 2441 milliseconds