Home | History | Annotate | Download | only in views

Lines Matching refs:Section

44 // A section contains an image that shows a status (good or bad), a title, an
46 class Section : public views::View,
49 Section(PageInfoBubbleView* owner,
53 virtual ~Section();
66 // The view that owns this Section object.
77 DISALLOW_COPY_AND_ASSIGN(Section);
150 layout->AddView(new Section(this, info, icon, cert_id_ > 0));
176 Section section(this, info, icon, cert_id_ > 0);
177 size.Enlarge(0, section.GetHeightForWidth(size.width()));
251 // Section
253 Section::Section(PageInfoBubbleView* owner,
289 Section::~Section() {
292 int Section::GetHeightForWidth(int width) {
296 void Section::Layout() {
300 void Section::LinkActivated(views::Link* source, int event_flags) {
304 gfx::Size Section::LayoutItems(bool compute_bounds_only, int width) {