HomeSort by relevance Sort by last modified time
    Searched refs:SetContentBounds (Results 1 - 25 of 40) sorted by null

1 2

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

Completed in 9436 milliseconds

1 2