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

/external/chromium_org/chrome/browser/ui/autofill/
H A Dpassword_generation_popup_observer.h13 virtual void OnPopupShown(bool password_visible) = 0;
H A Dautofill_popup_controller_interactive_uitest.cc33 virtual void OnPopupShown() OVERRIDE {
36 AutofillExternalDelegate::OnPopupShown();
H A Dpassword_generation_popup_controller_impl.cc190 observer_->OnPopupShown(display_password_);
H A Dautofill_dialog_controller_impl.h169 virtual void OnPopupShown() OVERRIDE;
H A Dautofill_popup_controller_impl.cc180 delegate_->OnPopupShown();
H A Dautofill_dialog_controller_impl.cc2390 void AutofillDialogControllerImpl::OnPopupShown() { function in class:autofill::AutofillDialogControllerImpl
/external/chromium_org/components/autofill/core/browser/
H A Dautofill_popup_delegate.h17 virtual void OnPopupShown() = 0;
H A Dautofill_external_delegate.h38 virtual void OnPopupShown() OVERRIDE;
H A Dautofill_external_delegate.cc171 void AutofillExternalDelegate::OnPopupShown() { function in class:autofill::AutofillExternalDelegate
H A Dautofill_external_delegate_unittest.cc284 // we need to call OnPopupShown ourselves.
285 external_delegate_->OnPopupShown();
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dextension_action_view_delegate.h62 virtual void OnPopupShown(bool grant_tab_permissions) {} function in class:ExtensionActionViewDelegate
H A Dextension_action_view_controller.cc268 delegate_->OnPopupShown(grant_tab_permissions);
/external/chromium_org/components/password_manager/core/browser/
H A Dpassword_autofill_manager.h31 virtual void OnPopupShown() OVERRIDE;
H A Dpassword_autofill_manager.cc112 void PasswordAutofillManager::OnPopupShown() { function in class:password_manager::PasswordAutofillManager
/external/chromium_org/chrome/browser/password_manager/
H A Dpassword_generation_interactive_uitest.cc32 virtual void OnPopupShown(bool password_visible) OVERRIDE {
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dbrowser_action_view.h169 virtual void OnPopupShown(bool grant_tab_permissions) OVERRIDE;
H A Dbrowser_action_view.cc327 void BrowserActionView::OnPopupShown(bool grant_tab_permissions) { function in class:BrowserActionView

Completed in 2337 milliseconds