HomeSort by relevance Sort by last modified time
    Searched defs:layer_bounds (Results 1 - 6 of 6) 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/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 36 gfx::Rect layer_bounds = bounds; local
38 layer_bounds.Inset(inset, inset, inset, inset);
39 layer_->SetBounds(layer_bounds);
  /external/chromium_org/cc/resources/
picture_layer_tiling_set.h 38 const gfx::Size& layer_bounds);
56 gfx::Size layer_bounds() const { return layer_bounds_; } function in class:cc::PictureLayerTilingSet
picture_layer_tiling.h 141 const gfx::Size& layer_bounds,
143 gfx::Size layer_bounds() const { return layer_bounds_; } function in class:cc::PictureLayerTiling
297 const gfx::Size& layer_bounds,
  /external/chromium_org/ui/wm/core/
shadow.cc 185 gfx::Rect layer_bounds = content_bounds_; local
186 layer_bounds.Inset(-interior_inset_, -interior_inset_);
187 layer()->SetBounds(layer_bounds);
188 shadow_layer_->SetBounds(gfx::Rect(layer_bounds.size()));
193 int aperture_x = std::min(aperture, layer_bounds.width() / 2);
194 int aperture_y = std::min(aperture, layer_bounds.height() / 2);

Completed in 119 milliseconds