Searched refs:TestAutofillManager (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/autofill/
H A Dautofill_metrics_unittest.cc121 class TestAutofillManager : public AutofillManager { class in namespace:__anon1856
123 TestAutofillManager(TabContents* tab_contents, function in class:__anon1856::TestAutofillManager
129 virtual ~TestAutofillManager() {}
149 DISALLOW_COPY_AND_ASSIGN(TestAutofillManager);
199 autofill_manager_.reset(new TestAutofillManager(contents(),
204 scoped_ptr<TestAutofillManager> autofill_manager_;
H A Dautofill_manager_unittest.cc409 class TestAutofillManager : public AutofillManager { class in namespace:__anon1853
411 TestAutofillManager(TabContents* tab_contents, function in class:__anon1853::TestAutofillManager
466 DISALLOW_COPY_AND_ASSIGN(TestAutofillManager);
486 autofill_manager_.reset(new TestAutofillManager(contents(),
570 scoped_ptr<TestAutofillManager> autofill_manager_;

Completed in 1141 milliseconds