HomeSort by relevance Sort by last modified time
    Searched refs:SetNeedsCommit (Results 26 - 39 of 39) sorted by null

12

  /external/chromium_org/cc/trees/
layer_tree_host_perftest.cc 286 layer_tree_host()->SetNeedsCommit();
layer_tree_host_unittest_scroll.cc 271 impl->SetNeedsCommit();
290 impl->SetNeedsCommit();
296 impl->SetNeedsCommit();
460 layer_tree_host()->SetNeedsCommit();
    [all...]
layer_tree_impl.h 82 void SetNeedsCommit();
thread_proxy.h 53 virtual void SetNeedsCommit() OVERRIDE;
210 // Set only when SetNeedsCommit is called.
212 // Set by SetNeedsAnimate, SetNeedsUpdateLayers, and SetNeedsCommit.
layer_tree_host_unittest_context.cc 244 layer_tree_host()->SetNeedsCommit();
    [all...]
layer_tree_host_unittest_animation.cc 78 // Trigger a frame with SetNeedsCommit. Then, inside the resulting animate
251 layer_tree_host()->SetNeedsCommit();
682 // should for the SetNeedsCommit-triggered commit.
694 layer_tree_host()->SetNeedsCommit();
layer_tree_host.h 174 virtual void SetNeedsCommit();
layer_tree_host_unittest_copyrequest.cc 200 layer_tree_host()->SetNeedsCommit();
215 layer_tree_host()->SetNeedsCommit();
579 layer_tree_host()->SetNeedsCommit();
layer_tree_host_unittest_delegated.cc 532 layer_tree_host()->SetNeedsCommit();
540 layer_tree_host()->SetNeedsCommit();
550 layer_tree_host()->SetNeedsCommit();
558 layer_tree_host()->SetNeedsCommit();
579 layer_tree_host()->SetNeedsCommit();
896 layer_tree_host()->SetNeedsCommit();
    [all...]
layer_tree_host_impl.h 292 void SetNeedsCommit() { client_->SetNeedsCommitOnImplThread(); }
thread_proxy.cc 379 void ThreadProxy::SetNeedsCommit() {
381 // Unconditionally set here to handle SetNeedsCommit calls during a commit.
386 TRACE_EVENT0("cc", "ThreadProxy::SetNeedsCommit");
462 scheduler_on_impl_thread_->SetNeedsCommit();
862 // that only layout when painted will trigger another SetNeedsCommit inside
    [all...]
  /external/chromium_org/cc/scheduler/
scheduler_state_machine.cc     [all...]
  /external/chromium_org/cc/layers/
layer_unittest.cc 46 MOCK_METHOD0(SetNeedsCommit, void());
149 EXPECT_CALL(*layer_tree_host_, SetNeedsCommit()).Times(0);
153 EXPECT_CALL(*layer_tree_host_, SetNeedsCommit()).Times(0);
341 // SetNeedsFullTreeSync / SetNeedsCommit should not be called because its the
343 EXPECT_CALL(*layer_tree_host_, SetNeedsCommit()).Times(0);
489 // This is just initialization, but SetNeedsCommit behavior is verified anyway
539 // Next, test properties that should call SetNeedsCommit (but not
541 // SetNeedsCommit to be called.
    [all...]
layer.h 478 void SetNeedsCommit();
480 // SetNeedsUpdate and SetNeedsCommit, but not SetNeedsPushProperties.

Completed in 459 milliseconds

12