Searched refs:photo_overlay_ (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/profiles/
H A Dprofile_chooser_view.cc217 photo_overlay_(NULL) {
237 photo_overlay_ = new views::ImageView();
240 photo_overlay_->set_background(
242 photo_overlay_->SetImage(*ui::ResourceBundle::GetSharedInstance().
245 photo_overlay_->SetSize(bounds.size());
246 photo_overlay_->SetVisible(false);
247 AddChildView(photo_overlay_);
268 if (photo_overlay_)
269 photo_overlay_->SetVisible(show_overlay);
274 if (photo_overlay_)
289 views::ImageView* photo_overlay_; member in class:EditableProfilePhoto
[all...]

Completed in 89 milliseconds