Searched refs:ShowView (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/chrome/browser/ui/views/autofill/ |
D | autofill_popup_base_view_browsertest.cc | 54 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/ |
D | profile_chooser_view.cc | 543 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 …]
|
D | profile_chooser_view.h | 118 void ShowView(profiles::BubbleViewMode view_to_display,
|
/external/chromium_org/chrome/browser/ui/autofill/ |
D | autofill_popup_controller_impl.h | 139 virtual void ShowView();
|
D | autofill_popup_controller_impl.cc | 174 ShowView(); in Show() 548 void AutofillPopupControllerImpl::ShowView() { in ShowView() function in autofill::AutofillPopupControllerImpl
|
D | autofill_popup_controller_unittest.cc | 116 virtual void ShowView() OVERRIDE {} in ShowView() function in autofill::__anonbbd97fd40111::TestAutofillPopupController
|