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

  /external/chromium_org/chrome/browser/ui/autofill/
autofill_popup_controller_interactive_uitest.cc 24 class TestAutofillExternalDelegate : public AutofillExternalDelegate {
26 TestAutofillExternalDelegate(content::WebContents* web_contents,
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/
autofill_manager_unittest.cc 500 class TestAutofillExternalDelegate : public AutofillExternalDelegate {
502 explicit TestAutofillExternalDelegate(AutofillManager* autofill_manager,
507 virtual ~TestAutofillExternalDelegate() {}
581 DISALLOW_COPY_AND_ASSIGN(TestAutofillExternalDelegate);
596 external_delegate_.reset(new TestAutofillExternalDelegate(
679 scoped_ptr<TestAutofillExternalDelegate> external_delegate_;
    [all...]

Completed in 269 milliseconds