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

  /external/chromium_org/ash/wm/
drag_window_controller.cc 116 gfx::Rect layer_bounds = layer_->bounds(); local
117 layer_bounds.set_origin(gfx::Point(0, 0));
118 layer_->SetBounds(layer_bounds);
window_selector.cc 76 gfx::Rect layer_bounds = recreated_layer->bounds(); local
77 layer_bounds.set_origin(gfx::Point(0, 0));
78 recreated_layer->SetBounds(layer_bounds);
  /external/chromium_org/cc/resources/
picture_layer_tiling_set.h 18 gfx::Size layer_bounds);
34 gfx::Size layer_bounds() const { return layer_bounds_; } function in class:cc::PictureLayerTilingSet
picture_layer_tiling.h 50 gfx::Size layer_bounds,
52 gfx::Size layer_bounds() const { return layer_bounds_; } function in class:cc::PictureLayerTiling
53 void SetLayerBounds(gfx::Size layer_bounds);
180 gfx::Size layer_bounds,

Completed in 1074 milliseconds