Home | History | Annotate | Download | only in frame

Lines Matching refs:top_height

297   int top_height = NonClientTopBorderHeight(false, false);
300 std::max(0, client_bounds.y() - top_height),
302 client_bounds.height() + top_height + border_thickness);
1095 int top_height = NonClientTopBorderHeight(false, false);
1097 return gfx::Rect(border_thickness, top_height,
1100 top_height - border_thickness));