HomeSort by relevance Sort by last modified time
    Searched defs:layer_bounds (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ash/wm/
drag_window_controller.cc 112 gfx::Rect layer_bounds = layer_owner_->root()->bounds(); local
113 layer_bounds.set_origin(gfx::Point(0, 0));
114 layer_owner_->root()->SetBounds(layer_bounds);
  /external/chromium_org/cc/resources/
picture_layer_tiling_set.h 18 const gfx::Size& layer_bounds);
36 gfx::Size layer_bounds() const { return layer_bounds_; } function in class:cc::PictureLayerTilingSet
picture_layer_tiling.h 127 const gfx::Size& layer_bounds,
129 gfx::Size layer_bounds() const { return layer_bounds_; } function in class:cc::PictureLayerTiling
130 void SetLayerBounds(const gfx::Size& layer_bounds);
272 const gfx::Size& layer_bounds,
  /external/chromium_org/ash/wm/overview/
scoped_window_copy.cc 62 gfx::Rect layer_bounds = recreated_layer->bounds(); local
63 layer_bounds.set_origin(gfx::Point(0, 0));
64 recreated_layer->SetBounds(layer_bounds);
  /external/chromium_org/chrome/browser/chromeos/ui/
focus_ring_layer.cc 57 gfx::Rect layer_bounds = focus_ring_; local
58 layer_bounds.set_origin(origin);
60 layer_bounds.Inset(inset, inset, inset, inset);
61 layer_->SetBounds(layer_bounds);

Completed in 190 milliseconds