Searched refs:UpdateAccountChooserView (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
H A Daccount_chooser_model.cc69 delegate_->UpdateAccountChooserView();
78 delegate_->UpdateAccountChooserView();
H A Daccount_chooser_model.h37 virtual void UpdateAccountChooserView() = 0;
H A Daccount_chooser_model_unittest.cc44 MOCK_METHOD0(UpdateAccountChooserView, void());
125 EXPECT_CALL(*delegate(), UpdateAccountChooserView()).Times(1);
139 EXPECT_CALL(*delegate(), UpdateAccountChooserView()).Times(2);
151 // Calls UpdateAccountChooserView.
165 // Calls UpdateAccountChooserView.
H A Dautofill_dialog_controller_impl.h213 virtual void UpdateAccountChooserView() OVERRIDE;
H A Dautofill_dialog_controller_impl.cc1204 UpdateAccountChooserView();
2745 UpdateAccountChooserView();
2753 void AutofillDialogControllerImpl::UpdateAccountChooserView() { function in class:autofill::AutofillDialogControllerImpl

Completed in 101 milliseconds