Home
last modified time | relevance | path

Searched refs:BUBBLE_VIEW_MODE_ACCOUNT_MANAGEMENT (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/ui/
Dprofile_chooser_constants.h15 BUBBLE_VIEW_MODE_ACCOUNT_MANAGEMENT, enumerator
/external/chromium_org/chrome/browser/ui/views/profiles/
Dprofile_chooser_view.cc595 view_mode_ = profiles::BUBBLE_VIEW_MODE_ACCOUNT_MANAGEMENT; in Init()
608 view_mode_ == profiles::BUBBLE_VIEW_MODE_ACCOUNT_MANAGEMENT) { in OnAvatarMenuChanged()
618 if (view_mode_ == profiles::BUBBLE_VIEW_MODE_ACCOUNT_MANAGEMENT || in OnRefreshTokenAvailable()
624 profiles::BUBBLE_VIEW_MODE_ACCOUNT_MANAGEMENT : in OnRefreshTokenAvailable()
632 if (view_mode_ == profiles::BUBBLE_VIEW_MODE_ACCOUNT_MANAGEMENT) in OnRefreshTokenRevoked()
633 ShowView(profiles::BUBBLE_VIEW_MODE_ACCOUNT_MANAGEMENT, avatar_menu_.get()); in OnRefreshTokenRevoked()
640 if (view_to_display == profiles::BUBBLE_VIEW_MODE_ACCOUNT_MANAGEMENT) { in ShowView()
752 ShowView(profiles::BUBBLE_VIEW_MODE_ACCOUNT_MANAGEMENT, avatar_menu_.get()); in ButtonPressed()
761 profiles::BUBBLE_VIEW_MODE_ACCOUNT_MANAGEMENT : in ButtonPressed()
820 ShowView(profiles::BUBBLE_VIEW_MODE_ACCOUNT_MANAGEMENT, avatar_menu_.get()); in RemoveAccount()
[all …]
/external/chromium_org/chrome/browser/ui/cocoa/profiles/
Dprofile_chooser_controller.mm296 if (viewMode == profiles::BUBBLE_VIEW_MODE_ACCOUNT_MANAGEMENT ||
301 profiles::BUBBLE_VIEW_MODE_ACCOUNT_MANAGEMENT :
309 if ([controller_ viewMode] == profiles::BUBBLE_VIEW_MODE_ACCOUNT_MANAGEMENT)
311 profiles::BUBBLE_VIEW_MODE_ACCOUNT_MANAGEMENT];
318 viewMode == profiles::BUBBLE_VIEW_MODE_ACCOUNT_MANAGEMENT) {
924 [self initMenuContentsWithView:profiles::BUBBLE_VIEW_MODE_ACCOUNT_MANAGEMENT];
951 profiles::BUBBLE_VIEW_MODE_ACCOUNT_MANAGEMENT :
984 [self initMenuContentsWithView:profiles::BUBBLE_VIEW_MODE_ACCOUNT_MANAGEMENT];
1103 viewMode_ = profiles::BUBBLE_VIEW_MODE_ACCOUNT_MANAGEMENT;
1147 case profiles::BUBBLE_VIEW_MODE_ACCOUNT_MANAGEMENT:
[all …]
Dprofile_chooser_controller_unittest.mm371 profiles::BUBBLE_VIEW_MODE_ACCOUNT_MANAGEMENT];
/external/chromium_org/chrome/browser/profiles/
Dprofile_window.cc396 *bubble_view_mode = BUBBLE_VIEW_MODE_ACCOUNT_MANAGEMENT; in BubbleViewModeFromAvatarBubbleMode()