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

/external/chromium_org/chrome/browser/ui/views/sync/
H A Dprofile_signin_confirmation_dialog_views.cc62 prompt_for_new_profile_(true),
86 prompt_for_new_profile_ = prompt_for_new_profile;
102 prompt_for_new_profile_ ?
114 if (prompt_for_new_profile_) {
127 if (prompt_for_new_profile_)
194 l10n_util::GetStringFUTF16(prompt_for_new_profile_ ?
255 DCHECK(prompt_for_new_profile_);
H A Dprofile_signin_confirmation_dialog_views.h88 bool prompt_for_new_profile_; member in class:ProfileSigninConfirmationDialogViews
/external/chromium_org/chrome/browser/ui/webui/signin/
H A Dprofile_signin_confirmation_dialog.cc124 prompt_for_new_profile_(true) {
155 prompt_for_new_profile_ = prompt;
185 const int kProfileCreationMessageHeight = prompt_for_new_profile_ ? 50 : 0;
194 dict.SetBoolean("promptForNewProfile", prompt_for_new_profile_);
H A Dprofile_signin_confirmation_dialog.h83 bool prompt_for_new_profile_; member in class:ProfileSigninConfirmationDialog

Completed in 114 milliseconds