/external/chromium_org/ui/wm/core/ |
H A D | shadow.h | 44 // the same layer as the content and stacked below it. SetContentBounds() 53 void SetContentBounds(const gfx::Rect& content_bounds);
|
H A D | shadow.cc | 69 void Shadow::SetContentBounds(const gfx::Rect& content_bounds) { function in class:wm::Shadow 190 image_grid_->SetContentBounds(image_grid_bounds);
|
H A D | shadow_controller.cc | 172 shadow->SetContentBounds(gfx::Rect(new_bounds.size())); 231 shadow->SetContentBounds(gfx::Rect(window->bounds().size()));
|
H A D | image_grid.h | 126 void SetContentBounds(const gfx::Rect& content_bounds_in_dip);
|
/external/chromium_org/cc/trees/ |
H A D | layer_sorter_unittest.cc | 229 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 D | damage_tracker_unittest.cc | 86 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 D | occlusion_tracker_perftest.cc | 88 opaque_layer->SetContentBounds(viewport_rect.size()); 154 opaque_layer->SetContentBounds(
|
H A D | layer_tree_host_impl_unittest.cc | 186 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 D | heads_up_display_layer_impl_unittest.cc | 44 layer->SetContentBounds(gfx::Size(100, 100));
|
H A D | io_surface_layer_impl_unittest.cc | 22 io_surface_layer_impl->SetContentBounds(layer_size);
|
H A D | render_surface_impl_unittest.cc | 21 owning_layer_impl->SetContentBounds(layer_size);
|
H A D | solid_color_layer_impl_unittest.cc | 39 layer->SetContentBounds(layer_size); 67 layer->SetContentBounds(layer_size); 97 layer->SetContentBounds(layer_size); 197 solid_color_layer_impl->SetContentBounds(layer_size);
|
H A D | surface_layer_impl_unittest.cc | 22 surface_layer_impl->SetContentBounds(layer_size);
|
H A D | texture_layer_impl_unittest.cc | 31 texture_layer_impl->SetContentBounds(layer_size);
|
H A D | solid_color_scrollbar_layer_impl_unittest.cc | 33 scrollbar_layer_impl->SetContentBounds(layer_size);
|
H A D | video_layer_impl_unittest.cc | 38 video_layer_impl->SetContentBounds(layer_size);
|
H A D | painted_scrollbar_layer_impl_unittest.cc | 38 scrollbar_layer_impl->SetContentBounds(layer_size);
|
H A D | ui_resource_layer_impl_unittest.cc | 34 layer->SetContentBounds(layer_size); 169 ui_resource_layer_impl->SetContentBounds(layer_size);
|
H A D | picture_image_layer_impl_unittest.cc | 66 layer->SetContentBounds(gfx::Size(100, 200));
|
/external/chromium_org/cc/test/ |
H A D | fake_picture_layer_impl.cc | 22 SetContentBounds(pile_->tiling_rect().size()); 32 SetContentBounds(layer_bounds);
|
H A D | layer_tree_host_common_test.cc | 52 layer->SetContentBounds(bounds);
|
H A D | tiled_layer_test_common.cc | 150 void FakeTiledLayerWithScaledBounds::SetContentBounds( function in class:cc::FakeTiledLayerWithScaledBounds
|
H A D | tiled_layer_test_common.h | 141 void SetContentBounds(const gfx::Size& content_bounds);
|
/external/chromium_org/ash/wm/ |
H A D | resize_shadow.cc | 105 image_grid_->SetContentBounds(local_bounds);
|
/external/chromium_org/ui/keyboard/ |
H A D | keyboard_controller_proxy.cc | 192 shadow_->SetContentBounds(new_bounds);
|