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

/external/chromium_org/chrome/browser/ui/views/
H A Dprofile_chooser_view.cc72 current_profile_view_(NULL),
133 current_profile_view_ = NULL;
153 DCHECK(!current_profile_view_);
154 current_profile_view_ = CreateCurrentProfileView(i);
159 DCHECK(current_profile_view_);
162 layout->AddView(current_profile_view_);
176 option_buttons_view->SetSize(current_profile_view_->GetPreferredSize());
H A Dprofile_chooser_view.h92 views::View* current_profile_view_; member in class:ProfileChooserView

Completed in 1264 milliseconds