Home
last modified time | relevance | path

Searched refs:current_profile_photo_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/profiles/
Dprofile_chooser_view.h224 EditableProfilePhoto* current_profile_photo_; variable
Dprofile_chooser_view.cc567 current_profile_photo_ = NULL; in ResetView()
763 } else if (sender == current_profile_photo_) { in ButtonPressed()
1112 current_profile_photo_ = new EditableProfilePhoto( in CreateCurrentProfileView()
1117 profile_icon_container->AddChildView(current_profile_photo_); in CreateCurrentProfileView()
1125 gfx::Rect parent_bounds = current_profile_photo_->bounds(); in CreateCurrentProfileView()