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

  /external/chromium/chrome/browser/ui/gtk/notifications/
balloon_view_gtk.h 73 int GetShelfHeight() const;
balloon_view_gtk.cc 250 gtk_widget_set_size_request(GTK_WIDGET(hbox_), -1, GetShelfHeight());
352 GetShelfHeight() + kTopShadowWidth + kTopMargin);
355 int BalloonViewImpl::GetShelfHeight() const {
368 GetShelfHeight();
443 content_size.width() - 0.5, GetShelfHeight());
  /external/chromium/chrome/browser/ui/views/notifications/
balloon_view.cc 433 int BalloonViewImpl::GetShelfHeight() const {
439 return GetTotalHeight() - GetShelfHeight();
450 + GetShelfHeight();
461 frame_rect.y() + GetShelfHeight() + offset.y(),
471 rect.set_height(GetShelfHeight());
482 kLeftMargin, 1 + GetShelfHeight(), line_width, 1);
balloon_view.h 112 int GetShelfHeight() const;

Completed in 79 milliseconds