Home | History | Annotate | Download | only in win

Lines Matching refs:border_thickness

1103     int border_thickness = GetSystemMetrics(SM_CXSIZEFRAME);
1105 border_thickness -= 1;
1107 border_thickness, border_thickness, border_thickness, border_thickness);
2247 int border_thickness = GetSystemMetrics(SM_CXSIZEFRAME);
2248 new_window_rect.Inset(-border_thickness, -border_thickness);