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 496 class TestAutofillExternalDelegate : public AutofillExternalDelegate {
498 explicit TestAutofillExternalDelegate(AutofillManager* autofill_manager,
503 virtual ~TestAutofillExternalDelegate() {}
577 DISALLOW_COPY_AND_ASSIGN(TestAutofillExternalDelegate);
592 external_delegate_.reset(new TestAutofillExternalDelegate(
675 scoped_ptr<TestAutofillExternalDelegate> external_delegate_;
    [all...]

Completed in 72 milliseconds