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

12

/external/chromium_org/ui/wm/core/
H A Dshadow.h44 // the same layer as the content and stacked below it. SetContentBounds()
53 void SetContentBounds(const gfx::Rect& content_bounds);
H A Dshadow.cc69 void Shadow::SetContentBounds(const gfx::Rect& content_bounds) { function in class:wm::Shadow
190 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);
/external/chromium_org/cc/trees/
H A Dlayer_sorter_unittest.cc229 layer1->SetContentBounds(gfx::Size(10, 10));
234 layer2->SetContentBounds(gfx::Size(20, 20));
239 layer3->SetContentBounds(gfx::Size(30, 30));
244 layer4->SetContentBounds(gfx::Size(40, 40));
249 layer5->SetContentBounds(gfx::Size(50, 50));
302 layer1->SetContentBounds(gfx::Size(10, 10));
307 layer2->SetContentBounds(gfx::Size(10, 10));
H A Ddamage_tracker_unittest.cc86 root->SetContentBounds(gfx::Size(500, 500));
93 child->SetContentBounds(gfx::Size(30, 30));
118 root->SetContentBounds(gfx::Size(500, 500));
125 child1->SetContentBounds(gfx::Size(30, 30));
136 child2->SetContentBounds(gfx::Size(18, 18));
141 grand_child1->SetContentBounds(gfx::Size(6, 8));
146 grand_child2->SetContentBounds(gfx::Size(6, 8));
470 child->SetContentBounds(gfx::Size(100, 100));
707 child2->SetContentBounds(gfx::Size(6, 8));
756 child2->SetContentBounds(gf
[all...]
H A Docclusion_tracker_perftest.cc88 opaque_layer->SetContentBounds(viewport_rect.size());
154 opaque_layer->SetContentBounds(
H A Dlayer_tree_host_impl_unittest.cc186 root->SetContentBounds(gfx::Size(10, 10));
233 root->SetContentBounds(content_size);
252 scroll->SetContentBounds(content_size);
260 contents->SetContentBounds(content_size);
293 layer->SetContentBounds(size);
839 overflow->SetContentBounds(overflow_size);
1351 scroll->SetContentBounds(content_size); \
1358 contents->SetContentBounds(content_size); \
1511 scroll->SetContentBounds(content_size);
1518 contents->SetContentBounds(content_siz
[all...]
/external/chromium_org/cc/layers/
H A Dheads_up_display_layer_impl_unittest.cc44 layer->SetContentBounds(gfx::Size(100, 100));
H A Dio_surface_layer_impl_unittest.cc22 io_surface_layer_impl->SetContentBounds(layer_size);
H A Drender_surface_impl_unittest.cc21 owning_layer_impl->SetContentBounds(layer_size);
H A Dsolid_color_layer_impl_unittest.cc39 layer->SetContentBounds(layer_size);
67 layer->SetContentBounds(layer_size);
97 layer->SetContentBounds(layer_size);
197 solid_color_layer_impl->SetContentBounds(layer_size);
H A Dsurface_layer_impl_unittest.cc22 surface_layer_impl->SetContentBounds(layer_size);
H A Dtexture_layer_impl_unittest.cc31 texture_layer_impl->SetContentBounds(layer_size);
H A Dsolid_color_scrollbar_layer_impl_unittest.cc33 scrollbar_layer_impl->SetContentBounds(layer_size);
H A Dvideo_layer_impl_unittest.cc38 video_layer_impl->SetContentBounds(layer_size);
H A Dpainted_scrollbar_layer_impl_unittest.cc38 scrollbar_layer_impl->SetContentBounds(layer_size);
H A Dui_resource_layer_impl_unittest.cc34 layer->SetContentBounds(layer_size);
169 ui_resource_layer_impl->SetContentBounds(layer_size);
H A Dpicture_image_layer_impl_unittest.cc66 layer->SetContentBounds(gfx::Size(100, 200));
/external/chromium_org/cc/test/
H A Dfake_picture_layer_impl.cc22 SetContentBounds(pile_->tiling_rect().size());
32 SetContentBounds(layer_bounds);
H A Dlayer_tree_host_common_test.cc52 layer->SetContentBounds(bounds);
H A Dtiled_layer_test_common.cc150 void FakeTiledLayerWithScaledBounds::SetContentBounds( function in class:cc::FakeTiledLayerWithScaledBounds
H A Dtiled_layer_test_common.h141 void SetContentBounds(const gfx::Size& content_bounds);
/external/chromium_org/ash/wm/
H A Dresize_shadow.cc105 image_grid_->SetContentBounds(local_bounds);
/external/chromium_org/ui/keyboard/
H A Dkeyboard_controller_proxy.cc192 shadow_->SetContentBounds(new_bounds);

Completed in 297 milliseconds

12