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

  /external/chromium_org/ash/frame/
frame_border_hit_test_controller.cc 37 int outside_bounds = kResizeOutsideBoundsSize; local
40 outside_bounds *= kResizeOutsideBoundsScaleForTouch;
41 expanded_bounds.Inset(-outside_bounds, -outside_bounds);
  /external/chromium_org/cc/layers/
tiled_layer_impl_unittest.cc 123 gfx::Rect outside_bounds(-100, -100, 50, 50);
124 layer->draw_properties().visible_content_rect = outside_bounds;

Completed in 285 milliseconds