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

1 2

  /external/chromium_org/ui/views/corewm/
shadow.h 45 // the same layer as the content and stacked below it. SetContentBounds()
54 void SetContentBounds(const gfx::Rect& content_bounds);
shadow.cc 70 void Shadow::SetContentBounds(const gfx::Rect& content_bounds) {
191 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);
image_grid_unittest.cc 121 // SetContentBounds() is called.
122 TEST_F(ImageGridTest, SetContentBounds) {
140 grid.SetContentBounds(gfx::Rect(origin, size));
image_grid.cc 213 void ImageGrid::SetContentBounds(const gfx::Rect& content_bounds) {
  /external/chromium_org/cc/layers/
heads_up_display_layer_impl_unittest.cc 39 layer->SetContentBounds(gfx::Size(100, 100));
solid_color_layer_impl_unittest.cc 34 layer->SetContentBounds(layer_size);
58 layer->SetContentBounds(layer_size);
84 layer->SetContentBounds(layer_size);
nine_patch_layer_impl_unittest.cc 52 layer->SetContentBounds(layer_size);
ui_resource_layer_impl_unittest.cc 33 layer->SetContentBounds(layer_size);
layer_impl_unittest.cc 134 EXECUTE_AND_VERIFY_ONLY_LAYER_CHANGED(root->SetContentBounds(arbitrary_size));
179 root->SetContentBounds(arbitrary_size));
251 VERIFY_NEEDS_UPDATE_DRAW_PROPERTIES(root->SetContentBounds(arbitrary_size));
278 root->SetContentBounds(arbitrary_size));
delegated_renderer_layer_impl_unittest.cc 73 layer_before->SetContentBounds(gfx::Size(14, 14));
79 layer_after->SetContentBounds(gfx::Size(15, 15));
85 delegated_renderer_layer->SetContentBounds(gfx::Size(10, 10));
505 delegated_renderer_layer->SetContentBounds(gfx::Size(75, 75));
    [all...]
tiled_layer_impl_unittest.cc 40 layer->SetContentBounds(layer_size);
layer_impl.h 357 void SetContentBounds(gfx::Size content_bounds);
layer_impl.cc 505 layer->SetContentBounds(content_bounds());
959 void LayerImpl::SetContentBounds(gfx::Size content_bounds) {
    [all...]
layer.cc 873 layer->SetContentBounds(content_bounds());
    [all...]
layer_position_constraint_unittest.cc 32 layer->SetContentBounds(bounds);
    [all...]
picture_layer_impl_unittest.cc     [all...]
  /external/chromium_org/cc/trees/
layer_sorter_unittest.cc 227 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));
layer_tree_host_impl_unittest.cc 167 root->SetContentBounds(gfx::Size(10, 10));
211 root->SetContentBounds(content_size);
223 scroll->SetContentBounds(content_size);
231 contents->SetContentBounds(content_size);
255 layer->SetContentBounds(size);
745 overflow->SetContentBounds(overflow_size);
    [all...]
damage_tracker_unittest.cc 85 root->SetContentBounds(gfx::Size(500, 500));
93 child->SetContentBounds(gfx::Size(30, 30));
119 root->SetContentBounds(gfx::Size(500, 500));
127 child1->SetContentBounds(gfx::Size(30, 30));
139 child2->SetContentBounds(gfx::Size(18, 18));
145 grand_child1->SetContentBounds(gfx::Size(6, 8));
151 grand_child2->SetContentBounds(gfx::Size(6, 8));
376 child->SetContentBounds(gfx::Size(100, 100));
621 child2->SetContentBounds(gfx::Size(6, 8));
670 child2->SetContentBounds(gfx::Size(6, 8))
    [all...]
quad_culler_unittest.cc 74 layer->SetContentBounds(layer_rect.size());
    [all...]
  /external/chromium_org/ash/wm/
resize_shadow.cc 106 image_grid_->SetContentBounds(local_bounds);
  /external/chromium_org/cc/test/
tiled_layer_test_common.h 142 void SetContentBounds(gfx::Size content_bounds);
tiled_layer_test_common.cc 150 void FakeTiledLayerWithScaledBounds::SetContentBounds(

Completed in 285 milliseconds

1 2