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

  /external/chromium_org/components/autofill/content/browser/
request_autocomplete_manager_unittest.cc 21 class TestAutofillManager : public AutofillManager {
23 TestAutofillManager(AutofillDriver* driver, AutofillClient* client)
26 virtual ~TestAutofillManager() {}
37 DISALLOW_COPY_AND_ASSIGN(TestAutofillManager);
79 new TestAutofillManager(this, client)));
83 TestAutofillManager* mock_autofill_manager() {
84 return static_cast<TestAutofillManager*>(autofill_manager());
  /external/chromium_org/components/autofill/core/browser/
autofill_metrics_unittest.cc 165 class TestAutofillManager : public AutofillManager {
167 TestAutofillManager(AutofillDriver* driver,
174 virtual ~TestAutofillManager() {}
227 DISALLOW_COPY_AND_ASSIGN(TestAutofillManager);
243 scoped_ptr<TestAutofillManager> autofill_manager_;
264 autofill_manager_.reset(new TestAutofillManager(
    [all...]
autofill_manager_unittest.cc 384 class TestAutofillManager : public AutofillManager {
386 TestAutofillManager(AutofillDriver* driver,
392 virtual ~TestAutofillManager() {}
497 DISALLOW_COPY_AND_ASSIGN(TestAutofillManager);
593 autofill_manager_.reset(new TestAutofillManager(
678 scoped_ptr<TestAutofillManager> autofill_manager_;
    [all...]

Completed in 130 milliseconds