Home | History | Annotate | Download | only in controls

Lines Matching refs:icon_

79       icon_(NULL),
97 if (!icon_)
98 icon_ = new ImageView();
99 icon_->SetImage(icon);
100 icon_->SetBounds(0, 0, icon.width(), icon.height());
213 if (icon_)
214 icon_size = icon_->GetPreferredSize();
220 if (icon_) {
233 if (icon_) {
243 if (icon_) {
245 layout->AddView(icon_);