Home | History | Annotate | Download | only in views

Lines Matching defs:content_

61     content_ = new views::View;
65 content_->set_border(border);
108 content_->Layout();
115 AddChildView(content_);
116 content_->SetLayoutManager(
121 content_->AddChildView(info_image_);
122 content_->AddChildView(label_);
132 gfx::Size size(content_->GetPreferredSize());
138 content_->SetBounds(
151 views::View* content_;