Searched refs:TestAutofillExternalDelegate (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_popup_controller_interactive_uitest.cc24 class TestAutofillExternalDelegate : public AutofillExternalDelegate { class in namespace:autofill::__anon5021
26 TestAutofillExternalDelegate(content::WebContents* web_contents, function in class:autofill::__anon5021::TestAutofillExternalDelegate
31 virtual ~TestAutofillExternalDelegate() {}
62 DISALLOW_COPY_AND_ASSIGN(TestAutofillExternalDelegate);
83 new TestAutofillExternalDelegate(
96 scoped_ptr<TestAutofillExternalDelegate> autofill_external_delegate_;
/external/chromium_org/components/autofill/core/browser/
H A Dautofill_manager_unittest.cc496 class TestAutofillExternalDelegate : public AutofillExternalDelegate { class in namespace:autofill::__anon6317
498 explicit TestAutofillExternalDelegate(AutofillManager* autofill_manager, function in class:autofill::__anon6317::TestAutofillExternalDelegate
503 virtual ~TestAutofillExternalDelegate() {}
577 DISALLOW_COPY_AND_ASSIGN(TestAutofillExternalDelegate);
592 external_delegate_.reset(new TestAutofillExternalDelegate(
675 scoped_ptr<TestAutofillExternalDelegate> external_delegate_;

Completed in 4093 milliseconds