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

  /external/chromium_org/cc/test/
fake_content_layer_impl.cc 9 FakeContentLayerImpl::FakeContentLayerImpl(LayerTreeImpl* tree_impl, int id)
13 FakeContentLayerImpl::~FakeContentLayerImpl() {}
15 scoped_ptr<LayerImpl> FakeContentLayerImpl::CreateLayerImpl(
17 return FakeContentLayerImpl::Create(tree_impl, id()).PassAs<LayerImpl>();
20 bool FakeContentLayerImpl::HaveResourceForTileAt(int i, int j) {
24 void FakeContentLayerImpl::ReleaseResources() {
fake_content_layer_impl.h 13 class FakeContentLayerImpl : public TiledLayerImpl {
15 static scoped_ptr<FakeContentLayerImpl> Create(
17 return make_scoped_ptr(new FakeContentLayerImpl(tree_impl, id));
19 virtual ~FakeContentLayerImpl();
34 explicit FakeContentLayerImpl(LayerTreeImpl* tree_impl, int id);
fake_content_layer.cc 35 return FakeContentLayerImpl::Create(tree_impl, layer_id_).PassAs<LayerImpl>();
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_context.cc 414 FakeContentLayerImpl* content_impl = static_cast<FakeContentLayerImpl*>(
587 FakeContentLayerImpl* content_impl =
588 static_cast<FakeContentLayerImpl*>(impl->active_tree()->root_layer());
769 FakeContentLayerImpl* root_content = NULL;
770 FakeContentLayerImpl* child_content = NULL;
771 FakeContentLayerImpl* grandchild_content = NULL;
782 root_content = static_cast<FakeContentLayerImpl*>(
785 static_cast<FakeContentLayerImpl*>(root_content->children()[0]);
787 static_cast<FakeContentLayerImpl*>(child_content->children()[0])
    [all...]

Completed in 64 milliseconds