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

/external/chromium_org/chrome/browser/ui/views/profiles/
H A Dprofile_chooser_view.h127 // Creates the main profile card for the profile |avatar_item|. |is_guest|
131 const AvatarMenu::Item& avatar_item,
138 // Account Management view for the profile |avatar_item|.
140 const AvatarMenu::Item& avatar_item);
161 // shown in the previous active view. |avatar_item| refers to the current
164 bool tutorial_shown, const AvatarMenu::Item& avatar_item);
H A Dprofile_chooser_view.cc1100 const AvatarMenu::Item& avatar_item,
1113 this, avatar_item.icon, !is_guest,
1152 if (avatar_item.signed_in) {
1170 new RightAlignedIconLabelButton(this, avatar_item.sync_state);
1181 views::Label* email_label = new views::Label(avatar_item.sync_state);
1318 const AvatarMenu::Item& avatar_item) {
1319 DCHECK(avatar_item.signed_in);
1349 IDS_PROFILES_PROFILE_ADD_ACCOUNT_BUTTON, avatar_item.name), this);
1522 bool tutorial_shown, const AvatarMenu::Item& avatar_item) {
1541 base::string16 link_message = avatar_item
1099 CreateCurrentProfileView( const AvatarMenu::Item& avatar_item, bool is_guest) argument
1317 CreateCurrentProfileAccountsView( const AvatarMenu::Item& avatar_item) argument
1521 CreateWelcomeUpgradeTutorialViewIfNeeded( bool tutorial_shown, const AvatarMenu::Item& avatar_item) argument
1609 const AvatarMenu::Item& avatar_item = local
[all...]

Completed in 84 milliseconds