OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:system_menu_height
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/browser/ui/panels/
display_settings_provider.cc
82
int
system_menu_height
= work_area.y() - display_area.y();
local
83
if (
system_menu_height
> 0) {
84
display_area.set_y(display_area.y() +
system_menu_height
);
85
display_area.set_height(display_area.height() -
system_menu_height
);
Completed in 53 milliseconds