impl 64 cc/layers/delegated_renderer_layer.cc void DelegatedRendererLayer::PushPropertiesTo(LayerImpl* impl) { impl 65 cc/layers/delegated_renderer_layer.cc Layer::PushPropertiesTo(impl); impl 68 cc/layers/delegated_renderer_layer.cc static_cast<DelegatedRendererLayerImpl*>(impl); impl 30 cc/layers/delegated_renderer_layer.h virtual void PushPropertiesTo(LayerImpl* impl) OVERRIDE; impl 1417 cc/layers/delegated_renderer_layer_impl_unittest.cc LayerTestCommon::LayerImplTest impl; impl 1420 cc/layers/delegated_renderer_layer_impl_unittest.cc impl.AddChildToRoot<FakeDelegatedRendererLayerImpl>(); impl 1435 cc/layers/delegated_renderer_layer_impl_unittest.cc RenderPass::Id pass1_id = RenderPass::Id(impl.root_layer()->id(), 0); impl 1444 cc/layers/delegated_renderer_layer_impl_unittest.cc impl.CalcDrawProps(viewport_size); impl 1455 cc/layers/delegated_renderer_layer_impl_unittest.cc impl.AppendQuadsForPassWithOcclusion( impl 1457 cc/layers/delegated_renderer_layer_impl_unittest.cc LayerTestCommon::VerifyQuadsExactlyCoverRect(impl.quad_list(), impl 1459 cc/layers/delegated_renderer_layer_impl_unittest.cc ASSERT_EQ(1u, impl.quad_list().size()); impl 1460 cc/layers/delegated_renderer_layer_impl_unittest.cc EXPECT_EQ(DrawQuad::RENDER_PASS, impl.quad_list()[0]->material); impl 1464 cc/layers/delegated_renderer_layer_impl_unittest.cc impl.AppendQuadsForPassWithOcclusion( impl 1466 cc/layers/delegated_renderer_layer_impl_unittest.cc LayerTestCommon::VerifyQuadsExactlyCoverRect(impl.quad_list(), impl 1468 cc/layers/delegated_renderer_layer_impl_unittest.cc ASSERT_EQ(1u, impl.quad_list().size()); impl 1469 cc/layers/delegated_renderer_layer_impl_unittest.cc EXPECT_EQ(DrawQuad::SOLID_COLOR, impl.quad_list()[0]->material); impl 1479 cc/layers/delegated_renderer_layer_impl_unittest.cc impl.AppendQuadsForPassWithOcclusion( impl 1481 cc/layers/delegated_renderer_layer_impl_unittest.cc LayerTestCommon::VerifyQuadsExactlyCoverRect(impl.quad_list(), impl 1483 cc/layers/delegated_renderer_layer_impl_unittest.cc EXPECT_EQ(impl.quad_list().size(), 0u); impl 1491 cc/layers/delegated_renderer_layer_impl_unittest.cc impl.AppendQuadsForPassWithOcclusion( impl 1493 cc/layers/delegated_renderer_layer_impl_unittest.cc LayerTestCommon::VerifyQuadsExactlyCoverRect(impl.quad_list(), impl 1495 cc/layers/delegated_renderer_layer_impl_unittest.cc EXPECT_EQ(impl.quad_list().size(), 0u); impl 1505 cc/layers/delegated_renderer_layer_impl_unittest.cc impl.AppendQuadsForPassWithOcclusion( impl 1509 cc/layers/delegated_renderer_layer_impl_unittest.cc impl.quad_list(), impl 1514 cc/layers/delegated_renderer_layer_impl_unittest.cc EXPECT_EQ(1u, impl.quad_list().size()); impl 1523 cc/layers/delegated_renderer_layer_impl_unittest.cc impl.AppendQuadsForPassWithOcclusion( impl 1527 cc/layers/delegated_renderer_layer_impl_unittest.cc impl.quad_list(), impl 1532 cc/layers/delegated_renderer_layer_impl_unittest.cc EXPECT_EQ(1u, impl.quad_list().size()); impl 1538 cc/layers/delegated_renderer_layer_impl_unittest.cc impl.quad_list()[0]->visible_rect.ToString()); impl 17 cc/layers/io_surface_layer_impl_unittest.cc LayerTestCommon::LayerImplTest impl; impl 20 cc/layers/io_surface_layer_impl_unittest.cc impl.AddChildToRoot<IOSurfaceLayerImpl>(); impl 26 cc/layers/io_surface_layer_impl_unittest.cc impl.CalcDrawProps(viewport_size); impl 31 cc/layers/io_surface_layer_impl_unittest.cc impl.AppendQuadsWithOcclusion(io_surface_layer_impl, occluded); impl 33 cc/layers/io_surface_layer_impl_unittest.cc LayerTestCommon::VerifyQuadsExactlyCoverRect(impl.quad_list(), impl 35 cc/layers/io_surface_layer_impl_unittest.cc EXPECT_EQ(1u, impl.quad_list().size()); impl 41 cc/layers/io_surface_layer_impl_unittest.cc impl.AppendQuadsWithOcclusion(io_surface_layer_impl, occluded); impl 43 cc/layers/io_surface_layer_impl_unittest.cc LayerTestCommon::VerifyQuadsExactlyCoverRect(impl.quad_list(), gfx::Rect()); impl 44 cc/layers/io_surface_layer_impl_unittest.cc EXPECT_EQ(impl.quad_list().size(), 0u); impl 50 cc/layers/io_surface_layer_impl_unittest.cc impl.AppendQuadsWithOcclusion(io_surface_layer_impl, occluded); impl 54 cc/layers/io_surface_layer_impl_unittest.cc impl.quad_list(), impl 59 cc/layers/io_surface_layer_impl_unittest.cc EXPECT_EQ(1u, impl.quad_list().size()); impl 17 cc/layers/render_surface_impl_unittest.cc LayerTestCommon::LayerImplTest impl; impl 19 cc/layers/render_surface_impl_unittest.cc LayerImpl* owning_layer_impl = impl.AddChildToRoot<LayerImpl>(); impl 26 cc/layers/render_surface_impl_unittest.cc impl.CalcDrawProps(viewport_size); impl 34 cc/layers/render_surface_impl_unittest.cc impl.AppendSurfaceQuadsWithOcclusion(render_surface_impl, occluded); impl 36 cc/layers/render_surface_impl_unittest.cc LayerTestCommon::VerifyQuadsExactlyCoverRect(impl.quad_list(), impl 38 cc/layers/render_surface_impl_unittest.cc EXPECT_EQ(1u, impl.quad_list().size()); impl 44 cc/layers/render_surface_impl_unittest.cc impl.AppendSurfaceQuadsWithOcclusion(render_surface_impl, occluded); impl 46 cc/layers/render_surface_impl_unittest.cc LayerTestCommon::VerifyQuadsExactlyCoverRect(impl.quad_list(), gfx::Rect()); impl 47 cc/layers/render_surface_impl_unittest.cc EXPECT_EQ(impl.quad_list().size(), 0u); impl 53 cc/layers/render_surface_impl_unittest.cc impl.AppendSurfaceQuadsWithOcclusion(render_surface_impl, occluded); impl 57 cc/layers/render_surface_impl_unittest.cc impl.quad_list(), impl 62 cc/layers/render_surface_impl_unittest.cc EXPECT_EQ(1u, impl.quad_list().size()); impl 176 cc/layers/solid_color_layer_impl_unittest.cc LayerTestCommon::LayerImplTest impl; impl 179 cc/layers/solid_color_layer_impl_unittest.cc impl.AddChildToRoot<SolidColorLayerImpl>(); impl 186 cc/layers/solid_color_layer_impl_unittest.cc impl.CalcDrawProps(viewport_size); impl 191 cc/layers/solid_color_layer_impl_unittest.cc impl.AppendQuadsWithOcclusion(solid_color_layer_impl, occluded); impl 193 cc/layers/solid_color_layer_impl_unittest.cc LayerTestCommon::VerifyQuadsExactlyCoverRect(impl.quad_list(), impl 195 cc/layers/solid_color_layer_impl_unittest.cc EXPECT_EQ(16u, impl.quad_list().size()); impl 201 cc/layers/solid_color_layer_impl_unittest.cc impl.AppendQuadsWithOcclusion(solid_color_layer_impl, occluded); impl 203 cc/layers/solid_color_layer_impl_unittest.cc LayerTestCommon::VerifyQuadsExactlyCoverRect(impl.quad_list(), gfx::Rect()); impl 204 cc/layers/solid_color_layer_impl_unittest.cc EXPECT_EQ(impl.quad_list().size(), 0u); impl 210 cc/layers/solid_color_layer_impl_unittest.cc impl.AppendQuadsWithOcclusion(solid_color_layer_impl, occluded); impl 214 cc/layers/solid_color_layer_impl_unittest.cc impl.quad_list(), impl 219 cc/layers/solid_color_layer_impl_unittest.cc EXPECT_EQ(16u - 4u, impl.quad_list().size()); impl 17 cc/layers/solid_color_scrollbar_layer_impl_unittest.cc LayerTestCommon::LayerImplTest impl; impl 25 cc/layers/solid_color_scrollbar_layer_impl_unittest.cc impl.AddChildToRoot<SolidColorScrollbarLayerImpl>( impl 38 cc/layers/solid_color_scrollbar_layer_impl_unittest.cc impl.CalcDrawProps(viewport_size); impl 47 cc/layers/solid_color_scrollbar_layer_impl_unittest.cc impl.AppendQuadsWithOcclusion(scrollbar_layer_impl, occluded); impl 49 cc/layers/solid_color_scrollbar_layer_impl_unittest.cc LayerTestCommon::VerifyQuadsExactlyCoverRect(impl.quad_list(), thumb_rect); impl 50 cc/layers/solid_color_scrollbar_layer_impl_unittest.cc EXPECT_EQ(1u, impl.quad_list().size()); impl 56 cc/layers/solid_color_scrollbar_layer_impl_unittest.cc impl.AppendQuadsWithOcclusion(scrollbar_layer_impl, occluded); impl 58 cc/layers/solid_color_scrollbar_layer_impl_unittest.cc LayerTestCommon::VerifyQuadsExactlyCoverRect(impl.quad_list(), gfx::Rect()); impl 59 cc/layers/solid_color_scrollbar_layer_impl_unittest.cc EXPECT_EQ(impl.quad_list().size(), 0u); impl 65 cc/layers/solid_color_scrollbar_layer_impl_unittest.cc impl.AppendQuadsWithOcclusion(scrollbar_layer_impl, occluded); impl 69 cc/layers/solid_color_scrollbar_layer_impl_unittest.cc impl.quad_list(), thumb_rect, occluded, &partially_occluded_count); impl 71 cc/layers/solid_color_scrollbar_layer_impl_unittest.cc EXPECT_EQ(1u, impl.quad_list().size()); impl 17 cc/layers/surface_layer_impl_unittest.cc LayerTestCommon::LayerImplTest impl; impl 20 cc/layers/surface_layer_impl_unittest.cc impl.AddChildToRoot<SurfaceLayerImpl>(); impl 27 cc/layers/surface_layer_impl_unittest.cc impl.CalcDrawProps(viewport_size); impl 32 cc/layers/surface_layer_impl_unittest.cc impl.AppendQuadsWithOcclusion(surface_layer_impl, occluded); impl 34 cc/layers/surface_layer_impl_unittest.cc LayerTestCommon::VerifyQuadsExactlyCoverRect(impl.quad_list(), impl 36 cc/layers/surface_layer_impl_unittest.cc EXPECT_EQ(1u, impl.quad_list().size()); impl 42 cc/layers/surface_layer_impl_unittest.cc impl.AppendQuadsWithOcclusion(surface_layer_impl, occluded); impl 44 cc/layers/surface_layer_impl_unittest.cc LayerTestCommon::VerifyQuadsExactlyCoverRect(impl.quad_list(), gfx::Rect()); impl 45 cc/layers/surface_layer_impl_unittest.cc EXPECT_EQ(impl.quad_list().size(), 0u); impl 51 cc/layers/surface_layer_impl_unittest.cc impl.AppendQuadsWithOcclusion(surface_layer_impl, occluded); impl 55 cc/layers/surface_layer_impl_unittest.cc impl.quad_list(), impl 60 cc/layers/surface_layer_impl_unittest.cc EXPECT_EQ(1u, impl.quad_list().size()); impl 21 cc/layers/texture_layer_impl_unittest.cc LayerTestCommon::LayerImplTest impl; impl 24 cc/layers/texture_layer_impl_unittest.cc impl.output_surface()->context_provider()->ContextGL()->GenMailboxCHROMIUM( impl 30 cc/layers/texture_layer_impl_unittest.cc impl.AddChildToRoot<TextureLayerImpl>(uses_mailbox); impl 39 cc/layers/texture_layer_impl_unittest.cc impl.CalcDrawProps(viewport_size); impl 44 cc/layers/texture_layer_impl_unittest.cc impl.AppendQuadsWithOcclusion(texture_layer_impl, occluded); impl 46 cc/layers/texture_layer_impl_unittest.cc LayerTestCommon::VerifyQuadsExactlyCoverRect(impl.quad_list(), impl 48 cc/layers/texture_layer_impl_unittest.cc EXPECT_EQ(1u, impl.quad_list().size()); impl 54 cc/layers/texture_layer_impl_unittest.cc impl.AppendQuadsWithOcclusion(texture_layer_impl, occluded); impl 56 cc/layers/texture_layer_impl_unittest.cc LayerTestCommon::VerifyQuadsExactlyCoverRect(impl.quad_list(), gfx::Rect()); impl 57 cc/layers/texture_layer_impl_unittest.cc EXPECT_EQ(impl.quad_list().size(), 0u); impl 63 cc/layers/texture_layer_impl_unittest.cc impl.AppendQuadsWithOcclusion(texture_layer_impl, occluded); impl 67 cc/layers/texture_layer_impl_unittest.cc impl.quad_list(), impl 72 cc/layers/texture_layer_impl_unittest.cc EXPECT_EQ(1u, impl.quad_list().size()); impl 1040 cc/layers/texture_layer_unittest.cc virtual void WillActivateTreeOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 1123 cc/layers/texture_layer_unittest.cc virtual void WillActivateTreeOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 151 cc/layers/ui_resource_layer_impl_unittest.cc LayerTestCommon::LayerImplTest impl; impl 158 cc/layers/ui_resource_layer_impl_unittest.cc impl.host_impl()->CreateUIResource(uid, bitmap); impl 161 cc/layers/ui_resource_layer_impl_unittest.cc impl.AddChildToRoot<UIResourceLayerImpl>(); impl 168 cc/layers/ui_resource_layer_impl_unittest.cc impl.CalcDrawProps(viewport_size); impl 173 cc/layers/ui_resource_layer_impl_unittest.cc impl.AppendQuadsWithOcclusion(ui_resource_layer_impl, occluded); impl 175 cc/layers/ui_resource_layer_impl_unittest.cc LayerTestCommon::VerifyQuadsExactlyCoverRect(impl.quad_list(), impl 177 cc/layers/ui_resource_layer_impl_unittest.cc EXPECT_EQ(1u, impl.quad_list().size()); impl 183 cc/layers/ui_resource_layer_impl_unittest.cc impl.AppendQuadsWithOcclusion(ui_resource_layer_impl, occluded); impl 185 cc/layers/ui_resource_layer_impl_unittest.cc LayerTestCommon::VerifyQuadsExactlyCoverRect(impl.quad_list(), gfx::Rect()); impl 186 cc/layers/ui_resource_layer_impl_unittest.cc EXPECT_EQ(impl.quad_list().size(), 0u); impl 192 cc/layers/ui_resource_layer_impl_unittest.cc impl.AppendQuadsWithOcclusion(ui_resource_layer_impl, occluded); impl 196 cc/layers/ui_resource_layer_impl_unittest.cc impl.quad_list(), impl 201 cc/layers/ui_resource_layer_impl_unittest.cc EXPECT_EQ(1u, impl.quad_list().size()); impl 23 cc/layers/video_layer_impl_unittest.cc LayerTestCommon::LayerImplTest impl; impl 24 cc/layers/video_layer_impl_unittest.cc DebugScopedSetImplThreadAndMainThreadBlocked thread(impl.proxy()); impl 36 cc/layers/video_layer_impl_unittest.cc impl.AddChildToRoot<VideoLayerImpl>(&provider); impl 42 cc/layers/video_layer_impl_unittest.cc impl.CalcDrawProps(viewport_size); impl 47 cc/layers/video_layer_impl_unittest.cc impl.AppendQuadsWithOcclusion(video_layer_impl, occluded); impl 49 cc/layers/video_layer_impl_unittest.cc LayerTestCommon::VerifyQuadsExactlyCoverRect(impl.quad_list(), impl 51 cc/layers/video_layer_impl_unittest.cc EXPECT_EQ(1u, impl.quad_list().size()); impl 57 cc/layers/video_layer_impl_unittest.cc impl.AppendQuadsWithOcclusion(video_layer_impl, occluded); impl 59 cc/layers/video_layer_impl_unittest.cc LayerTestCommon::VerifyQuadsExactlyCoverRect(impl.quad_list(), gfx::Rect()); impl 60 cc/layers/video_layer_impl_unittest.cc EXPECT_EQ(impl.quad_list().size(), 0u); impl 66 cc/layers/video_layer_impl_unittest.cc impl.AppendQuadsWithOcclusion(video_layer_impl, occluded); impl 70 cc/layers/video_layer_impl_unittest.cc impl.quad_list(), impl 75 cc/layers/video_layer_impl_unittest.cc EXPECT_EQ(1u, impl.quad_list().size()); impl 81 cc/layers/video_layer_impl_unittest.cc LayerTestCommon::LayerImplTest impl; impl 82 cc/layers/video_layer_impl_unittest.cc DebugScopedSetImplThreadAndMainThreadBlocked thread(impl.proxy()); impl 86 cc/layers/video_layer_impl_unittest.cc impl.AddChildToRoot<VideoLayerImpl>(&provider); impl 71 cc/test/layer_tree_pixel_test.cc void LayerTreePixelTest::CommitCompleteOnThread(LayerTreeHostImpl* impl) { impl 73 cc/test/layer_tree_pixel_test.cc impl->pending_tree() ? impl->pending_tree() : impl->active_tree(); impl 77 cc/test/layer_tree_pixel_test.cc gfx::Rect viewport = impl->DeviceViewport(); impl 82 cc/test/layer_tree_pixel_test.cc impl->SetExternalDrawConstraints(gfx::Transform(), viewport, viewport, true); impl 83 cc/test/layer_tree_pixel_test.cc EXPECT_EQ(viewport.ToString(), impl->DeviceViewport().ToString()); impl 39 cc/test/layer_tree_pixel_test.h virtual void CommitCompleteOnThread(LayerTreeHostImpl* impl) OVERRIDE; impl 712 cc/test/layer_tree_test.cc int LayerTreeTest::LastCommittedSourceFrameNumber(LayerTreeHostImpl* impl) impl 714 cc/test/layer_tree_test.cc if (impl->pending_tree()) impl 715 cc/test/layer_tree_test.cc return impl->pending_tree()->source_frame_number(); impl 716 cc/test/layer_tree_test.cc if (impl->active_tree()) impl 717 cc/test/layer_tree_test.cc return impl->active_tree()->source_frame_number(); impl 184 cc/test/layer_tree_test.h int LastCommittedSourceFrameNumber(LayerTreeHostImpl* impl) const; impl 74 cc/trees/layer_tree_host_perftest.cc virtual void DrawLayersOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 79 cc/trees/layer_tree_host_perftest.cc CleanUpAndEndTest(impl); impl 83 cc/trees/layer_tree_host_perftest.cc impl->SetNeedsRedraw(); impl 85 cc/trees/layer_tree_host_perftest.cc impl->SetFullRootLayerDamage(); impl 29 cc/trees/layer_tree_host_pixeltest_on_demand_raster.cc virtual void BeginCommitOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 31 cc/trees/layer_tree_host_pixeltest_on_demand_raster.cc impl->SetMemoryPolicy( impl 81 cc/trees/layer_tree_host_unittest.cc virtual void DrawLayersOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 83 cc/trees/layer_tree_host_unittest.cc if (!impl->active_tree()->source_frame_number()) impl 87 cc/trees/layer_tree_host_unittest.cc virtual void CommitCompleteOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 111 cc/trees/layer_tree_host_unittest.cc virtual void DrawLayersOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 115 cc/trees/layer_tree_host_unittest.cc virtual void CommitCompleteOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 164 cc/trees/layer_tree_host_unittest.cc virtual void DrawLayersOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 165 cc/trees/layer_tree_host_unittest.cc VerifyAfterValues(impl->active_tree()->root_layer()); impl 242 cc/trees/layer_tree_host_unittest.cc virtual void DrawLayersOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 243 cc/trees/layer_tree_host_unittest.cc EXPECT_EQ(0, impl->active_tree()->source_frame_number()); impl 253 cc/trees/layer_tree_host_unittest.cc virtual void CommitCompleteOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 309 cc/trees/layer_tree_host_unittest.cc virtual void DrawLayersOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 898 cc/trees/layer_tree_host_unittest.cc virtual void DrawLayersOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 902 cc/trees/layer_tree_host_unittest.cc EXPECT_TRUE(impl->CanDraw()); impl 903 cc/trees/layer_tree_host_unittest.cc EXPECT_EQ(0, impl->active_tree()->source_frame_number()); impl 906 cc/trees/layer_tree_host_unittest.cc virtual void CommitCompleteOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 909 cc/trees/layer_tree_host_unittest.cc if (LastCommittedSourceFrameNumber(impl) >= 1) { impl 911 cc/trees/layer_tree_host_unittest.cc EXPECT_FALSE(impl->CanDraw()); impl 954 cc/trees/layer_tree_host_unittest.cc virtual void DrawLayersOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 959 cc/trees/layer_tree_host_unittest.cc virtual void CommitCompleteOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 984 cc/trees/layer_tree_host_unittest.cc virtual void CommitCompleteOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 1072 cc/trees/layer_tree_host_unittest.cc virtual void DidActivateTreeOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 1073 cc/trees/layer_tree_host_unittest.cc EXPECT_EQ(gfx::Size(20, 20), impl->DrawViewportSize()); impl 1074 cc/trees/layer_tree_host_unittest.cc EXPECT_EQ(SK_ColorGRAY, impl->active_tree()->background_color()); impl 1100 cc/trees/layer_tree_host_unittest.cc virtual void BeginCommitOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 1102 cc/trees/layer_tree_host_unittest.cc impl->BlockNotifyReadyToActivateForTesting(true); impl 1105 cc/trees/layer_tree_host_unittest.cc virtual void WillBeginImplFrameOnThread(LayerTreeHostImpl* impl, impl 1107 cc/trees/layer_tree_host_unittest.cc if (impl->pending_tree()) impl 1111 cc/trees/layer_tree_host_unittest.cc impl->BlockNotifyReadyToActivateForTesting(false); impl 1114 cc/trees/layer_tree_host_unittest.cc virtual void DidBeginImplFrameOnThread(LayerTreeHostImpl* impl, impl 1118 cc/trees/layer_tree_host_unittest.cc first_frame_time_ = impl->CurrentFrameTimeTicks(); impl 1122 cc/trees/layer_tree_host_unittest.cc virtual void DrawLayersOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 1126 cc/trees/layer_tree_host_unittest.cc impl->CurrentFrameTimeTicks().ToInternalValue()); impl 1131 cc/trees/layer_tree_host_unittest.cc EXPECT_FALSE(impl->settings().impl_side_painting); impl 1134 cc/trees/layer_tree_host_unittest.cc virtual void DidActivateTreeOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 1135 cc/trees/layer_tree_host_unittest.cc if (impl->settings().impl_side_painting) impl 1162 cc/trees/layer_tree_host_unittest.cc virtual void DrawLayersOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 1165 cc/trees/layer_tree_host_unittest.cc first_frame_time_ = impl->CurrentFrameTimeTicks(); impl 1166 cc/trees/layer_tree_host_unittest.cc impl->SetNeedsRedraw(); impl 1176 cc/trees/layer_tree_host_unittest.cc EXPECT_NE(first_frame_time_, impl->CurrentFrameTimeTicks()); impl 1239 cc/trees/layer_tree_host_unittest.cc virtual void DidActivateTreeOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 1242 cc/trees/layer_tree_host_unittest.cc switch (impl->active_tree()->source_frame_number()) { impl 1244 cc/trees/layer_tree_host_unittest.cc EXPECT_EQ(1.f, impl->active_tree()->page_scale_factor()); impl 1248 cc/trees/layer_tree_host_unittest.cc EXPECT_EQ(1.f, impl->active_tree()->page_scale_factor()); impl 1251 cc/trees/layer_tree_host_unittest.cc EXPECT_EQ(1.25f, impl->active_tree()->page_scale_factor()); impl 1289 cc/trees/layer_tree_host_unittest.cc virtual void DrawLayersOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 1290 cc/trees/layer_tree_host_unittest.cc EXPECT_TRUE(impl->visible()); impl 1369 cc/trees/layer_tree_host_unittest.cc virtual void CommitCompleteOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 1442 cc/trees/layer_tree_host_unittest.cc virtual void DidActivateTreeOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 1444 cc/trees/layer_tree_host_unittest.cc EXPECT_EQ(0, impl->active_tree()->source_frame_number()); impl 1446 cc/trees/layer_tree_host_unittest.cc EXPECT_NEAR(impl->device_scale_factor(), 1.5f, 0.00001f); impl 1449 cc/trees/layer_tree_host_unittest.cc ASSERT_EQ(1u, impl->active_tree()->root_layer()->children().size()); impl 1452 cc/trees/layer_tree_host_unittest.cc EXPECT_EQ(gfx::Size(60, 60), impl->DrawViewportSize()); impl 1454 cc/trees/layer_tree_host_unittest.cc LayerImpl* root = impl->active_tree()->root_layer(); impl 1455 cc/trees/layer_tree_host_unittest.cc LayerImpl* child = impl->active_tree()->root_layer()->children()[0]; impl 1463 cc/trees/layer_tree_host_unittest.cc impl->PrepareToDraw(&frame_data, gfx::Rect()); impl 1464 cc/trees/layer_tree_host_unittest.cc impl->DidDrawAllLayers(frame_data); impl 1485 cc/trees/layer_tree_host_unittest.cc scale_transform.Scale(impl->device_scale_factor(), impl 1486 cc/trees/layer_tree_host_unittest.cc impl->device_scale_factor()); impl 1551 cc/trees/layer_tree_host_unittest.cc virtual void DidActivateTreeOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 1556 cc/trees/layer_tree_host_unittest.cc switch (impl->active_tree()->source_frame_number()) { impl 1592 cc/trees/layer_tree_host_unittest.cc virtual void DrawLayersOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 1595 cc/trees/layer_tree_host_unittest.cc if (drew_frame_ == impl->active_tree()->source_frame_number()) { impl 1599 cc/trees/layer_tree_host_unittest.cc drew_frame_ = impl->active_tree()->source_frame_number(); impl 1629 cc/trees/layer_tree_host_unittest.cc virtual void DidActivateTreeOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 1634 cc/trees/layer_tree_host_unittest.cc switch (impl->active_tree()->source_frame_number()) { impl 1747 cc/trees/layer_tree_host_unittest.cc virtual void CommitCompleteOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 1752 cc/trees/layer_tree_host_unittest.cc switch (impl->active_tree()->source_frame_number()) { impl 1837 cc/trees/layer_tree_host_unittest.cc virtual void DrawLayersOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 1838 cc/trees/layer_tree_host_unittest.cc EXPECT_LT(impl->active_tree()->source_frame_number(), 5); impl 1844 cc/trees/layer_tree_host_unittest.cc if (impl->active_tree()->source_frame_number() == 3) { impl 1848 cc/trees/layer_tree_host_unittest.cc << "For frame " << impl->active_tree()->source_frame_number(); impl 1893 cc/trees/layer_tree_host_unittest.cc virtual void DrawLayersOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 2029 cc/trees/layer_tree_host_unittest.cc virtual void PushPropertiesTo(LayerImpl* impl) OVERRIDE; impl 2195 cc/trees/layer_tree_host_unittest.cc virtual void CommitCompleteOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 2196 cc/trees/layer_tree_host_unittest.cc impl_for_evict_textures_ = impl; impl 2257 cc/trees/layer_tree_host_unittest.cc virtual void CommitCompleteOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 2262 cc/trees/layer_tree_host_unittest.cc virtual void DrawLayersOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 2305 cc/trees/layer_tree_host_unittest.cc virtual void CommitCompleteOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 2310 cc/trees/layer_tree_host_unittest.cc virtual void DrawLayersOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 3222 cc/trees/layer_tree_host_unittest.cc void PerformTest(LayerTreeHostImpl* impl) { impl 3225 cc/trees/layer_tree_host_unittest.cc int frame = impl->active_tree()->source_frame_number(); impl 3251 cc/trees/layer_tree_host_unittest.cc virtual void CommitCompleteOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 3253 cc/trees/layer_tree_host_unittest.cc PerformTest(impl); impl 3256 cc/trees/layer_tree_host_unittest.cc virtual void DidActivateTreeOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 3258 cc/trees/layer_tree_host_unittest.cc PerformTest(impl); impl 4302 cc/trees/layer_tree_host_unittest.cc virtual void DrawLayersOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 4304 cc/trees/layer_tree_host_unittest.cc if (impl->active_tree()->source_frame_number() == 1) impl 4308 cc/trees/layer_tree_host_unittest.cc virtual void CommitCompleteOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 4417 cc/trees/layer_tree_host_unittest.cc virtual void DidActivateTreeOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 4418 cc/trees/layer_tree_host_unittest.cc LayerImpl* root = impl->active_tree()->root_layer(); impl 4422 cc/trees/layer_tree_host_unittest.cc switch (impl->active_tree()->source_frame_number()) { impl 4503 cc/trees/layer_tree_host_unittest.cc virtual void BeginCommitOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 4507 cc/trees/layer_tree_host_unittest.cc virtual void DrawLayersOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 4508 cc/trees/layer_tree_host_unittest.cc switch (impl->SourceAnimationFrameNumber()) { impl 4511 cc/trees/layer_tree_host_unittest.cc impl->active_tree()->SetContentsTexturesPurged(); impl 4512 cc/trees/layer_tree_host_unittest.cc EXPECT_FALSE(impl->CanDraw()); impl 4514 cc/trees/layer_tree_host_unittest.cc impl->SetNeedsCommit(); impl 4563 cc/trees/layer_tree_host_unittest.cc virtual void DidActivateTreeOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 4642 cc/trees/layer_tree_host_unittest.cc virtual void CommitCompleteOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 4648 cc/trees/layer_tree_host_unittest.cc impl->SetMemoryPolicy(ManagedMemoryPolicy( impl 4656 cc/trees/layer_tree_host_unittest.cc impl->SetMemoryPolicy(ManagedMemoryPolicy( impl 4758 cc/trees/layer_tree_host_unittest.cc virtual void DidActivateTreeOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 4760 cc/trees/layer_tree_host_unittest.cc static_cast<FakeContentLayerImpl*>(impl->RootLayer()); impl 4829 cc/trees/layer_tree_host_unittest.cc virtual void SwapBuffersOnThread(LayerTreeHostImpl* impl, impl 4831 cc/trees/layer_tree_host_unittest.cc switch (impl->active_tree()->source_frame_number()) { impl 4834 cc/trees/layer_tree_host_unittest.cc impl->memory_allocation_limit_bytes()); impl 4841 cc/trees/layer_tree_host_unittest.cc impl->memory_allocation_limit_bytes()); impl 5264 cc/trees/layer_tree_host_unittest.cc virtual void DrawLayersOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 5269 cc/trees/layer_tree_host_unittest.cc virtual void CommitCompleteOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 809 cc/trees/layer_tree_host_unittest_animation.cc virtual void DrawLayersOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 847 cc/trees/layer_tree_host_unittest_animation.cc virtual void CommitCompleteOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 849 cc/trees/layer_tree_host_unittest_animation.cc if (impl->active_tree()->source_frame_number() > 1) impl 853 cc/trees/layer_tree_host_unittest_animation.cc virtual void DrawLayersOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 855 cc/trees/layer_tree_host_unittest_animation.cc if (impl->active_tree()->source_frame_number() > 1) impl 892 cc/trees/layer_tree_host_unittest_animation.cc virtual void DrawLayersOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 926 cc/trees/layer_tree_host_unittest_animation.cc virtual void DrawLayersOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 698 cc/trees/layer_tree_host_unittest_context.cc DebugScopedSetImplThread impl(proxy()); impl 716 cc/trees/layer_tree_host_unittest_context.cc virtual void CommitCompleteOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 717 cc/trees/layer_tree_host_unittest_context.cc LayerTreeHostContextTest::CommitCompleteOnThread(impl); impl 723 cc/trees/layer_tree_host_unittest_context.cc impl_host_ = impl; impl 1468 cc/trees/layer_tree_host_unittest_context.cc virtual void CommitCompleteOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 1469 cc/trees/layer_tree_host_unittest_context.cc LayerTreeHostContextTest::CommitCompleteOnThread(impl); impl 1557 cc/trees/layer_tree_host_unittest_context.cc virtual void StepCompleteOnImplThread(LayerTreeHostImpl* impl) = 0; impl 1559 cc/trees/layer_tree_host_unittest_context.cc virtual void CommitCompleteOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 1561 cc/trees/layer_tree_host_unittest_context.cc StepCompleteOnImplThread(impl); impl 1567 cc/trees/layer_tree_host_unittest_context.cc virtual void DidActivateTreeOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 1569 cc/trees/layer_tree_host_unittest_context.cc StepCompleteOnImplThread(impl); impl 1604 cc/trees/layer_tree_host_unittest_context.cc virtual void StepCompleteOnImplThread(LayerTreeHostImpl* impl) OVERRIDE { impl 1605 cc/trees/layer_tree_host_unittest_context.cc LayerTreeHostContextTest::CommitCompleteOnThread(impl); impl 1609 cc/trees/layer_tree_host_unittest_context.cc EXPECT_NE(0u, impl->ResourceIdForUIResource(ui_resource_->id())); impl 1621 cc/trees/layer_tree_host_unittest_context.cc EXPECT_NE(0u, impl->ResourceIdForUIResource(ui_resource_->id())); impl 1698 cc/trees/layer_tree_host_unittest_context.cc virtual void StepCompleteOnImplThread(LayerTreeHostImpl* impl) OVERRIDE { impl 1699 cc/trees/layer_tree_host_unittest_context.cc LayerTreeHostContextTest::CommitCompleteOnThread(impl); impl 1714 cc/trees/layer_tree_host_unittest_context.cc EXPECT_EQ(0u, impl->ResourceIdForUIResource(test_id0_)); impl 1717 cc/trees/layer_tree_host_unittest_context.cc EXPECT_NE(0u, impl->ResourceIdForUIResource(test_id1_)); impl 1722 cc/trees/layer_tree_host_unittest_context.cc EXPECT_EQ(0u, impl->ResourceIdForUIResource(test_id1_)); impl 1736 cc/trees/layer_tree_host_unittest_context.cc EXPECT_EQ(0u, impl->ResourceIdForUIResource(test_id0_)); impl 1774 cc/trees/layer_tree_host_unittest_context.cc virtual void CommitCompleteOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 1775 cc/trees/layer_tree_host_unittest_context.cc LayerTreeHostContextTest::CommitCompleteOnThread(impl); impl 1786 cc/trees/layer_tree_host_unittest_context.cc virtual void WillActivateTreeOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 1794 cc/trees/layer_tree_host_unittest_context.cc EXPECT_EQ(0u, impl->ResourceIdForUIResource(ui_resource_->id())); impl 1803 cc/trees/layer_tree_host_unittest_context.cc virtual void DidActivateTreeOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 1804 cc/trees/layer_tree_host_unittest_context.cc LayerTreeHostContextTest::DidActivateTreeOnThread(impl); impl 1808 cc/trees/layer_tree_host_unittest_context.cc EXPECT_NE(0u, impl->ResourceIdForUIResource(ui_resource_->id())); impl 1817 cc/trees/layer_tree_host_unittest_context.cc EXPECT_EQ(0u, impl->ResourceIdForUIResource(test_id_)); impl 1864 cc/trees/layer_tree_host_unittest_context.cc virtual void DidSetVisibleOnImplTree(LayerTreeHostImpl* impl, impl 1870 cc/trees/layer_tree_host_unittest_context.cc EXPECT_EQ(0u, impl->ResourceIdForUIResource(ui_resource_->id())); impl 1875 cc/trees/layer_tree_host_unittest_context.cc EXPECT_FALSE(impl->CanDraw()); impl 1881 cc/trees/layer_tree_host_unittest_context.cc virtual void StepCompleteOnImplThread(LayerTreeHostImpl* impl) OVERRIDE { impl 1883 cc/trees/layer_tree_host_unittest_context.cc LayerTreeHostContextTest::CommitCompleteOnThread(impl); impl 1888 cc/trees/layer_tree_host_unittest_context.cc EXPECT_NE(0u, impl->ResourceIdForUIResource(ui_resource_->id())); impl 1891 cc/trees/layer_tree_host_unittest_context.cc EXPECT_TRUE(impl->CanDraw()); impl 1893 cc/trees/layer_tree_host_unittest_context.cc impl->EvictAllUIResources(); impl 1895 cc/trees/layer_tree_host_unittest_context.cc EXPECT_EQ(0u, impl->ResourceIdForUIResource(ui_resource_->id())); impl 1898 cc/trees/layer_tree_host_unittest_context.cc EXPECT_FALSE(impl->CanDraw()); impl 1903 cc/trees/layer_tree_host_unittest_context.cc EXPECT_NE(0u, impl->ResourceIdForUIResource(ui_resource_->id())); impl 1906 cc/trees/layer_tree_host_unittest_context.cc EXPECT_TRUE(impl->CanDraw()); impl 1912 cc/trees/layer_tree_host_unittest_context.cc EXPECT_NE(0u, impl->ResourceIdForUIResource(ui_resource_->id())); impl 1915 cc/trees/layer_tree_host_unittest_context.cc EXPECT_TRUE(impl->CanDraw()); impl 1958 cc/trees/layer_tree_host_unittest_context.cc virtual void CommitCompleteOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 1959 cc/trees/layer_tree_host_unittest_context.cc LayerTreeHostContextTest::CommitCompleteOnThread(impl); impl 1960 cc/trees/layer_tree_host_unittest_context.cc switch (LastCommittedSourceFrameNumber(impl)) { impl 496 cc/trees/layer_tree_host_unittest_copyrequest.cc virtual void DidActivateTreeOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 497 cc/trees/layer_tree_host_unittest_copyrequest.cc if (impl->active_tree()->source_frame_number() == 0) { impl 498 cc/trees/layer_tree_host_unittest_copyrequest.cc LayerImpl* root = impl->active_tree()->root_layer(); impl 608 cc/trees/layer_tree_host_unittest_copyrequest.cc virtual void SwapBuffersOnThread(LayerTreeHostImpl* impl, impl 610 cc/trees/layer_tree_host_unittest_copyrequest.cc switch (impl->active_tree()->source_frame_number()) { impl 704 cc/trees/layer_tree_host_unittest_copyrequest.cc virtual void SwapBuffersOnThread(LayerTreeHostImpl* impl, impl 706 cc/trees/layer_tree_host_unittest_copyrequest.cc switch (impl->active_tree()->source_frame_number()) { impl 850 cc/trees/layer_tree_host_unittest_copyrequest.cc virtual void DidActivateTreeOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 927 cc/trees/layer_tree_host_unittest_copyrequest.cc virtual void DidActivateTreeOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 52 cc/trees/layer_tree_host_unittest_damage.cc LayerTreeHostImpl* impl, impl 58 cc/trees/layer_tree_host_unittest_damage.cc impl->active_tree()->root_layer()->render_surface(); impl 114 cc/trees/layer_tree_host_unittest_damage.cc LayerTreeHostImpl* impl, impl 120 cc/trees/layer_tree_host_unittest_damage.cc impl->active_tree()->root_layer()->render_surface(); impl 1883 cc/trees/layer_tree_host_unittest_delegated.cc virtual void WillActivateTreeOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 55 cc/trees/layer_tree_host_unittest_picture.cc virtual void WillActivateTreeOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 56 cc/trees/layer_tree_host_unittest_picture.cc LayerImpl* pending_root_impl = impl->pending_tree()->root_layer(); impl 57 cc/trees/layer_tree_host_unittest_picture.cc LayerImpl* active_root_impl = impl->active_tree()->root_layer(); impl 91 cc/trees/layer_tree_host_unittest_picture.cc virtual void DidActivateTreeOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 92 cc/trees/layer_tree_host_unittest_picture.cc LayerImpl* active_root_impl = impl->active_tree()->root_layer(); impl 63 cc/trees/layer_tree_host_unittest_scroll.cc virtual void DrawLayersOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 64 cc/trees/layer_tree_host_unittest_scroll.cc LayerImpl* root = impl->active_tree()->root_layer(); impl 73 cc/trees/layer_tree_host_unittest_scroll.cc switch (impl->active_tree()->source_frame_number()) { impl 124 cc/trees/layer_tree_host_unittest_scroll.cc virtual void BeginCommitOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 139 cc/trees/layer_tree_host_unittest_scroll.cc virtual void DrawLayersOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 141 cc/trees/layer_tree_host_unittest_scroll.cc impl->active_tree()->LayerById(scroll_layer_->id()); impl 142 cc/trees/layer_tree_host_unittest_scroll.cc if (impl->active_tree()->source_frame_number() == 0 && impl 143 cc/trees/layer_tree_host_unittest_scroll.cc impl->SourceAnimationFrameNumber() == 1) { impl 151 cc/trees/layer_tree_host_unittest_scroll.cc } else if (impl->active_tree()->source_frame_number() == 0 && impl 152 cc/trees/layer_tree_host_unittest_scroll.cc impl->SourceAnimationFrameNumber() == 2) { impl 161 cc/trees/layer_tree_host_unittest_scroll.cc } else if (impl->active_tree()->source_frame_number() == 1) { impl 163 cc/trees/layer_tree_host_unittest_scroll.cc EXPECT_GE(impl->SourceAnimationFrameNumber(), 3); impl 271 cc/trees/layer_tree_host_unittest_scroll.cc virtual void BeginCommitOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 275 cc/trees/layer_tree_host_unittest_scroll.cc virtual void DrawLayersOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 277 cc/trees/layer_tree_host_unittest_scroll.cc impl->active_tree()->root_layer()->children()[0]; impl 279 cc/trees/layer_tree_host_unittest_scroll.cc if (impl->active_tree()->source_frame_number() == 0 && impl 280 cc/trees/layer_tree_host_unittest_scroll.cc impl->SourceAnimationFrameNumber() == 1) { impl 287 cc/trees/layer_tree_host_unittest_scroll.cc EXPECT_EQ(1.f, impl->active_tree()->page_scale_delta()); impl 288 cc/trees/layer_tree_host_unittest_scroll.cc EXPECT_EQ(1.f, impl->active_tree()->total_page_scale_factor()); impl 289 cc/trees/layer_tree_host_unittest_scroll.cc impl->active_tree()->SetPageScaleDelta(impl_scale_); impl 290 cc/trees/layer_tree_host_unittest_scroll.cc EXPECT_EQ(impl_scale_, impl->active_tree()->page_scale_delta()); impl 291 cc/trees/layer_tree_host_unittest_scroll.cc EXPECT_EQ(impl_scale_, impl->active_tree()->total_page_scale_factor()); impl 294 cc/trees/layer_tree_host_unittest_scroll.cc impl->SetNeedsCommit(); impl 295 cc/trees/layer_tree_host_unittest_scroll.cc } else if (impl->active_tree()->source_frame_number() == 0 && impl 296 cc/trees/layer_tree_host_unittest_scroll.cc impl->SourceAnimationFrameNumber() == 2) { impl 306 cc/trees/layer_tree_host_unittest_scroll.cc EXPECT_EQ(1.f, impl->active_tree()->page_scale_delta()); impl 307 cc/trees/layer_tree_host_unittest_scroll.cc EXPECT_EQ(impl_scale_, impl->active_tree()->total_page_scale_factor()); impl 308 cc/trees/layer_tree_host_unittest_scroll.cc impl->active_tree()->SetPageScaleDelta(impl_scale_); impl 309 cc/trees/layer_tree_host_unittest_scroll.cc EXPECT_EQ(impl_scale_, impl->active_tree()->page_scale_delta()); impl 311 cc/trees/layer_tree_host_unittest_scroll.cc impl->active_tree()->total_page_scale_factor()); impl 313 cc/trees/layer_tree_host_unittest_scroll.cc impl->SetNeedsCommit(); impl 314 cc/trees/layer_tree_host_unittest_scroll.cc } else if (impl->active_tree()->source_frame_number() == 1 && impl 315 cc/trees/layer_tree_host_unittest_scroll.cc impl->SourceAnimationFrameNumber() == 3) { impl 319 cc/trees/layer_tree_host_unittest_scroll.cc impl->SetNeedsCommit(); impl 324 cc/trees/layer_tree_host_unittest_scroll.cc } else if (impl->active_tree()->source_frame_number() == 1 && impl 325 cc/trees/layer_tree_host_unittest_scroll.cc impl->SourceAnimationFrameNumber() == 4) { impl 391 cc/trees/layer_tree_host_unittest_scroll.cc virtual void DrawLayersOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 392 cc/trees/layer_tree_host_unittest_scroll.cc LayerImpl* root = impl->active_tree()->root_layer(); impl 397 cc/trees/layer_tree_host_unittest_scroll.cc switch (impl->active_tree()->source_frame_number()) { impl 536 cc/trees/layer_tree_host_unittest_scroll.cc virtual void DidActivateTreeOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 537 cc/trees/layer_tree_host_unittest_scroll.cc LayerImpl* root_impl = impl->active_tree()->root_layer(); impl 565 cc/trees/layer_tree_host_unittest_scroll.cc switch (impl->active_tree()->source_frame_number()) { impl 568 cc/trees/layer_tree_host_unittest_scroll.cc InputHandler::ScrollStatus status = impl->ScrollBegin( impl 573 cc/trees/layer_tree_host_unittest_scroll.cc impl->ScrollBy(gfx::Point(), scroll_amount_); impl 574 cc/trees/layer_tree_host_unittest_scroll.cc impl->ScrollEnd(); impl 585 cc/trees/layer_tree_host_unittest_scroll.cc InputHandler::ScrollStatus status = impl->ScrollBegin( impl 590 cc/trees/layer_tree_host_unittest_scroll.cc impl->ScrollBy(gfx::Point(), scroll_amount_); impl 591 cc/trees/layer_tree_host_unittest_scroll.cc impl->ScrollEnd(); impl 752 cc/trees/layer_tree_host_unittest_scroll.cc virtual void DrawLayersOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 753 cc/trees/layer_tree_host_unittest_scroll.cc if (impl->pending_tree()) impl 754 cc/trees/layer_tree_host_unittest_scroll.cc impl->SetNeedsRedraw(); impl 805 cc/trees/layer_tree_host_unittest_scroll.cc virtual void CommitCompleteOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 808 cc/trees/layer_tree_host_unittest_scroll.cc if (impl->active_tree()->source_frame_number() == 0) impl 809 cc/trees/layer_tree_host_unittest_scroll.cc impl->SetNeedsRedraw(); impl 812 cc/trees/layer_tree_host_unittest_scroll.cc virtual void DrawLayersOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 813 cc/trees/layer_tree_host_unittest_scroll.cc ImplSidePaintingScrollTest::DrawLayersOnThread(impl); impl 815 cc/trees/layer_tree_host_unittest_scroll.cc LayerImpl* root = impl->active_tree()->root_layer(); impl 818 cc/trees/layer_tree_host_unittest_scroll.cc impl->active_tree()->FindPendingTreeLayerById(root->id()); impl 820 cc/trees/layer_tree_host_unittest_scroll.cc switch (impl->active_tree()->source_frame_number()) { impl 822 cc/trees/layer_tree_host_unittest_scroll.cc if (!impl->pending_tree()) { impl 823 cc/trees/layer_tree_host_unittest_scroll.cc impl->BlockNotifyReadyToActivateForTesting(true); impl 835 cc/trees/layer_tree_host_unittest_scroll.cc impl->BlockNotifyReadyToActivateForTesting(false); impl 837 cc/trees/layer_tree_host_unittest_scroll.cc EXPECT_EQ(impl->pending_tree()->source_frame_number(), 1); impl 857 cc/trees/layer_tree_host_unittest_scroll.cc EXPECT_FALSE(impl->pending_tree()); impl 933 cc/trees/layer_tree_host_unittest_scroll.cc virtual void BeginCommitOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 935 cc/trees/layer_tree_host_unittest_scroll.cc if (impl->active_tree()->source_frame_number() == 0) { impl 936 cc/trees/layer_tree_host_unittest_scroll.cc LayerImpl* active_root = impl->active_tree()->root_layer(); impl 944 cc/trees/layer_tree_host_unittest_scroll.cc virtual void CommitCompleteOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 947 cc/trees/layer_tree_host_unittest_scroll.cc LayerImpl* active_root = impl->active_tree()->root_layer(); impl 950 cc/trees/layer_tree_host_unittest_scroll.cc LayerImpl* pending_root = impl->pending_tree()->root_layer(); impl 955 cc/trees/layer_tree_host_unittest_scroll.cc switch (impl->pending_tree()->source_frame_number()) { impl 992 cc/trees/layer_tree_host_unittest_scroll.cc virtual void DrawLayersOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 993 cc/trees/layer_tree_host_unittest_scroll.cc ImplSidePaintingScrollTest::DrawLayersOnThread(impl); impl 995 cc/trees/layer_tree_host_unittest_scroll.cc LayerImpl* root = impl->active_tree()->root_layer(); impl 998 cc/trees/layer_tree_host_unittest_scroll.cc switch (impl->active_tree()->source_frame_number()) { impl 1036 cc/trees/layer_tree_host_unittest_scroll.cc virtual void DrawLayersOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 1037 cc/trees/layer_tree_host_unittest_scroll.cc LayerImpl* root = impl->active_tree()->root_layer(); impl 1164 cc/trees/layer_tree_host_unittest_scroll.cc virtual void DrawLayersOnThread(LayerTreeHostImpl* impl) OVERRIDE { impl 1165 cc/trees/layer_tree_host_unittest_scroll.cc LayerImpl* root = impl->active_tree()->root_layer(); impl 1166 cc/trees/layer_tree_host_unittest_scroll.cc switch (impl->active_tree()->source_frame_number()) { impl 48 cc/trees/single_thread_proxy.cc DebugScopedSetImplThread impl(this); impl 74 cc/trees/single_thread_proxy.cc DebugScopedSetImplThread impl(this); impl 88 cc/trees/single_thread_proxy.cc DebugScopedSetImplThread impl(this); impl 106 cc/trees/single_thread_proxy.cc DebugScopedSetImplThread impl(this); impl 138 cc/trees/single_thread_proxy.cc DebugScopedSetImplThread impl(this); impl 145 cc/trees/single_thread_proxy.cc DebugScopedSetImplThread impl(this); impl 195 cc/trees/single_thread_proxy.cc DebugScopedSetImplThread impl(this); impl 277 cc/trees/single_thread_proxy.cc DebugScopedSetImplThread impl(this); impl 403 cc/trees/single_thread_proxy.cc DebugScopedSetImplThread impl(this); impl 426 cc/trees/single_thread_proxy.cc DebugScopedSetImplThread impl(const_cast<SingleThreadProxy*>(this)); impl 436 cc/trees/single_thread_proxy.cc DebugScopedSetImplThread impl(this); impl 518 cc/trees/single_thread_proxy.cc DebugScopedSetImplThread impl(this); impl 197 cc/trees/thread_proxy.cc DCHECK(!impl().begin_main_frame_sent_completion_event); impl 198 cc/trees/thread_proxy.cc DCHECK(!impl().readback_request); impl 200 cc/trees/thread_proxy.cc if (!impl().layer_tree_host_impl) { impl 207 cc/trees/thread_proxy.cc impl().readback_request = request; impl 209 cc/trees/thread_proxy.cc impl().scheduler->SetNeedsForcedCommitForReadback(); impl 210 cc/trees/thread_proxy.cc if (impl().scheduler->IsBeginMainFrameSent()) { impl 215 cc/trees/thread_proxy.cc impl().begin_main_frame_sent_completion_event = impl 249 cc/trees/thread_proxy.cc impl().scheduler->SetCanStart(); impl 269 cc/trees/thread_proxy.cc impl().layer_tree_host_impl->SetVisible(visible); impl 270 cc/trees/thread_proxy.cc impl().scheduler->SetVisible(visible); impl 277 cc/trees/thread_proxy.cc !impl().scheduler->WillDrawIfNeeded() && impl 278 cc/trees/thread_proxy.cc impl().layer_tree_host_impl->active_tree()->root_layer(); impl 279 cc/trees/thread_proxy.cc impl().layer_tree_host_impl->UpdateBackgroundAnimateTicking( impl 282 cc/trees/thread_proxy.cc impl().animations_frozen_until_next_draw = false; impl 416 cc/trees/thread_proxy.cc impl() impl 430 cc/trees/thread_proxy.cc if (!impl().layer_tree_host_impl->IsContextLost()) impl 433 cc/trees/thread_proxy.cc impl().layer_tree_host_impl->offscreen_context_provider()) impl 435 cc/trees/thread_proxy.cc impl().scheduler->DidLoseOutputSurface(); impl 449 cc/trees/thread_proxy.cc impl().layer_tree_host_impl->SetNeedsBeginImplFrame(enable); impl 459 cc/trees/thread_proxy.cc impl().layer_tree_host_impl->UpdateCurrentFrameTime(); impl 461 cc/trees/thread_proxy.cc impl().scheduler->BeginImplFrame(args); impl 468 cc/trees/thread_proxy.cc impl().scheduler->SetCanDraw(can_draw); impl 474 cc/trees/thread_proxy.cc impl().scheduler->NotifyReadyToActivate(); impl 480 cc/trees/thread_proxy.cc impl().scheduler->SetNeedsCommit(); impl 499 cc/trees/thread_proxy.cc if (!impl().contents_texture_manager) impl 501 cc/trees/thread_proxy.cc if (!impl().layer_tree_host_impl->resource_provider()) impl 505 cc/trees/thread_proxy.cc impl().contents_texture_manager->ReduceMemoryOnImplThread( impl 508 cc/trees/thread_proxy.cc impl().layer_tree_host_impl->resource_provider()); impl 514 cc/trees/thread_proxy.cc if (impl().current_resource_update_controller) { impl 515 cc/trees/thread_proxy.cc impl() impl 523 cc/trees/thread_proxy.cc if (!impl().layer_tree_host_impl) impl 525 cc/trees/thread_proxy.cc if (!impl().contents_texture_manager) impl 531 cc/trees/thread_proxy.cc if (impl().layer_tree_host_impl->settings().impl_side_painting) impl 534 cc/trees/thread_proxy.cc impl().layer_tree_host_impl->SendManagedMemoryStats( impl 535 cc/trees/thread_proxy.cc impl().contents_texture_manager->MemoryVisibleBytes(), impl 536 cc/trees/thread_proxy.cc impl().contents_texture_manager->MemoryVisibleAndNearbyBytes(), impl 537 cc/trees/thread_proxy.cc impl().contents_texture_manager->MemoryUseBytes()); impl 540 cc/trees/thread_proxy.cc bool ThreadProxy::IsInsideDraw() { return impl().inside_draw; } impl 589 cc/trees/thread_proxy.cc impl().scheduler->SetNeedsRedraw(); impl 594 cc/trees/thread_proxy.cc impl().scheduler->SetNeedsManageTiles(); impl 599 cc/trees/thread_proxy.cc impl().layer_tree_host_impl->SetViewportDamage(damage_rect); impl 611 cc/trees/thread_proxy.cc impl().scheduler->SetSwapUsedIncompleteTile(used_incomplete_tile); impl 617 cc/trees/thread_proxy.cc impl().scheduler->SetNeedsRedraw(); impl 630 cc/trees/thread_proxy.cc impl().layer_tree_host_impl->MainThreadHasStoppedFlinging(); impl 644 cc/trees/thread_proxy.cc if (is_throttled == impl().input_throttled_until_commit) impl 646 cc/trees/thread_proxy.cc impl().input_throttled_until_commit = is_throttled; impl 757 cc/trees/thread_proxy.cc if (impl().layer_tree_host_impl->renderer()) impl 758 cc/trees/thread_proxy.cc impl().layer_tree_host_impl->renderer()->DoNoOp(); impl 773 cc/trees/thread_proxy.cc impl().scheduler->SetContinuousPainting(debug_state.continuous_painting); impl 779 cc/trees/thread_proxy.cc impl().layer_tree_host_impl->FinishAllRendering(); impl 788 cc/trees/thread_proxy.cc impl().layer_tree_host_impl->CurrentFrameTimeTicks(); impl 790 cc/trees/thread_proxy.cc impl().layer_tree_host_impl->ProcessScrollDeltas(); impl 792 cc/trees/thread_proxy.cc if (!impl().layer_tree_host_impl->settings().impl_side_painting) { impl 793 cc/trees/thread_proxy.cc DCHECK_GT(impl().layer_tree_host_impl->memory_allocation_limit_bytes(), 0u); impl 796 cc/trees/thread_proxy.cc impl().layer_tree_host_impl->memory_allocation_limit_bytes(); impl 798 cc/trees/thread_proxy.cc impl().layer_tree_host_impl->memory_allocation_priority_cutoff(); impl 800 cc/trees/thread_proxy.cc impl().layer_tree_host_impl->EvictedUIResourcesExist(); impl 807 cc/trees/thread_proxy.cc impl().layer_tree_host_id); impl 808 cc/trees/thread_proxy.cc if (impl().begin_main_frame_sent_completion_event) { impl 809 cc/trees/thread_proxy.cc impl().begin_main_frame_sent_completion_event->Signal(); impl 810 cc/trees/thread_proxy.cc impl().begin_main_frame_sent_completion_event = NULL; impl 812 cc/trees/thread_proxy.cc impl().timing_history.DidBeginMainFrame(); impl 1002 cc/trees/thread_proxy.cc DCHECK(!impl().commit_completion_event); impl 1004 cc/trees/thread_proxy.cc DCHECK(impl().scheduler); impl 1005 cc/trees/thread_proxy.cc DCHECK(impl().scheduler->CommitPending()); impl 1007 cc/trees/thread_proxy.cc if (!impl().layer_tree_host_impl) { impl 1016 cc/trees/thread_proxy.cc impl().scheduler->NotifyBeginMainFrameStarted(); impl 1022 cc/trees/thread_proxy.cc impl().layer_tree_host_impl->SetOffscreenContextProvider( impl 1025 cc/trees/thread_proxy.cc if (impl().contents_texture_manager) { impl 1026 cc/trees/thread_proxy.cc DCHECK_EQ(impl().contents_texture_manager, impl 1031 cc/trees/thread_proxy.cc impl().contents_texture_manager = blocked_main().contents_texture_manager(); impl 1034 cc/trees/thread_proxy.cc if (impl().contents_texture_manager) { impl 1035 cc/trees/thread_proxy.cc if (impl().contents_texture_manager->LinkedEvictedBackingsExist()) { impl 1044 cc/trees/thread_proxy.cc impl().contents_texture_manager->PushTexturePrioritiesToBackings(); impl 1047 cc/trees/thread_proxy.cc impl().commit_completion_event = completion; impl 1048 cc/trees/thread_proxy.cc impl().current_resource_update_controller = ResourceUpdateController::Create( impl 1052 cc/trees/thread_proxy.cc impl().layer_tree_host_impl->resource_provider()); impl 1053 cc/trees/thread_proxy.cc impl().current_resource_update_controller->PerformMoreUpdates( impl 1054 cc/trees/thread_proxy.cc impl().scheduler->AnticipatedDrawTime()); impl 1060 cc/trees/thread_proxy.cc DCHECK(impl().scheduler); impl 1061 cc/trees/thread_proxy.cc DCHECK(impl().scheduler->CommitPending()); impl 1062 cc/trees/thread_proxy.cc DCHECK(!impl().layer_tree_host_impl->pending_tree()); impl 1066 cc/trees/thread_proxy.cc impl().layer_tree_host_impl->BeginMainFrameAborted(did_handle); impl 1067 cc/trees/thread_proxy.cc impl().scheduler->BeginMainFrameAborted(did_handle); impl 1074 cc/trees/thread_proxy.cc DCHECK(impl().commit_completion_event); impl 1075 cc/trees/thread_proxy.cc DCHECK(impl().current_resource_update_controller); impl 1078 cc/trees/thread_proxy.cc impl().current_resource_update_controller->Finalize(); impl 1079 cc/trees/thread_proxy.cc impl().current_resource_update_controller.reset(); impl 1081 cc/trees/thread_proxy.cc if (impl().animations_frozen_until_next_draw) { impl 1082 cc/trees/thread_proxy.cc impl().animation_freeze_time = impl 1083 cc/trees/thread_proxy.cc std::max(impl().animation_freeze_time, impl 1088 cc/trees/thread_proxy.cc impl().layer_tree_host_impl->BeginCommit(); impl 1089 cc/trees/thread_proxy.cc layer_tree_host()->BeginCommitOnImplThread(impl().layer_tree_host_impl.get()); impl 1091 cc/trees/thread_proxy.cc impl().layer_tree_host_impl.get()); impl 1103 cc/trees/thread_proxy.cc impl().completion_event_for_commit_held_on_tree_activation = impl 1104 cc/trees/thread_proxy.cc impl().commit_completion_event; impl 1105 cc/trees/thread_proxy.cc impl().commit_completion_event = NULL; impl 1107 cc/trees/thread_proxy.cc impl().commit_completion_event->Signal(); impl 1108 cc/trees/thread_proxy.cc impl().commit_completion_event = NULL; impl 1113 cc/trees/thread_proxy.cc impl().layer_tree_host_impl->CommitComplete(); impl 1119 cc/trees/thread_proxy.cc impl().next_frame_is_newly_committed_frame = true; impl 1121 cc/trees/thread_proxy.cc impl().timing_history.DidCommit(); impl 1124 cc/trees/thread_proxy.cc impl().scheduler->SetVisible(impl().layer_tree_host_impl->visible()); impl 1130 cc/trees/thread_proxy.cc impl().layer_tree_host_impl->UpdateVisibleTiles(); impl 1136 cc/trees/thread_proxy.cc impl().layer_tree_host_impl->ActivatePendingTree(); impl 1156 cc/trees/thread_proxy.cc DCHECK(impl().layer_tree_host_impl.get()); impl 1158 cc/trees/thread_proxy.cc impl().timing_history.DidStartDrawing(); impl 1160 cc/trees/thread_proxy.cc base::AutoReset<bool> mark_inside(&impl().inside_draw, true); impl 1164 cc/trees/thread_proxy.cc if (impl().animations_frozen_until_next_draw) impl 1165 cc/trees/thread_proxy.cc monotonic_time = impl().animation_freeze_time; impl 1167 cc/trees/thread_proxy.cc monotonic_time = impl().layer_tree_host_impl->CurrentFrameTimeTicks(); impl 1170 cc/trees/thread_proxy.cc if (impl().layer_tree_host_impl->pending_tree()) impl 1171 cc/trees/thread_proxy.cc impl().layer_tree_host_impl->pending_tree()->UpdateDrawProperties(); impl 1172 cc/trees/thread_proxy.cc impl().layer_tree_host_impl->Animate(monotonic_time); impl 1185 cc/trees/thread_proxy.cc bool drawing_for_readback = readback_requested && !!impl().readback_request; impl 1187 cc/trees/thread_proxy.cc impl().layer_tree_host_impl->renderer()->CanReadPixels(); impl 1192 cc/trees/thread_proxy.cc if (impl().layer_tree_host_impl->CanDraw()) { impl 1197 cc/trees/thread_proxy.cc readback_rect = impl().readback_request->rect; impl 1200 cc/trees/thread_proxy.cc impl().layer_tree_host_impl->PrepareToDraw(&frame, readback_rect); impl 1211 cc/trees/thread_proxy.cc impl().layer_tree_host_impl->DrawLayers( impl 1212 cc/trees/thread_proxy.cc &frame, impl().scheduler->LastBeginImplFrameTime()); impl 1214 cc/trees/thread_proxy.cc impl().animations_frozen_until_next_draw = false; impl 1217 cc/trees/thread_proxy.cc !impl().layer_tree_host_impl->settings().impl_side_painting) { impl 1225 cc/trees/thread_proxy.cc impl().animations_frozen_until_next_draw = true; impl 1226 cc/trees/thread_proxy.cc impl().animation_freeze_time = monotonic_time; impl 1230 cc/trees/thread_proxy.cc impl().layer_tree_host_impl->DidDrawAllLayers(frame); impl 1233 cc/trees/thread_proxy.cc impl().layer_tree_host_impl->UpdateAnimationState(start_ready_animations); impl 1240 cc/trees/thread_proxy.cc if (!impl().layer_tree_host_impl->IsContextLost()) { impl 1241 cc/trees/thread_proxy.cc impl().layer_tree_host_impl->Readback(impl().readback_request->pixels, impl 1242 cc/trees/thread_proxy.cc impl().readback_request->rect); impl 1248 cc/trees/thread_proxy.cc impl().readback_request->success = result.did_readback; impl 1249 cc/trees/thread_proxy.cc impl().readback_request->completion.Signal(); impl 1250 cc/trees/thread_proxy.cc impl().readback_request = NULL; impl 1253 cc/trees/thread_proxy.cc result.did_swap = impl().layer_tree_host_impl->SwapBuffers(frame); impl 1263 cc/trees/thread_proxy.cc if (impl().next_frame_is_newly_committed_frame) { impl 1264 cc/trees/thread_proxy.cc impl().next_frame_is_newly_committed_frame = false; impl 1274 cc/trees/thread_proxy.cc base::TimeDelta draw_duration = impl().timing_history.DidFinishDrawing(); impl 1332 cc/trees/thread_proxy.cc DCHECK(!impl().texture_acquisition_completion_event); impl 1334 cc/trees/thread_proxy.cc impl().texture_acquisition_completion_event = completion; impl 1335 cc/trees/thread_proxy.cc impl().scheduler->SetMainThreadNeedsLayerTextures(); impl 1339 cc/trees/thread_proxy.cc DCHECK(impl().texture_acquisition_completion_event); impl 1340 cc/trees/thread_proxy.cc impl().texture_acquisition_completion_event->Signal(); impl 1341 cc/trees/thread_proxy.cc impl().texture_acquisition_completion_event = NULL; impl 1346 cc/trees/thread_proxy.cc DCHECK(impl().layer_tree_host_impl->settings().impl_side_painting); impl 1347 cc/trees/thread_proxy.cc impl().layer_tree_host_impl->ManageTiles(); impl 1356 cc/trees/thread_proxy.cc DCHECK(impl().layer_tree_host_impl->CanDraw()); impl 1384 cc/trees/thread_proxy.cc if (impl().current_resource_update_controller) impl 1385 cc/trees/thread_proxy.cc impl().current_resource_update_controller->PerformMoreUpdates(time); impl 1389 cc/trees/thread_proxy.cc return impl().timing_history.DrawDurationEstimate(); impl 1393 cc/trees/thread_proxy.cc return impl().timing_history.BeginMainFrameToCommitDurationEstimate(); impl 1397 cc/trees/thread_proxy.cc return impl().timing_history.CommitToActivateDurationEstimate(); impl 1401 cc/trees/thread_proxy.cc impl().layer_tree_host_impl->ResetCurrentFrameTimeForNextFrame(); impl 1406 cc/trees/thread_proxy.cc impl().scheduler->NotifyReadyToCommit(); impl 1463 cc/trees/thread_proxy.cc impl().scheduler->HasInitializedOutputSurface(); impl 1470 cc/trees/thread_proxy.cc impl().layer_tree_host_impl = impl 1487 cc/trees/thread_proxy.cc impl().scheduler = Scheduler::Create(this, impl 1489 cc/trees/thread_proxy.cc impl().layer_tree_host_id, impl 1491 cc/trees/thread_proxy.cc impl().scheduler->SetVisible(impl().layer_tree_host_impl->visible()); impl 1493 cc/trees/thread_proxy.cc impl_thread_weak_ptr_ = impl().weak_factory.GetWeakPtr(); impl 1510 cc/trees/thread_proxy.cc impl().layer_tree_host_impl->resource_provider()); impl 1513 cc/trees/thread_proxy.cc impl().layer_tree_host_impl->InitializeRenderer(output_surface.Pass()); impl 1516 cc/trees/thread_proxy.cc *capabilities = impl() impl 1519 cc/trees/thread_proxy.cc impl().scheduler->DidCreateAndInitializeOutputSurface(); impl 1526 cc/trees/thread_proxy.cc impl().layer_tree_host_impl->SetOffscreenContextProvider( impl 1535 cc/trees/thread_proxy.cc if (impl().layer_tree_host_impl->resource_provider()) impl 1536 cc/trees/thread_proxy.cc impl().layer_tree_host_impl->resource_provider()->Finish(); impl 1544 cc/trees/thread_proxy.cc impl().layer_tree_host_impl->resource_provider()); impl 1545 cc/trees/thread_proxy.cc impl().current_resource_update_controller.reset(); impl 1546 cc/trees/thread_proxy.cc impl().layer_tree_host_impl->SetNeedsBeginImplFrame(false); impl 1547 cc/trees/thread_proxy.cc impl().scheduler.reset(); impl 1548 cc/trees/thread_proxy.cc impl().layer_tree_host_impl.reset(); impl 1549 cc/trees/thread_proxy.cc impl().weak_factory.InvalidateWeakPtrs(); impl 1550 cc/trees/thread_proxy.cc impl().contents_texture_manager = NULL; impl 1586 cc/trees/thread_proxy.cc impl().layer_tree_host_impl->AsValue().release()); impl 1608 cc/trees/thread_proxy.cc if (impl().layer_tree_host_impl->output_surface()) impl 1609 cc/trees/thread_proxy.cc request->commit_pending = impl().scheduler->CommitPending(); impl 1617 cc/trees/thread_proxy.cc return impl().scheduler->StateAsValue().Pass(); impl 1635 cc/trees/thread_proxy.cc request->state = impl().scheduler->StateAsValue(); impl 1642 cc/trees/thread_proxy.cc impl().layer_tree_host_impl->pinch_gesture_active() || impl 1643 cc/trees/thread_proxy.cc impl().layer_tree_host_impl->page_scale_animation_active() || impl 1644 cc/trees/thread_proxy.cc (impl().layer_tree_host_impl->IsCurrentlyScrolling() && impl 1645 cc/trees/thread_proxy.cc !impl().layer_tree_host_impl->scroll_affects_scroll_handler()); impl 1647 cc/trees/thread_proxy.cc base::TimeTicks now = impl().layer_tree_host_impl->CurrentFrameTimeTicks(); impl 1651 cc/trees/thread_proxy.cc impl().smoothness_takes_priority_expiration_time = impl 1660 cc/trees/thread_proxy.cc if (impl().smoothness_takes_priority_expiration_time > now) impl 1665 cc/trees/thread_proxy.cc if (impl().layer_tree_host_impl->active_tree()->ContentsTexturesPurged() || impl 1666 cc/trees/thread_proxy.cc impl().layer_tree_host_impl->active_tree()->ViewportSizeInvalid() || impl 1667 cc/trees/thread_proxy.cc impl().layer_tree_host_impl->EvictedUIResourcesExist() || impl 1668 cc/trees/thread_proxy.cc impl().input_throttled_until_commit) { impl 1672 cc/trees/thread_proxy.cc impl().layer_tree_host_impl->active_tree()->SetRequiresHighResToDraw(); impl 1676 cc/trees/thread_proxy.cc impl().layer_tree_host_impl->SetTreePriority(priority); impl 1677 cc/trees/thread_proxy.cc impl().scheduler->SetSmoothnessTakesPriority(priority == impl 1683 cc/trees/thread_proxy.cc if (impl().layer_tree_host_impl->output_surface()) { impl 1684 cc/trees/thread_proxy.cc impl() impl 1690 cc/trees/thread_proxy.cc impl().smoothness_takes_priority_expiration_time - now; impl 1696 cc/trees/thread_proxy.cc if (impl().renew_tree_priority_pending) impl 1705 cc/trees/thread_proxy.cc impl().renew_tree_priority_pending = true; impl 1709 cc/trees/thread_proxy.cc DCHECK(impl().renew_tree_priority_pending); impl 1710 cc/trees/thread_proxy.cc impl().renew_tree_priority_pending = false; impl 1724 cc/trees/thread_proxy.cc impl().layer_tree_host_impl->StartScrollbarAnimation(); impl 1730 cc/trees/thread_proxy.cc DCHECK(!impl().layer_tree_host_impl->pending_tree()); impl 1732 cc/trees/thread_proxy.cc if (impl().completion_event_for_commit_held_on_tree_activation) { impl 1735 cc/trees/thread_proxy.cc DCHECK(impl().layer_tree_host_impl->settings().impl_side_painting); impl 1736 cc/trees/thread_proxy.cc impl().completion_event_for_commit_held_on_tree_activation->Signal(); impl 1737 cc/trees/thread_proxy.cc impl().completion_event_for_commit_held_on_tree_activation = NULL; impl 1742 cc/trees/thread_proxy.cc impl().timing_history.DidActivatePendingTree(); impl 1747 cc/trees/thread_proxy.cc impl().scheduler->DidManageTiles(); impl 310 cc/trees/thread_proxy.h CompositorThreadOnly& impl(); impl 311 cc/trees/thread_proxy.h const CompositorThreadOnly& impl() const; impl 559 cc/trees/tree_synchronizer_unittest.cc DebugScopedSetImplThread impl(&proxy); impl 598 cc/trees/tree_synchronizer_unittest.cc DebugScopedSetImplThread impl(&proxy); impl 671 cc/trees/tree_synchronizer_unittest.cc DebugScopedSetImplThread impl(&proxy); impl 37 chrome/browser/chromeos/input_method/input_method_configuration.cc InputMethodManagerImpl* impl = new InputMethodManagerImpl( impl 39 chrome/browser/chromeos/input_method/input_method_configuration.cc impl->Init(ui_task_runner.get()); impl 40 chrome/browser/chromeos/input_method/input_method_configuration.cc InputMethodManager::Initialize(impl); impl 44 chrome/browser/chromeos/input_method/input_method_configuration.cc accessibility_.reset(new Accessibility(impl)); impl 45 chrome/browser/chromeos/input_method/input_method_configuration.cc input_method_persistence_.reset(new InputMethodPersistence(impl)); impl 48 chrome/browser/chromeos/input_method/input_method_configuration.cc impl, impl 741 chrome/browser/chromeos/input_method/input_method_manager_impl.cc ComponentExtensionIMEManagerImpl* impl = impl 743 chrome/browser/chromeos/input_method/input_method_manager_impl.cc scoped_ptr<ComponentExtensionIMEManagerDelegate> delegate(impl); impl 744 chrome/browser/chromeos/input_method/input_method_manager_impl.cc impl->InitializeAsync(base::Bind( impl 23 components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc autofill::AuxiliaryProfilesAndroid impl(profile_loader_, "en-US"); impl 24 components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc profile_ = impl.LoadContactsProfile(); impl 20 components/autofill/core/browser/android/personal_data_manager_android.cc autofill::AuxiliaryProfilesAndroid impl(profile_loader, app_locale_); impl 21 components/autofill/core/browser/android/personal_data_manager_android.cc auxiliary_profiles_.push_back(impl.LoadContactsProfile().release()); impl 15 components/keyed_service/content/refcounted_browser_context_keyed_service.h namespace impl { impl 39 components/keyed_service/content/refcounted_browser_context_keyed_service.h impl::RefcountedBrowserContextKeyedServiceTraits> { impl 64 components/keyed_service/content/refcounted_browser_context_keyed_service.h friend struct impl::RefcountedBrowserContextKeyedServiceTraits; impl 68 components/keyed_service/content/refcounted_browser_context_keyed_service.h impl::RefcountedBrowserContextKeyedServiceTraits>; impl 292 content/browser/gpu/gpu_process_host_ui_shim.cc RenderWidgetHostImpl* impl = impl 295 content/browser/gpu/gpu_process_host_ui_shim.cc impl->AddLatencyInfoComponentIds(&view_params.latency_info[i]); impl 334 content/browser/gpu/gpu_process_host_ui_shim.cc RenderWidgetHostImpl* impl = impl 337 content/browser/gpu/gpu_process_host_ui_shim.cc impl->AddLatencyInfoComponentIds(&view_params.latency_info[i]); impl 509 content/browser/renderer_host/render_widget_host_view_base.cc RenderWidgetHostImpl* impl = NULL; impl 511 content/browser/renderer_host/render_widget_host_view_base.cc impl = RenderWidgetHostImpl::From(GetRenderWidgetHost()); impl 513 content/browser/renderer_host/render_widget_host_view_base.cc if (impl) impl 514 content/browser/renderer_host/render_widget_host_view_base.cc impl->SendScreenRects(); impl 516 content/browser/renderer_host/render_widget_host_view_base.cc if (HasDisplayPropertyChanged(view) && impl) impl 517 content/browser/renderer_host/render_widget_host_view_base.cc impl->NotifyScreenInfoChanged(); impl 561 content/browser/renderer_host/render_widget_host_view_base.cc RenderWidgetHostImpl* impl = NULL; impl 563 content/browser/renderer_host/render_widget_host_view_base.cc impl = RenderWidgetHostImpl::From(GetRenderWidgetHost()); impl 564 content/browser/renderer_host/render_widget_host_view_base.cc if (!impl) impl 567 content/browser/renderer_host/render_widget_host_view_base.cc static_cast<RenderProcessHostImpl*>(impl->GetProcess()); impl 568 content/browser/renderer_host/render_widget_host_view_base.cc render_process_host->BeginFrameSubscription(impl->GetRoutingID(), impl 573 content/browser/renderer_host/render_widget_host_view_base.cc RenderWidgetHostImpl* impl = NULL; impl 575 content/browser/renderer_host/render_widget_host_view_base.cc impl = RenderWidgetHostImpl::From(GetRenderWidgetHost()); impl 576 content/browser/renderer_host/render_widget_host_view_base.cc if (!impl) impl 579 content/browser/renderer_host/render_widget_host_view_base.cc static_cast<RenderProcessHostImpl*>(impl->GetProcess()); impl 580 content/browser/renderer_host/render_widget_host_view_base.cc render_process_host->EndFrameSubscription(impl->GetRoutingID()); impl 605 content/browser/renderer_host/render_widget_host_view_base.cc RenderWidgetHostImpl* impl = NULL; impl 607 content/browser/renderer_host/render_widget_host_view_base.cc impl = RenderWidgetHostImpl::From(GetRenderWidgetHost()); impl 608 content/browser/renderer_host/render_widget_host_view_base.cc if (!impl) impl 610 content/browser/renderer_host/render_widget_host_view_base.cc impl->FlushInput(); impl 119 content/browser/webui/url_data_manager.cc WebUIDataSourceImpl* impl = static_cast<WebUIDataSourceImpl*>(source); impl 120 content/browser/webui/url_data_manager.cc GetFromBrowserContext(browser_context)->AddDataSource(impl); impl 450 content/child/blink_platform_impl.cc events.push_back(static_cast<WebWaitableEventImpl*>(web_events[i])->impl()); impl 1046 content/child/blink_platform_impl.cc WebThreadImplForMessageLoop* impl = impl 1048 content/child/blink_platform_impl.cc delete impl; impl 185 content/child/indexed_db/indexed_db_dispatcher_unittest.cc WebIDBCursorImpl* impl = static_cast<WebIDBCursorImpl*>(cursor.get()); impl 189 content/child/indexed_db/indexed_db_dispatcher_unittest.cc EXPECT_EQ(transaction_id, impl->transaction_id()); impl 97 content/child/socket_stream_dispatcher.cc WebSocketStreamHandleImpl* impl = impl 100 content/child/socket_stream_dispatcher.cc static_cast<SocketStreamHandleData*>(impl->GetUserData(handle_)); impl 29 content/common/gpu/client/gpu_video_decode_accelerator_host.cc CommandBufferProxyImpl* impl) impl 33 content/common/gpu/client/gpu_video_decode_accelerator_host.cc impl_(impl), impl 31 content/common/gpu/client/gpu_video_decode_accelerator_host.h CommandBufferProxyImpl* impl); impl 22 content/common/gpu/client/gpu_video_encode_accelerator_host.cc CommandBufferProxyImpl* impl) impl 26 content/common/gpu/client/gpu_video_encode_accelerator_host.cc impl_(impl), impl 45 content/common/gpu/client/gpu_video_encode_accelerator_host.h CommandBufferProxyImpl* impl); impl 18 content/public/renderer/render_frame_observer.cc RenderFrameImpl* impl = static_cast<RenderFrameImpl*>(render_frame); impl 19 content/public/renderer/render_frame_observer.cc routing_id_ = impl->GetRoutingID(); impl 20 content/public/renderer/render_frame_observer.cc impl->AddObserver(this); impl 26 content/public/renderer/render_frame_observer.cc RenderFrameImpl* impl = static_cast<RenderFrameImpl*>(render_frame_); impl 27 content/public/renderer/render_frame_observer.cc impl->RemoveObserver(this); impl 18 content/public/renderer/render_view_observer.cc RenderViewImpl* impl = static_cast<RenderViewImpl*>(render_view); impl 19 content/public/renderer/render_view_observer.cc routing_id_ = impl->routing_id(); impl 20 content/public/renderer/render_view_observer.cc impl->AddObserver(this); impl 26 content/public/renderer/render_view_observer.cc RenderViewImpl* impl = static_cast<RenderViewImpl*>(render_view_); impl 27 content/public/renderer/render_view_observer.cc impl->RemoveObserver(this); impl 241 content/public/test/render_view_test.cc RenderViewImpl* impl = static_cast<RenderViewImpl*>(view_); impl 242 content/public/test/render_view_test.cc impl->OnMessageReceived( impl 248 content/public/test/render_view_test.cc RenderViewImpl* impl = static_cast<RenderViewImpl*>(view_); impl 249 content/public/test/render_view_test.cc impl->OnMessageReceived( impl 311 content/public/test/render_view_test.cc RenderViewImpl* impl = static_cast<RenderViewImpl*>(view_); impl 312 content/public/test/render_view_test.cc impl->OnMessageReceived(*input_message); impl 317 content/public/test/render_view_test.cc RenderViewImpl* impl = static_cast<RenderViewImpl*>(view_); impl 318 content/public/test/render_view_test.cc impl->focusedNodeChanged(node); impl 322 content/public/test/render_view_test.cc RenderViewImpl* impl = static_cast<RenderViewImpl*>(view_); impl 323 content/public/test/render_view_test.cc impl->page_id_ = -1; impl 324 content/public/test/render_view_test.cc impl->history_list_offset_ = -1; impl 325 content/public/test/render_view_test.cc impl->history_list_length_ = 0; impl 326 content/public/test/render_view_test.cc impl->history_page_ids_.clear(); impl 333 content/public/test/render_view_test.cc RenderViewImpl* impl = static_cast<RenderViewImpl*>(view_); impl 334 content/public/test/render_view_test.cc impl->main_render_frame()->OnNavigate(params); impl 356 content/public/test/render_view_test.cc RenderViewImpl* impl = static_cast<RenderViewImpl*>(view_); impl 357 content/public/test/render_view_test.cc return impl->OnMessageReceived(msg); impl 362 content/public/test/render_view_test.cc RenderViewImpl* impl = static_cast<RenderViewImpl*>(view_); impl 363 content/public/test/render_view_test.cc impl->main_render_frame()->didNavigateWithinPage( impl 371 content/public/test/render_view_test.cc RenderViewImpl* impl = static_cast<RenderViewImpl*>(view_); impl 372 content/public/test/render_view_test.cc impl->set_send_content_state_immediately(true); impl 376 content/public/test/render_view_test.cc RenderViewImpl* impl = static_cast<RenderViewImpl*>(view_); impl 377 content/public/test/render_view_test.cc return impl->webwidget(); impl 395 content/public/test/render_view_test.cc RenderViewImpl* impl = static_cast<RenderViewImpl*>(view_); impl 397 content/public/test/render_view_test.cc int history_list_length = impl->historyBackListCount() + impl 398 content/public/test/render_view_test.cc impl->historyForwardListCount() + 1; impl 399 content/public/test/render_view_test.cc int pending_offset = offset + impl->history_list_offset(); impl 405 content/public/test/render_view_test.cc navigate_params.current_history_list_offset = impl->history_list_offset(); impl 407 content/public/test/render_view_test.cc navigate_params.page_id = impl->GetPageId() + offset; impl 411 content/public/test/render_view_test.cc FrameMsg_Navigate navigate_message(impl->main_render_frame()->GetRoutingID(), impl 413 content/public/test/render_view_test.cc impl->main_render_frame()->OnMessageReceived(navigate_message); impl 240 content/renderer/devtools/devtools_agent.cc RenderViewImpl* impl = static_cast<RenderViewImpl*>(render_view()); impl 241 content/renderer/devtools/devtools_agent.cc impl->webview()->settings()->setForceCompositingMode(true); impl 242 content/renderer/devtools/devtools_agent.cc impl->EnableScreenMetricsEmulation(params); impl 246 content/renderer/devtools/devtools_agent.cc RenderViewImpl* impl = static_cast<RenderViewImpl*>(render_view()); impl 247 content/renderer/devtools/devtools_agent.cc impl->DisableScreenMetricsEmulation(); impl 275 content/renderer/media/rtc_peer_connection_handler.cc LocalRTCStatsRequest::LocalRTCStatsRequest(blink::WebRTCStatsRequest impl) impl 276 content/renderer/media/rtc_peer_connection_handler.cc : impl_(impl), impl 30 content/renderer/media/rtc_peer_connection_handler.h explicit LocalRTCStatsResponse(const blink::WebRTCStatsResponse& impl) impl 31 content/renderer/media/rtc_peer_connection_handler.h : impl_(impl) { impl 53 content/renderer/media/rtc_peer_connection_handler.h explicit LocalRTCStatsRequest(blink::WebRTCStatsRequest impl); impl 17 content/renderer/media/video_capture_impl_manager.cc media::VideoCapture* impl, base::Closure destruction_cb) impl 18 content/renderer/media/video_capture_impl_manager.cc : impl_(impl), destruction_cb_(destruction_cb) { impl 104 content/renderer/media/video_capture_impl_manager.cc VideoCaptureImpl* impl = it->second.second.release(); impl 106 content/renderer/media/video_capture_impl_manager.cc impl->DeInit(base::Bind(&base::DeletePointer<VideoCaptureImpl>, impl)); impl 62 content/renderer/media/video_capture_impl_manager.h VideoCaptureHandle(media::VideoCapture* impl, impl 170 content/renderer/pepper/ppb_image_data_impl.cc bool ImageDataPlatformBackend::Init(PPB_ImageData_Impl* impl, impl 278 content/renderer/pepper/ppb_image_data_impl.cc bool ImageDataSimpleBackend::Init(PPB_ImageData_Impl* impl, impl 283 content/renderer/pepper/ppb_image_data_impl.cc impl->width(), impl->height()); impl 39 content/renderer/pepper/ppb_image_data_impl.h virtual bool Init(PPB_ImageData_Impl* impl, PP_ImageDataFormat format, impl 116 content/renderer/pepper/ppb_image_data_impl.h virtual bool Init(PPB_ImageData_Impl* impl, PP_ImageDataFormat format, impl 148 content/renderer/pepper/ppb_image_data_impl.h virtual bool Init(PPB_ImageData_Impl* impl, PP_ImageDataFormat format, impl 2443 content/renderer/render_frame_impl.cc WebSocketStreamHandleImpl* impl = impl 2445 content/renderer/render_frame_impl.cc impl->SetUserData(handle, new SocketStreamHandleData(routing_id_)); impl 29 content/renderer/stats_collection_observer.cc RenderViewImpl* impl = static_cast<RenderViewImpl*>(render_view()); impl 30 content/renderer/stats_collection_observer.cc impl->RemoveObserver(this); impl 219 gpu/command_buffer/client/gl_in_process_context.cc GLInProcessContextImpl* impl = impl 221 gpu/command_buffer/client/gl_in_process_context.cc share_group = impl->gles2_implementation_->share_group(); impl 222 gpu/command_buffer/client/gl_in_process_context.cc share_command_buffer = impl->command_buffer_.get(); impl 32 gpu/command_buffer/client/gles2_lib.h GLES2_C_LIB_EXPORT void SetGLContext(gpu::gles2::GLES2Interface* impl); impl 18 media/base/android/java/src/org/chromium/media/MediaDrmBridge.java import org.apache.http.impl.client.DefaultHttpClient; impl 279 mojo/public/cpp/bindings/tests/sample_service_unittest.cc ServiceImpl impl; impl 281 mojo/public/cpp/bindings/tests/sample_service_unittest.cc ServiceStub stub(&impl); impl 14 net/dns/mapped_host_resolver.cc MappedHostResolver::MappedHostResolver(scoped_ptr<HostResolver> impl) impl 15 net/dns/mapped_host_resolver.cc : impl_(impl.Pass()) { impl 25 net/dns/mapped_host_resolver.h explicit MappedHostResolver(scoped_ptr<HostResolver> impl); impl 159 net/proxy/multi_threaded_proxy_resolver_unittest.cc explicit ForwardingProxyResolver(ProxyResolver* impl) impl 160 net/proxy/multi_threaded_proxy_resolver_unittest.cc : ProxyResolver(impl->expects_pac_bytes()), impl 161 net/proxy/multi_threaded_proxy_resolver_unittest.cc impl_(impl) {} impl 19 net/test/android/javatests/src/org/chromium/net/test/util/TestWebServer.java import org.apache.http.impl.DefaultHttpServerConnection; impl 20 net/test/android/javatests/src/org/chromium/net/test/util/TestWebServer.java import org.apache.http.impl.cookie.DateUtils; impl 37 third_party/libaddressinput/chromium/chrome_downloader_impl_unittest.cc ChromeDownloaderImpl impl(getter); impl 38 third_party/libaddressinput/chromium/chrome_downloader_impl_unittest.cc impl.Download(url_.spec(), BuildCallback()); impl 170 third_party/protobuf/java/src/test/java/com/google/protobuf/ServiceTest.java ServiceWithNoOuter.Interface impl = impl 173 third_party/protobuf/java/src/test/java/com/google/protobuf/ServiceTest.java Service service = ServiceWithNoOuter.newReflectiveService(impl); impl 187 third_party/protobuf/java/src/test/java/com/google/protobuf/ServiceTest.java impl.foo(EasyMock.same(controller), EasyMock.same(request), impl 199 third_party/protobuf/java/src/test/java/com/google/protobuf/ServiceTest.java ServiceWithNoOuter.BlockingInterface impl = impl 203 third_party/protobuf/java/src/test/java/com/google/protobuf/ServiceTest.java ServiceWithNoOuter.newReflectiveBlockingService(impl); impl 210 third_party/protobuf/java/src/test/java/com/google/protobuf/ServiceTest.java EasyMock.expect(impl.foo(EasyMock.same(controller), EasyMock.same(request))) impl 23 ui/base/cursor/ozone/cursor_factory_ozone.cc void CursorFactoryOzone::SetInstance(CursorFactoryOzone* impl) { impl_ = impl; } impl 23 ui/base/cursor/ozone/cursor_factory_ozone.h static void SetInstance(CursorFactoryOzone* impl); impl 28 ui/events/ozone/event_factory_ozone.cc void EventFactoryOzone::SetInstance(EventFactoryOzone* impl) { impl_ = impl; } impl 109 ui/gfx/font_list.cc FontList::FontList(FontListImpl* impl) : impl_(impl) {} impl 121 ui/gfx/font_list.h explicit FontList(FontListImpl* impl); impl 141 ui/gfx/gtk_util.cc CR_DEFINE_STATIC_LOCAL(GdkCursorCache, impl, ()); impl 142 ui/gfx/gtk_util.cc return impl.GetCursorImpl(static_cast<GdkCursorType>(type)); impl 28 ui/gfx/ozone/surface_factory_ozone.cc void SurfaceFactoryOzone::SetInstance(SurfaceFactoryOzone* impl) { impl 29 ui/gfx/ozone/surface_factory_ozone.cc impl_ = impl; impl 84 ui/gfx/ozone/surface_factory_ozone.h static void SetInstance(SurfaceFactoryOzone* impl); impl 43 ui/gl/gl_surface.cc GLImplementation impl = allowed_impls[0]; impl 51 ui/gl/gl_surface.cc impl = kGLImplementationEGLGLES2; impl 53 ui/gl/gl_surface.cc impl = GetNamedGLImplementation(requested_implementation_name); impl 56 ui/gl/gl_surface.cc impl) == allowed_impls.end()) { impl 67 ui/gl/gl_surface.cc impl, fallback_to_osmesa, gpu_service_logging, disable_gl_drawing); impl 71 ui/gl/gl_surface.cc bool GLSurface::InitializeOneOffImplementation(GLImplementation impl, impl 76 ui/gl/gl_surface.cc InitializeStaticGLBindings(impl) && InitializeOneOffInternal(); impl 121 ui/gl/gl_surface.cc GLImplementation impl = allowed_impls[0]; impl 123 ui/gl/gl_surface.cc impl = kGLImplementationOSMesaGL; impl 133 ui/gl/gl_surface.cc impl, fallback_to_osmesa, gpu_service_logging, disable_gl_drawing)); impl 117 ui/gl/gl_surface.h static bool InitializeOneOffImplementation(GLImplementation impl, impl 117 ui/gl/io_surface_support_mac.cc IOSurfaceSupportImpl* impl = Singleton<IOSurfaceSupportImpl>::get(); impl 118 ui/gl/io_surface_support_mac.cc if (impl->InitializedSuccessfully()) impl 119 ui/gl/io_surface_support_mac.cc return impl; impl 25 ui/views/widget/desktop_aura/desktop_factory_ozone.cc void DesktopFactoryOzone::SetInstance(DesktopFactoryOzone* impl) { impl 26 ui/views/widget/desktop_aura/desktop_factory_ozone.cc impl_ = impl; impl 32 ui/views/widget/desktop_aura/desktop_factory_ozone.h static void SetInstance(DesktopFactoryOzone* impl); impl 738 webkit/browser/fileapi/copy_or_move_operation_delegate.cc CopyOrMoveImpl* impl = NULL; impl 740 webkit/browser/fileapi/copy_or_move_operation_delegate.cc impl = new CopyOrMoveOnSameFileSystemImpl( impl 762 webkit/browser/fileapi/copy_or_move_operation_delegate.cc impl = new StreamCopyOrMoveImpl( impl 770 webkit/browser/fileapi/copy_or_move_operation_delegate.cc if (!impl) { impl 771 webkit/browser/fileapi/copy_or_move_operation_delegate.cc impl = new SnapshotCopyOrMoveImpl( impl 780 webkit/browser/fileapi/copy_or_move_operation_delegate.cc running_copy_set_.insert(impl); impl 781 webkit/browser/fileapi/copy_or_move_operation_delegate.cc impl->Run(base::Bind( impl 783 webkit/browser/fileapi/copy_or_move_operation_delegate.cc weak_factory_.GetWeakPtr(), src_url, dest_url, callback, impl)); impl 837 webkit/browser/fileapi/copy_or_move_operation_delegate.cc CopyOrMoveImpl* impl, impl 839 webkit/browser/fileapi/copy_or_move_operation_delegate.cc running_copy_set_.erase(impl); impl 840 webkit/browser/fileapi/copy_or_move_operation_delegate.cc delete impl; impl 121 webkit/browser/fileapi/copy_or_move_operation_delegate.h CopyOrMoveImpl* impl,