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

/external/chromium_org/chrome/browser/ui/views/profiles/
H A Dprofile_chooser_view.h120 // Shows the bubble with the |view_to_display|.
121 void ShowView(profiles::BubbleViewMode view_to_display,
H A Dprofile_chooser_view.cc636 void ProfileChooserView::ShowView(profiles::BubbleViewMode view_to_display, argument
640 if (view_to_display == profiles::BUBBLE_VIEW_MODE_ACCOUNT_MANAGEMENT) {
648 (view_to_display == profiles::BUBBLE_VIEW_MODE_GAIA_ADD_ACCOUNT ||
649 view_to_display == profiles::BUBBLE_VIEW_MODE_ACCOUNT_REMOVAL)) {
656 view_mode_ = view_to_display;

Completed in 292 milliseconds