Home
last modified time | relevance | path

Searched refs:GetShelfHeight (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/views/notifications/
Dballoon_view.cc433 int BalloonViewImpl::GetShelfHeight() const { in GetShelfHeight() function in BalloonViewImpl
439 return GetTotalHeight() - GetShelfHeight(); in GetBalloonFrameHeight()
450 + GetShelfHeight(); in GetTotalHeight()
461 frame_rect.y() + GetShelfHeight() + offset.y(), in GetContentsRectangle()
471 rect.set_height(GetShelfHeight()); in OnPaint()
482 kLeftMargin, 1 + GetShelfHeight(), line_width, 1); in OnPaint()
Dballoon_view.h112 int GetShelfHeight() const;
/external/chromium/chrome/browser/ui/gtk/notifications/
Dballoon_view_gtk.cc250 gtk_widget_set_size_request(GTK_WIDGET(hbox_), -1, GetShelfHeight()); in Show()
352 GetShelfHeight() + kTopShadowWidth + kTopMargin); in GetContentsOffset()
355 int BalloonViewImpl::GetShelfHeight() const { in GetShelfHeight() function in BalloonViewImpl
368 GetShelfHeight(); in GetDesiredTotalHeight()
443 content_size.width() - 0.5, GetShelfHeight()); in OnExpose()
Dballoon_view_gtk.h73 int GetShelfHeight() const;