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

  /external/chromium_org/cc/trees/
layer_tree_host_unittest_delegated.cc 246 FakeDelegatedRendererLayerImpl* delegated_impl = variable
255 EXPECT_TRUE(delegated_impl->ChildId());
262 EXPECT_TRUE(delegated_impl->ChildId());
277 FakeDelegatedRendererLayerImpl* delegated_impl = variable
281 EXPECT_FALSE(delegated_impl->ChildId());
504 FakeDelegatedRendererLayerImpl* delegated_impl = variable
509 delegated_impl->ChildId());
516 EXPECT_EQ(2u, delegated_impl->Resources().size());
517 EXPECT_EQ(1u, delegated_impl->Resources().count(map.find(999)->second));
518 EXPECT_EQ(1u, delegated_impl->Resources().count(map.find(555)->second))
546 FakeDelegatedRendererLayerImpl* delegated_impl = variable
821 FakeDelegatedRendererLayerImpl* delegated_impl = variable
938 FakeDelegatedRendererLayerImpl* delegated_impl = variable
1067 FakeDelegatedRendererLayerImpl* delegated_impl = variable
1185 FakeDelegatedRendererLayerImpl* delegated_impl = variable
1248 FakeDelegatedRendererLayerImpl* delegated_impl = variable
1321 FakeDelegatedRendererLayerImpl* delegated_impl = variable
1432 FakeDelegatedRendererLayerImpl* delegated_impl = variable
    [all...]
layer_tree_host_unittest_context.cc 1247 FakeDelegatedRendererLayerImpl* delegated_impl = variable
    [all...]
  /external/chromium_org/cc/layers/
delegated_renderer_layer.cc 39 DelegatedRendererLayerImpl* delegated_impl = local
42 delegated_impl->SetDisplaySize(display_size_);
45 delegated_impl->SetFrameData(frame_data_.Pass(), damage_in_frame_);
49 delegated_impl->CollectUnusedResources(

Completed in 293 milliseconds