MockLayerImpl      29 cc/trees/tree_synchronizer_unittest.cc   static scoped_ptr<MockLayerImpl> Create(LayerTreeImpl* tree_impl,
MockLayerImpl      31 cc/trees/tree_synchronizer_unittest.cc     return make_scoped_ptr(new MockLayerImpl(tree_impl, layer_id));
MockLayerImpl      43 cc/trees/tree_synchronizer_unittest.cc   MockLayerImpl(LayerTreeImpl* tree_impl, int layer_id)
MockLayerImpl      59 cc/trees/tree_synchronizer_unittest.cc     return MockLayerImpl::Create(tree_impl, layer_id_).PassAs<LayerImpl>();
MockLayerImpl      65 cc/trees/tree_synchronizer_unittest.cc     MockLayerImpl* mock_layer_impl = static_cast<MockLayerImpl*>(layer_impl);