HomeSort by relevance Sort by last modified time
    Searched refs:top_height (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/chromeos/frame/
bubble_frame_view.cc 112 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/
constrained_window_views.cc 309 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/
app_panel_browser_frame_view.cc 137 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));
glass_browser_frame_view.cc 191 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));
opaque_browser_frame_view.cc 297 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
    [all...]

Completed in 74 milliseconds