OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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
131
gfx::Rect
outside_bounds
(-100, -100, 50, 50);
132
layer->draw_properties().visible_content_rect =
outside_bounds
;
Completed in 88 milliseconds