Searched defs:MockAutofillExternalDelegate (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
H A Dautocomplete_history_manager_unittest.cc171 class MockAutofillExternalDelegate : public AutofillExternalDelegate { class in namespace:autofill::__anon6304
173 MockAutofillExternalDelegate(AutofillManager* autofill_manager, function in class:autofill::__anon6304::MockAutofillExternalDelegate
176 virtual ~MockAutofillExternalDelegate() {}
186 DISALLOW_COPY_AND_ASSIGN(MockAutofillExternalDelegate);
210 MockAutofillExternalDelegate external_delegate(autofill_manager.get(),
230 MockAutofillExternalDelegate external_delegate(autofill_manager.get(),
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_popup_controller_unittest.cc39 class MockAutofillExternalDelegate : public AutofillExternalDelegate { class in namespace:autofill::__anon5022
41 MockAutofillExternalDelegate(AutofillManager* autofill_manager, function in class:autofill::__anon5022::MockAutofillExternalDelegate
44 virtual ~MockAutofillExternalDelegate() {}
141 new NiceMock<MockAutofillExternalDelegate>(
164 MockAutofillExternalDelegate* delegate() {
170 scoped_ptr<NiceMock<MockAutofillExternalDelegate> > external_delegate_;
431 MockAutofillExternalDelegate delegate(driver->autofill_manager(), driver);

Completed in 1093 milliseconds