Home
last modified time | relevance | path

Searched refs:bottom_height (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ash/frame/
Ddefault_header_painter.cc260 int bottom_height = bottom_edge.height(); in PaintHighlightForInactiveRestoredWindow() local
264 bottom - bottom_height, in PaintHighlightForInactiveRestoredWindow()
266 bottom_height); in PaintHighlightForInactiveRestoredWindow()
/external/chromium_org/ui/message_center/views/
Dnotification_view.cc402 int bottom_height = bottom_view_->GetHeightForWidth(content_width); in GetHeightForWidth() local
421 int content_height = std::max(top_height, kIconSize) + bottom_height; in GetHeightForWidth()
455 int bottom_height = bottom_view_->GetHeightForWidth(content_width); in Layout() local
457 content_width, bottom_height); in Layout()