Home
last modified time | relevance | path

Searched defs:IsInsideDraw (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/cc/test/
Dfake_layer_tree_host_impl_client.cc15 bool FakeLayerTreeHostImplClient::IsInsideDraw() { in IsInsideDraw() function in cc::FakeLayerTreeHostImplClient
/external/chromium_org/cc/trees/
Dsingle_thread_proxy.cc395 bool SingleThreadProxy::IsInsideDraw() { return inside_draw_; } in IsInsideDraw() function in cc::SingleThreadProxy
Dthread_proxy.cc424 bool ThreadProxy::IsInsideDraw() { return impl().inside_draw; } in IsInsideDraw() function in cc::ThreadProxy
Dlayer_tree_host_impl_unittest.cc157 virtual bool IsInsideDraw() OVERRIDE { return false; } in IsInsideDraw() function in cc::__anon4fe2c3f60111::LayerTreeHostImplTest