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

  /external/chromium_org/cc/test/
fake_tile_manager_client.h 21 virtual void NotifyReadyToActivate() OVERRIDE {}
fake_layer_tree_host_impl_client.h 26 virtual void NotifyReadyToActivate() OVERRIDE {}
layer_tree_test.cc 201 virtual void NotifyReadyToActivate() OVERRIDE {
205 client_->NotifyReadyToActivate();
211 NotifyReadyToActivate();
  /external/chromium_org/cc/scheduler/
scheduler_state_machine.h 212 void NotifyReadyToActivate();
scheduler.h 74 void NotifyReadyToActivate();
scheduler.cc 162 void Scheduler::NotifyReadyToActivate() {
163 state_machine_.NotifyReadyToActivate();
scheduler_state_machine.cc     [all...]
scheduler_state_machine_unittest.cc 230 // Verify NotifyReadyToActivate unblocks activation, draw, and
234 state.NotifyReadyToActivate();
308 // Verify NotifyReadyToActivate unblocks activation, draw, and
310 state.NotifyReadyToActivate();
    [all...]
scheduler_unittest.cc 257 scheduler->NotifyReadyToActivate();
    [all...]
  /external/chromium_org/cc/trees/
single_thread_proxy.h 64 virtual void NotifyReadyToActivate() OVERRIDE;
thread_proxy.h 185 virtual void NotifyReadyToActivate() OVERRIDE;
layer_tree_host_impl.h 76 virtual void NotifyReadyToActivate() = 0;
205 // When blocking, this prevents client_->NotifyReadyToActivate() from being
206 // called. When disabled, it calls client_->NotifyReadyToActivate()
238 virtual void NotifyReadyToActivate() OVERRIDE;
single_thread_proxy.cc 238 void SingleThreadProxy::NotifyReadyToActivate() {
thread_proxy.cc 388 void ThreadProxy::NotifyReadyToActivate() {
389 TRACE_EVENT0("cc", "ThreadProxy::NotifyReadyToActivate");
390 impl().scheduler->NotifyReadyToActivate();
    [all...]
layer_tree_host_impl.cc 336 NotifyReadyToActivate();
    [all...]
layer_tree_host_impl_unittest.cc 124 virtual void NotifyReadyToActivate() OVERRIDE {
    [all...]
  /external/chromium_org/cc/resources/
tile_manager.h 38 virtual void NotifyReadyToActivate() = 0;
tile_manager_unittest.cc 89 virtual void NotifyReadyToActivate() OVERRIDE { ready_to_activate_ = true; }
    [all...]
tile_manager.cc     [all...]

Completed in 493 milliseconds