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

/external/chromium_org/athena/activity/
H A Dactivity_frame_view.cc145 int top_height = NonClientTopBorderHeight(); local
148 int edge = (top_height - kIconSize) / 2;
157 (top_height - preferred_title_size.height()) / 2,
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dglass_browser_frame_view.cc513 const int top_height = NonClientTopBorderHeight(); local
515 return gfx::Insets(top_height,
H A Dopaque_browser_frame_view_layout.cc182 int top_height = NonClientTopBorderHeight(false); local
185 std::max(0, client_bounds.y() - top_height),
187 client_bounds.height() + top_height + border_thickness);
249 int top_height = NonClientTopBorderHeight(false); local
251 return gfx::Rect(border_thickness, top_height,
253 std::max(0, height - top_height - border_thickness));
/external/chromium_org/ui/views/window/
H A Dcustom_frame_view.cc127 int top_height = NonClientTopBorderHeight(); local
130 client_bounds.y() - top_height,
132 client_bounds.height() + top_height + border_thickness);
572 int top_height = NonClientTopBorderHeight(); local
574 client_view_bounds_.SetRect(border_thickness, top_height,
576 std::max(0, height() - top_height - border_thickness));
/external/chromium_org/ui/message_center/views/
H A Dnotification_view.cc401 int top_height = top_view_->GetHeightForWidth(content_width); local
416 top_height -= GetMessageHeight(content_width, used_limit);
417 top_height += GetMessageHeight(content_width, correct_limit);
421 int content_height = std::max(top_height, kIconSize) + bottom_height;
447 int top_height = top_view_->GetHeightForWidth(content_width); local
448 top_view_->SetBounds(insets.left(), insets.top(), content_width, top_height);
454 int bottom_y = insets.top() + std::max(top_height, kIconSize);

Completed in 910 milliseconds