OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:top_resize_height
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/browser/ui/panels/
panel_resize_browsertest.cc
570
int
top_resize_height
= 10;
local
573
gfx::Vector2d(-top_resize_width, -
top_resize_height
));
575
panel1_expected_full_size.Enlarge(top_resize_width,
top_resize_height
);
584
panel1_expected_bounds.y() -
top_resize_height
,
586
panel1_expected_bounds.height() +
top_resize_height
);
668
top_resize_height
= 18;
671
gfx::Vector2d(0,
top_resize_height
));
673
panel1_expected_full_size.Enlarge(0,
top_resize_height
);
679
panel1_expected_bounds.height() +
top_resize_height
);
682
panel2_expected_bounds.y() +
top_resize_height
);
[
all
...]
Completed in 44 milliseconds