Home | History | Annotate | Download | only in views

Lines Matching refs:background_image_

150     : background_image_(NULL),
190 background_image_->height());
192 DCHECK(height() > background_image_->height());
193 canvas->FillRectInt(SK_ColorWHITE, 0, background_image_->height(), width(),
194 height() - background_image_->height());
315 background_image_ = new views::ImageView();
316 background_image_->SetImage(rb.GetBitmapNamed(IDR_SEARCH_ENGINE_DIALOG_TOP));
317 background_image_->EnableCanvasFlippingForRTLUI(true);
319 background_image_->SetHorizontalAlignment(ImageView::LEADING);
321 background_image_->SetHorizontalAlignment(ImageView::TRAILING);
324 AddChildView(background_image_);
353 gfx::Size pref_size = background_image_->GetPreferredSize();
354 background_image_->SetBounds(0, 0, GetPreferredSize().width(),
373 int next_v_space = background_image_->height() + kVertSpacing * 2;
400 background_image_->height() - text_label_->height()