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 25 virtual void OnCanDrawStateChanged(bool can_draw) OVERRIDE {}
  /external/chromium_org/cc/trees/
single_thread_proxy.h 63 virtual void OnCanDrawStateChanged(bool can_draw) OVERRIDE;
thread_proxy.h 184 virtual void OnCanDrawStateChanged(bool can_draw) OVERRIDE;
layer_tree_host_impl.cc 358 // client_->OnCanDrawStateChanged in the proper places and update the
    [all...]
single_thread_proxy.cc 231 void SingleThreadProxy::OnCanDrawStateChanged(bool can_draw) {
233 "cc", "SingleThreadProxy::OnCanDrawStateChanged", "can_draw", can_draw);
layer_tree_host_impl.h 75 virtual void OnCanDrawStateChanged(bool can_draw) = 0;
thread_proxy.cc 380 void ThreadProxy::OnCanDrawStateChanged(bool can_draw) {
382 "cc", "ThreadProxy::OnCanDrawStateChanged", "can_draw", can_draw);
    [all...]
layer_tree_host_impl_unittest.cc 121 virtual void OnCanDrawStateChanged(bool can_draw) OVERRIDE {
    [all...]

Completed in 268 milliseconds