HomeSort by relevance Sort by last modified time
    Searched refs:outside_bounds (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/ui/views/extensions/
shell_window_frame_view.cc 180 int outside_bounds = ash::kResizeOutsideBoundsSize; local
182 outside_bounds *= ash::kResizeOutsideBoundsScaleForTouch;
183 expanded_bounds.Inset(-outside_bounds, -outside_bounds);
  /external/chromium_org/cc/layers/
tiled_layer_impl_unittest.cc 122 gfx::Rect outside_bounds(-100, -100, 50, 50);
123 layer->draw_properties().visible_content_rect = outside_bounds;
  /external/chromium_org/ash/wm/
frame_painter.cc 322 int outside_bounds = kResizeOutsideBoundsSize; local
325 outside_bounds *= kResizeOutsideBoundsScaleForTouch;
326 expanded_bounds.Inset(-outside_bounds, -outside_bounds);
    [all...]

Completed in 450 milliseconds