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

  /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/content/browser/
autocheckout_manager_unittest.cc 366 class TestAutofillManager : public AutofillManager {
368 explicit TestAutofillManager(AutofillDriver* driver,
372 virtual ~TestAutofillManager() {}
427 autofill_manager_.reset(new TestAutofillManager(
630 scoped_ptr<TestAutofillManager> autofill_manager_;
    [all...]
  /external/chromium_org/components/autofill/core/browser/
autofill_metrics_unittest.cc 188 class TestAutofillManager : public AutofillManager {
190 TestAutofillManager(AutofillDriver* driver,
197 virtual ~TestAutofillManager() {}
256 DISALLOW_COPY_AND_ASSIGN(TestAutofillManager);
273 scoped_ptr<TestAutofillManager> autofill_manager_;
297 autofill_manager_.reset(new TestAutofillManager(
    [all...]
autofill_manager_unittest.cc 466 class TestAutofillManager : public AutofillManager {
468 TestAutofillManager(AutofillDriver* driver,
474 virtual ~TestAutofillManager() {}
643 DISALLOW_COPY_AND_ASSIGN(TestAutofillManager);
747 autofill_manager_.reset(new TestAutofillManager(
    [all...]

Completed in 95 milliseconds