Home | History | Annotate | Download | only in views

Lines Matching refs:background_image_

130                       background_image_->height());
132 DCHECK(height() > background_image_->height());
133 canvas->FillRectInt(SK_ColorWHITE, 0, background_image_->height(), width(),
134 height() - background_image_->height());
177 : background_image_(NULL),
257 background_image_ = new ImageView();
258 background_image_->SetImage(rb.GetBitmapNamed(IDR_SEARCH_ENGINE_DIALOG_TOP));
259 background_image_->EnableCanvasFlippingForRTLUI(true);
262 background_image_->SetHorizontalAlignment(horizontal_alignment);
263 layout->AddView(background_image_);