Home | History | Annotate | Download | only in notifications

Lines Matching refs:Size

14 #include "ui/gfx/size.h"
39 // The total size of the view.
40 virtual gfx::Size GetSize() const = 0;
70 const gfx::Size& content_size() const { return content_size_; }
71 void set_content_size(const gfx::Size& size) { content_size_ = size; }
75 const gfx::Size& min_scrollbar_size() const { return min_scrollbar_size_; }
76 void set_min_scrollbar_size(const gfx::Size& size) {
77 min_scrollbar_size_ = size;
80 // Request a new content size for this balloon. This will get passed
83 void ResizeDueToAutoResize(const gfx::Size& size);
91 // Returns the viewing size for the balloon (content + frame).
92 gfx::Size GetViewSize() const { return balloon_view_->GetSize(); }
129 // Position and size of the balloon on the screen.
131 gfx::Size content_size_;
137 // Smallest size for this balloon where scrollbars will be shown.
138 gfx::Size min_scrollbar_size_;