Searched refs:GetShelfHeight (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/notifications/
H A Dballoon_view_views.cc262 bounds.set_height(GetShelfHeight());
272 bounds.set_height(GetShelfHeight());
283 bounds.set_height(GetShelfHeight());
468 int BalloonViewImpl::GetShelfHeight() const { function in class:BalloonViewImpl
478 return GetTotalHeight() - GetShelfHeight();
489 GetShelfHeight();
500 frame_rect.y() + GetShelfHeight() + offset.y(),
510 rect.set_height(GetShelfHeight());
H A Dballoon_view_views.h98 int GetShelfHeight() const;
/external/chromium/chrome/browser/ui/gtk/notifications/
H A Dballoon_view_gtk.h73 int GetShelfHeight() const;
H A Dballoon_view_gtk.cc250 gtk_widget_set_size_request(GTK_WIDGET(hbox_), -1, GetShelfHeight());
352 GetShelfHeight() + kTopShadowWidth + kTopMargin);
355 int BalloonViewImpl::GetShelfHeight() const { function in class:BalloonViewImpl
368 GetShelfHeight();
443 content_size.width() - 0.5, GetShelfHeight());
/external/chromium_org/chrome/browser/ui/gtk/notifications/
H A Dballoon_view_gtk.h72 int GetShelfHeight() const;
H A Dballoon_view_gtk.cc241 gtk_widget_set_size_request(GTK_WIDGET(shelf_), -1, GetShelfHeight());
342 GetShelfHeight() + kTopShadowWidth + kTopMargin);
345 int BalloonViewImpl::GetShelfHeight() const { function in class:BalloonViewImpl
358 GetShelfHeight();
437 content_size.width() - 0.5, GetShelfHeight());
/external/chromium/chrome/browser/ui/views/notifications/
H A Dballoon_view.cc433 int BalloonViewImpl::GetShelfHeight() const { function in class:BalloonViewImpl
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);
H A Dballoon_view.h112 int GetShelfHeight() const;

Completed in 166 milliseconds