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

  /external/chromium_org/chrome/browser/autofill/
autofill_driver_impl_browsertest.cc 31 class MockAutofillManagerDelegate
34 MockAutofillManagerDelegate() {}
35 virtual ~MockAutofillManagerDelegate() {}
57 DISALLOW_COPY_AND_ASSIGN(MockAutofillManagerDelegate);
106 testing::NiceMock<MockAutofillManagerDelegate> manager_delegate_;
  /external/chromium_org/components/autofill/core/browser/
autocomplete_history_manager_unittest.cc 80 class MockAutofillManagerDelegate
83 MockAutofillManagerDelegate() {}
84 virtual ~MockAutofillManagerDelegate() {}
90 DISALLOW_COPY_AND_ASSIGN(MockAutofillManagerDelegate);
117 MockAutofillManagerDelegate manager_delegate;
autofill_external_delegate_unittest.cc 52 class MockAutofillManagerDelegate
55 MockAutofillManagerDelegate() {}
73 DISALLOW_COPY_AND_ASSIGN(MockAutofillManagerDelegate);
79 MockAutofillManagerDelegate* delegate)
135 MockAutofillManagerDelegate manager_delegate_;
autofill_manager_unittest.cc     [all...]
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_popup_controller_unittest.cc 51 class MockAutofillManagerDelegate
54 MockAutofillManagerDelegate() {}
55 virtual ~MockAutofillManagerDelegate() {}
62 DISALLOW_COPY_AND_ASSIGN(MockAutofillManagerDelegate);
158 : manager_delegate_(new MockAutofillManagerDelegate()),
202 scoped_ptr<MockAutofillManagerDelegate> manager_delegate_;
  /external/chromium_org/components/autofill/content/browser/
autocheckout_manager_unittest.cc 273 class MockAutofillManagerDelegate : public TestAutofillManagerDelegate {
275 MockAutofillManagerDelegate()
280 virtual ~MockAutofillManagerDelegate() {}
425 autofill_manager_delegate_.reset(new MockAutofillManagerDelegate());
632 scoped_ptr<MockAutofillManagerDelegate> autofill_manager_delegate_;
    [all...]

Completed in 716 milliseconds