OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bottom_resize_width
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/browser/ui/panels/
panel_resize_browsertest.cc
600
int
bottom_resize_width
= 12;
local
604
gfx::Vector2d(-
bottom_resize_width
, -bottom_resize_height));
606
panel1_expected_full_size.Enlarge(-
bottom_resize_width
, 0);
608
panel2_expected_full_size.Enlarge(-
bottom_resize_width
, 0);
610
panel3_expected_full_size.Enlarge(-
bottom_resize_width
,
615
panel1_expected_bounds.width() -
bottom_resize_width
);
618
panel2_expected_bounds.width() -
bottom_resize_width
);
621
panel3_expected_bounds.width() -
bottom_resize_width
);
Completed in 37 milliseconds