HomeSort by relevance Sort by last modified time
    Searched refs:OnPopupShown (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/chrome/browser/ui/autofill/
password_generation_popup_observer.h 13 virtual void OnPopupShown(bool password_visible) = 0;
autofill_popup_controller_interactive_uitest.cc 33 virtual void OnPopupShown() OVERRIDE {
36 AutofillExternalDelegate::OnPopupShown();
password_generation_popup_controller_impl.cc 190 observer_->OnPopupShown(display_password_);
autofill_dialog_controller_impl.h 169 virtual void OnPopupShown() OVERRIDE;
    [all...]
autofill_popup_controller_impl.cc 180 delegate_->OnPopupShown();
autofill_dialog_controller_impl.cc     [all...]
  /external/chromium_org/components/autofill/core/browser/
autofill_popup_delegate.h 17 virtual void OnPopupShown() = 0;
autofill_external_delegate.h 38 virtual void OnPopupShown() OVERRIDE;
autofill_external_delegate.cc 171 void AutofillExternalDelegate::OnPopupShown() {
autofill_external_delegate_unittest.cc 284 // we need to call OnPopupShown ourselves.
285 external_delegate_->OnPopupShown();
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_action_view_delegate.h 62 virtual void OnPopupShown(bool grant_tab_permissions) {}
extension_action_view_controller.cc 268 delegate_->OnPopupShown(grant_tab_permissions);
  /external/chromium_org/components/password_manager/core/browser/
password_autofill_manager.h 31 virtual void OnPopupShown() OVERRIDE;
password_autofill_manager.cc 112 void PasswordAutofillManager::OnPopupShown() {
  /external/chromium_org/chrome/browser/password_manager/
password_generation_interactive_uitest.cc 32 virtual void OnPopupShown(bool password_visible) OVERRIDE {
  /external/chromium_org/chrome/browser/ui/views/toolbar/
browser_action_view.h 169 virtual void OnPopupShown(bool grant_tab_permissions) OVERRIDE;
browser_action_view.cc 327 void BrowserActionView::OnPopupShown(bool grant_tab_permissions) {

Completed in 348 milliseconds