HomeSort by relevance Sort by last modified time
    Searched refs:SetContentBounds (Results 1 - 25 of 26) 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/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 163 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);
    [all...]
damage_tracker_unittest.cc 86 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(gfx::Size(6, 8))
    [all...]
quad_culler_unittest.cc 78 layer->SetContentBounds(layer_rect.size());
    [all...]
layer_tree_host_common_unittest.cc 84 layer->SetContentBounds(bounds);
    [all...]
  /external/chromium_org/cc/layers/
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 49 layer->SetContentBounds(layer_size);
111 layer->SetContentBounds(layer_size);
delegated_renderer_layer_impl_unittest.cc 77 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));
    [all...]
layer_impl_unittest.cc 137 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));
tiled_layer_impl_unittest.cc 40 layer->SetContentBounds(layer_size);
layer_impl.h 295 void SetContentBounds(gfx::Size content_bounds);
layer_impl.cc 391 layer->SetContentBounds(content_bounds());
793 void LayerImpl::SetContentBounds(gfx::Size content_bounds) {
    [all...]
layer.cc 744 layer->SetContentBounds(content_bounds());
layer_position_constraint_unittest.cc 32 layer->SetContentBounds(bounds);
    [all...]
picture_layer_impl_unittest.cc     [all...]
tiled_layer_unittest.cc     [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 637 milliseconds

1 2