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

  /external/chromium_org/components/autofill/content/browser/
request_autocomplete_manager_unittest.cc 21 class TestAutofillManager : public AutofillManager {
23 TestAutofillManager(AutofillDriver* driver,
28 virtual ~TestAutofillManager() {}
39 DISALLOW_COPY_AND_ASSIGN(TestAutofillManager);
78 new TestAutofillManager(this, delegate)));
82 TestAutofillManager* mock_autofill_manager() {
83 return static_cast<TestAutofillManager*>(autofill_manager());
  /external/chromium/chrome/browser/autofill/
autofill_metrics_unittest.cc 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_;
    [all...]
autofill_manager_unittest.cc 409 class TestAutofillManager : public AutofillManager {
411 TestAutofillManager(TabContents* tab_contents,
466 DISALLOW_COPY_AND_ASSIGN(TestAutofillManager);
486 autofill_manager_.reset(new TestAutofillManager(contents(),
570 scoped_ptr<TestAutofillManager> autofill_manager_;
    [all...]
  /external/chromium_org/components/autofill/core/browser/
autofill_metrics_unittest.cc 186 class TestAutofillManager : public AutofillManager {
188 TestAutofillManager(AutofillDriver* driver,
195 virtual ~TestAutofillManager() {}
250 DISALLOW_COPY_AND_ASSIGN(TestAutofillManager);
267 scoped_ptr<TestAutofillManager> autofill_manager_;
294 autofill_manager_.reset(new TestAutofillManager(
    [all...]
autofill_manager_unittest.cc 402 class TestAutofillManager : public AutofillManager {
404 TestAutofillManager(AutofillDriver* driver,
410 virtual ~TestAutofillManager() {}
527 DISALLOW_COPY_AND_ASSIGN(TestAutofillManager);
632 autofill_manager_.reset(new TestAutofillManager(
727 scoped_ptr<TestAutofillManager> autofill_manager_;
    [all...]

Completed in 42 milliseconds