Searched refs:bottom_section (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/native_theme/
H A Dnative_theme_win.cc1416 RECT bottom_section = rect.ToRECT(); local
1417 top_section.bottom -= ((bottom_section.right - bottom_section.left) / 2);
1418 bottom_section.top = top_section.bottom;
1423 RECT& left_half = bottom_section;
1424 RECT right_half = bottom_section;
1425 right_half.left += ((bottom_section.right - bottom_section.left) / 2);

Completed in 275 milliseconds