Searched refs:SetContentBounds (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/ui/views/corewm/
H A Dshadow.h45 // the same layer as the content and stacked below it. SetContentBounds()
54 void SetContentBounds(const gfx::Rect& content_bounds);
H A Dshadow.cc70 void Shadow::SetContentBounds(const gfx::Rect& content_bounds) { function in class:views::corewm::Shadow
191 image_grid_->SetContentBounds(image_grid_bounds);
H A Dshadow_controller.cc172 shadow->SetContentBounds(gfx::Rect(new_bounds.size()));
231 shadow->SetContentBounds(gfx::Rect(window->bounds().size()));
H A Dimage_grid.h126 void SetContentBounds(const gfx::Rect& content_bounds_in_dip);
H A Dimage_grid_unittest.cc121 // SetContentBounds() is called.
122 TEST_F(ImageGridTest, SetContentBounds) {
140 grid.SetContentBounds(gfx::Rect(origin, size));
H A Dimage_grid.cc213 void ImageGrid::SetContentBounds(const gfx::Rect& content_bounds) { function in class:views::corewm::ImageGrid
/external/chromium_org/cc/trees/
H A Dlayer_sorter_unittest.cc227 layer1->SetContentBounds(gfx::Size(10, 10));
232 layer2->SetContentBounds(gfx::Size(20, 20));
237 layer3->SetContentBounds(gfx::Size(30, 30));
242 layer4->SetContentBounds(gfx::Size(40, 40));
247 layer5->SetContentBounds(gfx::Size(50, 50));
299 layer1->SetContentBounds(gfx::Size(10, 10));
304 layer2->SetContentBounds(gfx::Size(10, 10));
H A Dlayer_tree_host_impl_unittest.cc163 root->SetContentBounds(gfx::Size(10, 10));
207 root->SetContentBounds(content_size);
219 scroll->SetContentBounds(content_size);
227 contents->SetContentBounds(content_size);
251 layer->SetContentBounds(size);
1123 scroll->SetContentBounds(content_size);
1129 contents->SetContentBounds(content_size);
1307 SetContentBounds(gfx::Size(10, 10));
1380 layer->SetContentBounds(gfx::Size(10, 10));
1431 top_layer->SetContentBounds(big_siz
[all...]
H A Ddamage_tracker_unittest.cc86 root->SetContentBounds(gfx::Size(500, 500));
94 child->SetContentBounds(gfx::Size(30, 30));
120 root->SetContentBounds(gfx::Size(500, 500));
128 child1->SetContentBounds(gfx::Size(30, 30));
140 child2->SetContentBounds(gfx::Size(18, 18));
146 grand_child1->SetContentBounds(gfx::Size(6, 8));
152 grand_child2->SetContentBounds(gfx::Size(6, 8));
379 child->SetContentBounds(gfx::Size(100, 100));
622 child2->SetContentBounds(gfx::Size(6, 8));
671 child2->SetContentBounds(gf
[all...]
H A Dquad_culler_unittest.cc78 layer->SetContentBounds(layer_rect.size());
H A Dlayer_tree_host_common_unittest.cc84 layer->SetContentBounds(bounds);
4723 test_layer->SetContentBounds(gfx::Size(100, 100));
5717 test_layer->SetContentBounds(gfx::Size(100, 100));
/external/chromium_org/cc/layers/
H A Dsolid_color_layer_impl_unittest.cc34 layer->SetContentBounds(layer_size);
58 layer->SetContentBounds(layer_size);
84 layer->SetContentBounds(layer_size);
H A Dnine_patch_layer_impl_unittest.cc49 layer->SetContentBounds(layer_size);
111 layer->SetContentBounds(layer_size);
H A Ddelegated_renderer_layer_impl_unittest.cc77 layer_before->SetContentBounds(gfx::Size(14, 14));
83 layer_after->SetContentBounds(gfx::Size(15, 15));
89 delegated_renderer_layer->SetContentBounds(gfx::Size(10, 10));
476 delegated_renderer_layer->SetContentBounds(gfx::Size(30, 30));
887 delegated_renderer_layer->SetContentBounds(gfx::Size(50, 50));
994 clip_layer->SetContentBounds(clip_rect.size());
H A Dlayer_impl_unittest.cc137 EXECUTE_AND_VERIFY_ONLY_LAYER_CHANGED(root->SetContentBounds(arbitrary_size));
187 root->SetContentBounds(arbitrary_size));
257 VERIFY_NEEDS_UPDATE_DRAW_PROPERTIES(root->SetContentBounds(arbitrary_size));
282 root->SetContentBounds(arbitrary_size));
H A Dtiled_layer_impl_unittest.cc40 layer->SetContentBounds(layer_size);
H A Dlayer_impl.h295 void SetContentBounds(gfx::Size content_bounds);
H A Dlayer_impl.cc391 layer->SetContentBounds(content_bounds());
793 void LayerImpl::SetContentBounds(gfx::Size content_bounds) { function in class:cc::LayerImpl
H A Dlayer.cc744 layer->SetContentBounds(content_bounds());
H A Dlayer_position_constraint_unittest.cc32 layer->SetContentBounds(bounds);
H A Dpicture_layer_impl_unittest.cc916 active_layer_->SetContentBounds(layer_bounds);
H A Dtiled_layer_unittest.cc826 layer->SetContentBounds(content_bounds.size());
/external/chromium_org/ash/wm/
H A Dresize_shadow.cc106 image_grid_->SetContentBounds(local_bounds);
/external/chromium_org/cc/test/
H A Dtiled_layer_test_common.cc150 void FakeTiledLayerWithScaledBounds::SetContentBounds( function in class:cc::FakeTiledLayerWithScaledBounds
H A Dtiled_layer_test_common.h142 void SetContentBounds(gfx::Size content_bounds);

Completed in 2103 milliseconds

12