IsInsideDraw 15 cc/test/fake_layer_tree_host_impl_client.cc bool FakeLayerTreeHostImplClient::IsInsideDraw() { IsInsideDraw 146 cc/trees/layer_tree_host_impl_unittest.cc virtual bool IsInsideDraw() OVERRIDE { return false; } IsInsideDraw 366 cc/trees/single_thread_proxy.cc bool SingleThreadProxy::IsInsideDraw() { return inside_draw_; } IsInsideDraw 540 cc/trees/thread_proxy.cc bool ThreadProxy::IsInsideDraw() { return impl().inside_draw; }