Searched defs:TestAutofillManager (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/components/autofill/content/browser/
H A Drequest_autocomplete_manager_unittest.cc21 class TestAutofillManager : public AutofillManager { class in namespace:autofill::__anon6273
23 TestAutofillManager(AutofillDriver* driver, AutofillClient* client) function in class:autofill::__anon6273::TestAutofillManager
26 virtual ~TestAutofillManager() {}
37 DISALLOW_COPY_AND_ASSIGN(TestAutofillManager);
79 new TestAutofillManager(this, client)));
83 TestAutofillManager* mock_autofill_manager() {
84 return static_cast<TestAutofillManager*>(autofill_manager());
/external/chromium_org/components/autofill/core/browser/
H A Dautofill_metrics_unittest.cc165 class TestAutofillManager : public AutofillManager { class in namespace:autofill::__anon6323
167 TestAutofillManager(AutofillDriver* driver, function in class:autofill::__anon6323::TestAutofillManager
174 virtual ~TestAutofillManager() {}
227 DISALLOW_COPY_AND_ASSIGN(TestAutofillManager);
243 scoped_ptr<TestAutofillManager> autofill_manager_;
264 autofill_manager_.reset(new TestAutofillManager(
H A Dautofill_manager_unittest.cc380 class TestAutofillManager : public AutofillManager { class in namespace:autofill::__anon6317
382 TestAutofillManager(AutofillDriver* driver, function in class:autofill::__anon6317::TestAutofillManager
388 virtual ~TestAutofillManager() {}
493 DISALLOW_COPY_AND_ASSIGN(TestAutofillManager);
589 autofill_manager_.reset(new TestAutofillManager(
674 scoped_ptr<TestAutofillManager> autofill_manager_;
2340 new TestAutofillManager(autofill_driver_.get(), &client, NULL));
2364 new TestAutofillManager(autofill_driver_.get(), &client, NULL));

Completed in 1288 milliseconds