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

/external/chromium/chrome/browser/chromeos/frame/
H A Dbubble_frame_view.cc112 int top_height = insets.top(); local
116 top_height += kTitleContentPadding + std::max(
121 std::max(0, client_bounds.y() - top_height),
123 client_bounds.height() + top_height + insets.bottom());
195 int top_height = insets.top(); local
199 top_height += kTitleContentPadding + std::max(
203 client_view_bounds_.SetRect(insets.left(), top_height,
205 std::max(0, height() - top_height - insets.bottom()));
/external/chromium/chrome/browser/ui/views/
H A Dconstrained_window_views.cc309 int top_height = NonClientTopBorderHeight(); local
312 std::max(0, client_bounds.y() - top_height),
314 client_bounds.height() + top_height + border_thickness);
543 int top_height = NonClientTopBorderHeight(); local
545 return gfx::Rect(border_thickness, top_height,
547 std::max(0, height - top_height - border_thickness));
/external/chromium/chrome/browser/ui/views/frame/
H A Dapp_panel_browser_frame_view.cc137 int top_height = NonClientTopBorderHeight(); local
140 std::max(0, client_bounds.y() - top_height),
142 client_bounds.height() + top_height + border_thickness);
507 int top_height = NonClientTopBorderHeight(); local
509 return gfx::Rect(border_thickness, top_height,
511 std::max(0, height - top_height - border_thickness));
H A Dglass_browser_frame_view.cc191 int top_height = NonClientTopBorderHeight(false, false); local
194 std::max(0, client_bounds.y() - top_height),
196 client_bounds.height() + top_height + border_thickness);
549 int top_height = NonClientTopBorderHeight(false, false); local
551 return gfx::Rect(border_thickness, top_height,
553 std::max(0, height - top_height - border_thickness));
H A Dopaque_browser_frame_view.cc297 int top_height = NonClientTopBorderHeight(false, false); local
300 std::max(0, client_bounds.y() - top_height),
302 client_bounds.height() + top_height + border_thickness);
1095 int top_height = NonClientTopBorderHeight(false, false); local
1097 return gfx::Rect(border_thickness, top_height,
1100 top_height - border_thickness));

Completed in 134 milliseconds