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

  /external/chromium_org/cc/test/
fake_tile_manager_client.h 17 virtual void NotifyReadyToActivate() OVERRIDE {}
fake_layer_tree_host_impl_client.h 23 virtual void NotifyReadyToActivate() OVERRIDE {}
layer_tree_test.cc 140 virtual void NotifyReadyToActivate() OVERRIDE {
144 client_->NotifyReadyToActivate();
150 NotifyReadyToActivate();
  /external/chromium_org/cc/scheduler/
scheduler.h 75 void NotifyReadyToActivate();
scheduler_state_machine.h 224 void NotifyReadyToActivate();
scheduler.cc 49 void Scheduler::NotifyReadyToActivate() {
50 state_machine_.NotifyReadyToActivate();
scheduler_state_machine.cc     [all...]
  /external/chromium_org/cc/resources/
tile_manager.h 30 virtual void NotifyReadyToActivate() = 0;
tile_manager.cc 335 client_->NotifyReadyToActivate();
347 client_->NotifyReadyToActivate();
    [all...]
  /external/chromium_org/cc/trees/
single_thread_proxy.h 63 virtual void NotifyReadyToActivate() OVERRIDE;
layer_tree_host_impl.h 67 virtual void NotifyReadyToActivate() = 0;
193 // When blocking, this prevents client_->NotifyReadyToActivate() from being
194 // called. When disabled, it calls client_->NotifyReadyToActivate()
218 virtual void NotifyReadyToActivate() OVERRIDE;
thread_proxy.h 77 virtual void NotifyReadyToActivate() OVERRIDE;
single_thread_proxy.cc 286 void SingleThreadProxy::NotifyReadyToActivate() {
thread_proxy.cc 454 void ThreadProxy::NotifyReadyToActivate() {
455 TRACE_EVENT0("cc", "ThreadProxy::NotifyReadyToActivate");
456 scheduler_on_impl_thread_->NotifyReadyToActivate();
    [all...]
layer_tree_host_impl.cc 330 NotifyReadyToActivate();
    [all...]
layer_tree_host_impl_unittest.cc 114 virtual void NotifyReadyToActivate() OVERRIDE {
    [all...]

Completed in 593 milliseconds