/external/chromium_org/cc/trees/ |
D | layer_sorter_unittest.cc | 227 layer1->SetContentBounds(gfx::Size(10, 10)); in TEST() 232 layer2->SetContentBounds(gfx::Size(20, 20)); in TEST() 237 layer3->SetContentBounds(gfx::Size(30, 30)); in TEST() 242 layer4->SetContentBounds(gfx::Size(40, 40)); in TEST() 247 layer5->SetContentBounds(gfx::Size(50, 50)); in TEST() 299 layer1->SetContentBounds(gfx::Size(10, 10)); in TEST() 304 layer2->SetContentBounds(gfx::Size(10, 10)); in TEST()
|
D | damage_tracker_unittest.cc | 85 root->SetContentBounds(gfx::Size(500, 500)); in CreateTestTreeWithOneSurface() 93 child->SetContentBounds(gfx::Size(30, 30)); in CreateTestTreeWithOneSurface() 119 root->SetContentBounds(gfx::Size(500, 500)); in CreateTestTreeWithTwoSurfaces() 127 child1->SetContentBounds(gfx::Size(30, 30)); in CreateTestTreeWithTwoSurfaces() 139 child2->SetContentBounds(gfx::Size(18, 18)); in CreateTestTreeWithTwoSurfaces() 145 grand_child1->SetContentBounds(gfx::Size(6, 8)); in CreateTestTreeWithTwoSurfaces() 151 grand_child2->SetContentBounds(gfx::Size(6, 8)); in CreateTestTreeWithTwoSurfaces() 376 child->SetContentBounds(gfx::Size(100, 100)); in TEST_F() 621 child2->SetContentBounds(gfx::Size(6, 8)); in TEST_F() 670 child2->SetContentBounds(gfx::Size(6, 8)); in TEST_F() [all …]
|
D | layer_tree_host_impl_unittest.cc | 167 root->SetContentBounds(gfx::Size(10, 10)); in SetupRootLayerImpl() 211 root->SetContentBounds(content_size); in CreateScrollAndContentsLayers() 223 scroll->SetContentBounds(content_size); in CreateScrollAndContentsLayers() 231 contents->SetContentBounds(content_size); in CreateScrollAndContentsLayers() 255 layer->SetContentBounds(size); in CreateScrollableLayer() 745 overflow->SetContentBounds(overflow_size); in TEST_F() 1173 scroll->SetContentBounds(content_size); in TEST_F() 1179 contents->SetContentBounds(content_size); in TEST_F() 1279 scroll->SetContentBounds(content_size); in SetupMouseMoveAtWithDeviceScale() 1285 contents->SetContentBounds(content_size); in SetupMouseMoveAtWithDeviceScale() [all …]
|
D | quad_culler_unittest.cc | 74 layer->SetContentBounds(layer_rect.size()); in MakeLayer()
|
/external/chromium_org/cc/layers/ |
D | solid_color_layer_impl_unittest.cc | 34 layer->SetContentBounds(layer_size); in TEST() 58 layer->SetContentBounds(layer_size); in TEST() 84 layer->SetContentBounds(layer_size); in TEST()
|
D | heads_up_display_layer_impl_unittest.cc | 39 layer->SetContentBounds(gfx::Size(100, 100)); in TEST()
|
D | layer_impl_unittest.cc | 134 EXECUTE_AND_VERIFY_ONLY_LAYER_CHANGED(root->SetContentBounds(arbitrary_size)); in TEST() 179 root->SetContentBounds(arbitrary_size)); in TEST() 251 VERIFY_NEEDS_UPDATE_DRAW_PROPERTIES(root->SetContentBounds(arbitrary_size)); in TEST() 278 root->SetContentBounds(arbitrary_size)); in TEST()
|
D | delegated_renderer_layer_impl_unittest.cc | 73 layer_before->SetContentBounds(gfx::Size(14, 14)); in DelegatedRendererLayerImplTestSimple() 79 layer_after->SetContentBounds(gfx::Size(15, 15)); in DelegatedRendererLayerImplTestSimple() 85 delegated_renderer_layer->SetContentBounds(gfx::Size(10, 10)); in DelegatedRendererLayerImplTestSimple() 505 delegated_renderer_layer->SetContentBounds(gfx::Size(75, 75)); in SetUpTest() 915 delegated_renderer_layer->SetContentBounds(gfx::Size(50, 50)); in SetUpTest() 1022 clip_layer->SetContentBounds(clip_rect.size()); in SetUpTest() 1291 delegated_renderer_layer->SetContentBounds(gfx::Size(10, 10)); in TEST_F()
|
D | ui_resource_layer_impl_unittest.cc | 33 layer->SetContentBounds(layer_size); in GenerateUIResourceLayer()
|
D | nine_patch_layer_impl_unittest.cc | 52 layer->SetContentBounds(layer_size); in NinePatchLayerLayoutTest()
|
D | tiled_layer_impl_unittest.cc | 40 layer->SetContentBounds(layer_size); in CreateLayerNoTiles()
|
D | layer_impl.h | 357 void SetContentBounds(gfx::Size content_bounds);
|
D | layer_impl.cc | 505 layer->SetContentBounds(content_bounds()); in PushPropertiesTo() 959 void LayerImpl::SetContentBounds(gfx::Size content_bounds) { in SetContentBounds() function in cc::LayerImpl
|
D | layer.cc | 873 layer->SetContentBounds(content_bounds()); in PushPropertiesTo()
|
D | layer_position_constraint_unittest.cc | 32 layer->SetContentBounds(bounds); in SetLayerPropertiesForTesting()
|
D | picture_layer_impl_unittest.cc | 1156 active_layer_->SetContentBounds(layer_bounds); in TEST_F()
|
/external/chromium_org/ui/views/corewm/ |
D | shadow.cc | 70 void Shadow::SetContentBounds(const gfx::Rect& content_bounds) { in SetContentBounds() function in views::corewm::Shadow 191 image_grid_->SetContentBounds(image_grid_bounds); in UpdateImageGridBounds()
|
D | shadow.h | 54 void SetContentBounds(const gfx::Rect& content_bounds);
|
D | shadow_controller.cc | 172 shadow->SetContentBounds(gfx::Rect(new_bounds.size())); in OnWindowBoundsChanged() 231 shadow->SetContentBounds(gfx::Rect(window->bounds().size())); in CreateShadowForWindow()
|
D | image_grid.h | 126 void SetContentBounds(const gfx::Rect& content_bounds_in_dip);
|
D | image_grid_unittest.cc | 122 TEST_F(ImageGridTest, SetContentBounds) { in TEST_F() argument 140 grid.SetContentBounds(gfx::Rect(origin, size)); in TEST_F()
|
D | image_grid.cc | 213 void ImageGrid::SetContentBounds(const gfx::Rect& content_bounds) { in SetContentBounds() function in views::corewm::ImageGrid
|
/external/chromium_org/ash/wm/ |
D | resize_shadow.cc | 106 image_grid_->SetContentBounds(local_bounds); in Layout()
|
/external/chromium_org/cc/test/ |
D | tiled_layer_test_common.h | 142 void SetContentBounds(gfx::Size content_bounds);
|
D | tiled_layer_test_common.cc | 150 void FakeTiledLayerWithScaledBounds::SetContentBounds( in SetContentBounds() function in cc::FakeTiledLayerWithScaledBounds
|