Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/views/
Dprofile_chooser_view.cc389 ShowView(PROFILE_CHOOSER_VIEW, avatar_menu_.get()); in Init()
397 ShowView(PROFILE_CHOOSER_VIEW, avatar_menu); in OnAvatarMenuChanged()
407 ShowView(ACCOUNT_MANAGEMENT_VIEW, avatar_menu_.get()); in OnRefreshTokenAvailable()
415 ShowView(ACCOUNT_MANAGEMENT_VIEW, avatar_menu_.get()); in OnRefreshTokenRevoked()
418 void ProfileChooserView::ShowView(BubbleViewMode view_to_display, in ShowView() function in ProfileChooserView
539 ShowView(GAIA_ADD_ACCOUNT_VIEW, avatar_menu_.get()); in ButtonPressed()
568 ShowView(ACCOUNT_MANAGEMENT_VIEW, avatar_menu_.get()); in LinkClicked()
575 ShowView(GAIA_SIGNIN_VIEW, avatar_menu_.get()); in LinkClicked()
Dprofile_chooser_view.h120 void ShowView(BubbleViewMode view_to_display,
/external/chromium_org/chrome/browser/ui/autofill/
Dautofill_popup_controller_impl.h155 virtual void ShowView();
Dautofill_popup_controller_impl.cc179 ShowView(); in Show()
585 void AutofillPopupControllerImpl::ShowView() { in ShowView() function in autofill::AutofillPopupControllerImpl
Dautofill_popup_controller_unittest.cc116 virtual void ShowView() OVERRIDE {} in ShowView() function in autofill::__anonc40cd3da0111::TestAutofillPopupController