Home
last modified time | relevance | path

Searched refs:TestAutofillManager (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/components/autofill/content/browser/
Drequest_autocomplete_manager_unittest.cc21 class TestAutofillManager : public AutofillManager { class
23 TestAutofillManager(AutofillDriver* driver, in TestAutofillManager() function in autofill::__anonf00c70bd0111::TestAutofillManager
28 virtual ~TestAutofillManager() {} in ~TestAutofillManager()
39 DISALLOW_COPY_AND_ASSIGN(TestAutofillManager);
78 new TestAutofillManager(this, delegate))); in TestAutofillDriverImpl()
82 TestAutofillManager* mock_autofill_manager() { in mock_autofill_manager()
83 return static_cast<TestAutofillManager*>(autofill_manager()); in mock_autofill_manager()
/external/chromium/chrome/browser/autofill/
Dautofill_metrics_unittest.cc121 class TestAutofillManager : public AutofillManager { class
123 TestAutofillManager(TabContents* tab_contents, in TestAutofillManager() function in __anond71256a60111::TestAutofillManager
129 virtual ~TestAutofillManager() {} in ~TestAutofillManager()
149 DISALLOW_COPY_AND_ASSIGN(TestAutofillManager);
199 autofill_manager_.reset(new TestAutofillManager(contents(), in SetUp()
204 scoped_ptr<TestAutofillManager> autofill_manager_;
Dautofill_manager_unittest.cc409 class TestAutofillManager : public AutofillManager { class
411 TestAutofillManager(TabContents* tab_contents, in TestAutofillManager() function in __anonbea98c6a0111::TestAutofillManager
466 DISALLOW_COPY_AND_ASSIGN(TestAutofillManager);
486 autofill_manager_.reset(new TestAutofillManager(contents(), in SetUp()
570 scoped_ptr<TestAutofillManager> autofill_manager_;
/external/chromium_org/components/autofill/core/browser/
Dautofill_metrics_unittest.cc186 class TestAutofillManager : public AutofillManager { class
188 TestAutofillManager(AutofillDriver* driver, in TestAutofillManager() function in autofill::__anon0824256d0111::TestAutofillManager
195 virtual ~TestAutofillManager() {} in ~TestAutofillManager()
250 DISALLOW_COPY_AND_ASSIGN(TestAutofillManager);
267 scoped_ptr<TestAutofillManager> autofill_manager_;
294 autofill_manager_.reset(new TestAutofillManager( in SetUp()
Dautofill_manager_unittest.cc402 class TestAutofillManager : public AutofillManager { class
404 TestAutofillManager(AutofillDriver* driver, in TestAutofillManager() function in autofill::__anonefbb5b310111::TestAutofillManager
410 virtual ~TestAutofillManager() {} in ~TestAutofillManager()
527 DISALLOW_COPY_AND_ASSIGN(TestAutofillManager);
632 autofill_manager_.reset(new TestAutofillManager( in SetUp()
727 scoped_ptr<TestAutofillManager> autofill_manager_;
2365 autofill_manager_.reset(new TestAutofillManager( in TEST_F()
2392 autofill_manager_.reset(new TestAutofillManager( in TEST_F()