Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/views/autofill/
Dautofill_popup_base_view_browsertest.cc54 void ShowView() { in ShowView() function in autofill::AutofillPopupBaseViewTest
89 ShowView(); in IN_PROC_BROWSER_TEST_F()
120 ShowView(); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chrome/browser/ui/views/profiles/
Dprofile_chooser_view.cc543 ShowView(view_mode_, avatar_menu_.get()); in Init()
551 ShowView(profiles::BUBBLE_VIEW_MODE_PROFILE_CHOOSER, avatar_menu); in OnAvatarMenuChanged()
562 ShowView(profiles::BUBBLE_VIEW_MODE_ACCOUNT_MANAGEMENT, avatar_menu_.get()); in OnRefreshTokenAvailable()
570 ShowView(profiles::BUBBLE_VIEW_MODE_ACCOUNT_MANAGEMENT, avatar_menu_.get()); in OnRefreshTokenRevoked()
573 void ProfileChooserView::ShowView(profiles::BubbleViewMode view_to_display, in ShowView() function in ProfileChooserView
652 ShowView(profiles::BUBBLE_VIEW_MODE_PROFILE_CHOOSER, avatar_menu_.get()); in ButtonPressed()
661 ShowView(profiles::BUBBLE_VIEW_MODE_ACCOUNT_MANAGEMENT, avatar_menu_.get()); in ButtonPressed()
666 ShowView(primary_account.empty() ? in ButtonPressed()
672 ShowView(profiles::BUBBLE_VIEW_MODE_PROFILE_CHOOSER, avatar_menu_.get()); in ButtonPressed()
683 ShowView(profiles::BUBBLE_VIEW_MODE_PROFILE_CHOOSER, avatar_menu_.get()); in ButtonPressed()
[all …]
Dprofile_chooser_view.h118 void ShowView(profiles::BubbleViewMode view_to_display,
/external/chromium_org/chrome/browser/ui/autofill/
Dautofill_popup_controller_impl.h139 virtual void ShowView();
Dautofill_popup_controller_impl.cc174 ShowView(); in Show()
548 void AutofillPopupControllerImpl::ShowView() { in ShowView() function in autofill::AutofillPopupControllerImpl
Dautofill_popup_controller_unittest.cc116 virtual void ShowView() OVERRIDE {} in ShowView() function in autofill::__anonbbd97fd40111::TestAutofillPopupController