Home | History | Annotate | Download | only in autofill

Lines Matching refs:TestAutofillManager

121 class TestAutofillManager : public AutofillManager {
123 TestAutofillManager(TabContents* tab_contents,
129 virtual ~TestAutofillManager() {}
149 DISALLOW_COPY_AND_ASSIGN(TestAutofillManager);
199 autofill_manager_.reset(new TestAutofillManager(contents(),
204 scoped_ptr<TestAutofillManager> autofill_manager_;