Searched defs:IsInsideDraw (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/cc/test/ | ||
D | fake_layer_tree_host_impl_client.cc | 15 bool FakeLayerTreeHostImplClient::IsInsideDraw() { in IsInsideDraw() function in cc::FakeLayerTreeHostImplClient |
/external/chromium_org/cc/trees/ | ||
D | single_thread_proxy.cc | 395 bool SingleThreadProxy::IsInsideDraw() { return inside_draw_; } in IsInsideDraw() function in cc::SingleThreadProxy |
D | thread_proxy.cc | 424 bool ThreadProxy::IsInsideDraw() { return impl().inside_draw; } in IsInsideDraw() function in cc::ThreadProxy |
D | layer_tree_host_impl_unittest.cc | 157 virtual bool IsInsideDraw() OVERRIDE { return false; } in IsInsideDraw() function in cc::__anon4fe2c3f60111::LayerTreeHostImplTest |