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

  /external/chromium_org/cc/test/
fake_layer_tree_host_impl_client.cc 15 bool FakeLayerTreeHostImplClient::IsInsideDraw() {
fake_layer_tree_host_impl_client.h 39 virtual bool IsInsideDraw() OVERRIDE;
  /external/chromium_org/cc/trees/
single_thread_proxy.h 101 virtual bool IsInsideDraw() OVERRIDE;
thread_proxy.h 205 virtual bool IsInsideDraw() OVERRIDE;
single_thread_proxy.cc 395 bool SingleThreadProxy::IsInsideDraw() { return inside_draw_; }
layer_tree_host_impl.h 94 virtual bool IsInsideDraw() = 0;
thread_proxy.cc 424 bool ThreadProxy::IsInsideDraw() { return impl().inside_draw; }
    [all...]
layer_tree_host_impl.cc     [all...]
layer_tree_host_impl_unittest.cc 157 virtual bool IsInsideDraw() OVERRIDE { return false; }
    [all...]

Completed in 1155 milliseconds