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

  /external/chromium_org/cc/test/
fake_layer_tree_host_impl_client.h 22 virtual void OnCanDrawStateChanged(bool can_draw) OVERRIDE {}
  /external/chromium_org/cc/trees/
single_thread_proxy.h 62 virtual void OnCanDrawStateChanged(bool can_draw) OVERRIDE;
thread_proxy.h 76 virtual void OnCanDrawStateChanged(bool can_draw) OVERRIDE;
layer_tree_host_impl.cc 347 // client_->OnCanDrawStateChanged in the proper places and update the
    [all...]
layer_tree_host_impl.h 66 virtual void OnCanDrawStateChanged(bool can_draw) = 0;
single_thread_proxy.cc 281 void SingleThreadProxy::OnCanDrawStateChanged(bool can_draw) {
thread_proxy.cc 446 void ThreadProxy::OnCanDrawStateChanged(bool can_draw) {
449 "cc", "ThreadProxy::OnCanDrawStateChanged", "can_draw", can_draw);
    [all...]
layer_tree_host_impl_unittest.cc 111 virtual void OnCanDrawStateChanged(bool can_draw) OVERRIDE {
    [all...]

Completed in 32 milliseconds