Home
last modified time | relevance | path

Searched refs:OnPopupShown (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
Dautofill_popup_controller_interactive_uitest.cc33 virtual void OnPopupShown() OVERRIDE { in OnPopupShown() function in autofill::__anondcfaa2420111::TestAutofillExternalDelegate
36 AutofillExternalDelegate::OnPopupShown(); in OnPopupShown()
Dpassword_generation_popup_observer.h13 virtual void OnPopupShown(bool password_visible) = 0;
Dpassword_generation_popup_controller_impl.cc190 observer_->OnPopupShown(display_password_); in Show()
Dautofill_popup_controller_impl.cc180 delegate_->OnPopupShown(); in Show()
Dautofill_dialog_controller_impl.h169 virtual void OnPopupShown() OVERRIDE;
Dautofill_dialog_controller_impl.cc2390 void AutofillDialogControllerImpl::OnPopupShown() { in OnPopupShown() function in autofill::AutofillDialogControllerImpl
/external/chromium_org/components/autofill/core/browser/
Dautofill_popup_delegate.h17 virtual void OnPopupShown() = 0;
Dautofill_external_delegate.h38 virtual void OnPopupShown() OVERRIDE;
Dautofill_external_delegate.cc171 void AutofillExternalDelegate::OnPopupShown() { in OnPopupShown() function in autofill::AutofillExternalDelegate
Dautofill_external_delegate_unittest.cc285 external_delegate_->OnPopupShown(); in TEST_F()
/external/chromium_org/chrome/browser/ui/views/extensions/
Dextension_action_view_delegate.h62 virtual void OnPopupShown(bool grant_tab_permissions) {} in OnPopupShown() function
Dextension_action_view_controller.cc268 delegate_->OnPopupShown(grant_tab_permissions); in ShowPopupWithUrl()
/external/chromium_org/components/password_manager/core/browser/
Dpassword_autofill_manager.h31 virtual void OnPopupShown() OVERRIDE;
Dpassword_autofill_manager.cc112 void PasswordAutofillManager::OnPopupShown() { in OnPopupShown() function in password_manager::PasswordAutofillManager
/external/chromium_org/chrome/browser/password_manager/
Dpassword_generation_interactive_uitest.cc32 virtual void OnPopupShown(bool password_visible) OVERRIDE { in OnPopupShown() function in __anona88f0dea0111::TestPopupObserver
/external/chromium_org/chrome/browser/ui/views/toolbar/
Dbrowser_action_view.h169 virtual void OnPopupShown(bool grant_tab_permissions) OVERRIDE;
Dbrowser_action_view.cc327 void BrowserActionView::OnPopupShown(bool grant_tab_permissions) { in OnPopupShown() function in BrowserActionView