Home
last modified time | relevance | path

Searched refs:SetContentBounds (Results 1 – 25 of 28) sorted by relevance

12

/external/chromium_org/cc/trees/
Dlayer_sorter_unittest.cc227 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()
Ddamage_tracker_unittest.cc85 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 …]
Dlayer_tree_host_impl_unittest.cc167 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 …]
Dquad_culler_unittest.cc74 layer->SetContentBounds(layer_rect.size()); in MakeLayer()
/external/chromium_org/cc/layers/
Dsolid_color_layer_impl_unittest.cc34 layer->SetContentBounds(layer_size); in TEST()
58 layer->SetContentBounds(layer_size); in TEST()
84 layer->SetContentBounds(layer_size); in TEST()
Dheads_up_display_layer_impl_unittest.cc39 layer->SetContentBounds(gfx::Size(100, 100)); in TEST()
Dlayer_impl_unittest.cc134 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()
Ddelegated_renderer_layer_impl_unittest.cc73 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()
Dui_resource_layer_impl_unittest.cc33 layer->SetContentBounds(layer_size); in GenerateUIResourceLayer()
Dnine_patch_layer_impl_unittest.cc52 layer->SetContentBounds(layer_size); in NinePatchLayerLayoutTest()
Dtiled_layer_impl_unittest.cc40 layer->SetContentBounds(layer_size); in CreateLayerNoTiles()
Dlayer_impl.h357 void SetContentBounds(gfx::Size content_bounds);
Dlayer_impl.cc505 layer->SetContentBounds(content_bounds()); in PushPropertiesTo()
959 void LayerImpl::SetContentBounds(gfx::Size content_bounds) { in SetContentBounds() function in cc::LayerImpl
Dlayer.cc873 layer->SetContentBounds(content_bounds()); in PushPropertiesTo()
Dlayer_position_constraint_unittest.cc32 layer->SetContentBounds(bounds); in SetLayerPropertiesForTesting()
Dpicture_layer_impl_unittest.cc1156 active_layer_->SetContentBounds(layer_bounds); in TEST_F()
/external/chromium_org/ui/views/corewm/
Dshadow.cc70 void Shadow::SetContentBounds(const gfx::Rect& content_bounds) { in SetContentBounds() function in views::corewm::Shadow
191 image_grid_->SetContentBounds(image_grid_bounds); in UpdateImageGridBounds()
Dshadow.h54 void SetContentBounds(const gfx::Rect& content_bounds);
Dshadow_controller.cc172 shadow->SetContentBounds(gfx::Rect(new_bounds.size())); in OnWindowBoundsChanged()
231 shadow->SetContentBounds(gfx::Rect(window->bounds().size())); in CreateShadowForWindow()
Dimage_grid.h126 void SetContentBounds(const gfx::Rect& content_bounds_in_dip);
Dimage_grid_unittest.cc122 TEST_F(ImageGridTest, SetContentBounds) { in TEST_F() argument
140 grid.SetContentBounds(gfx::Rect(origin, size)); in TEST_F()
Dimage_grid.cc213 void ImageGrid::SetContentBounds(const gfx::Rect& content_bounds) { in SetContentBounds() function in views::corewm::ImageGrid
/external/chromium_org/ash/wm/
Dresize_shadow.cc106 image_grid_->SetContentBounds(local_bounds); in Layout()
/external/chromium_org/cc/test/
Dtiled_layer_test_common.h142 void SetContentBounds(gfx::Size content_bounds);
Dtiled_layer_test_common.cc150 void FakeTiledLayerWithScaledBounds::SetContentBounds( in SetContentBounds() function in cc::FakeTiledLayerWithScaledBounds

12