Searched defs:MockAutocompleteHistoryManager (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
H A Dautofill_manager_unittest.cc356 class MockAutocompleteHistoryManager : public AutocompleteHistoryManager { class in namespace:autofill::__anon6317
358 MockAutocompleteHistoryManager(AutofillDriver* driver, AutofillClient* client) function in class:autofill::__anon6317::MockAutocompleteHistoryManager
364 DISALLOW_COPY_AND_ASSIGN(MockAutocompleteHistoryManager);
2342 scoped_ptr<MockAutocompleteHistoryManager> autocomplete_history_manager;
2344 new MockAutocompleteHistoryManager(autofill_driver_.get(), &client));
2351 MockAutocompleteHistoryManager* m = static_cast<
2352 MockAutocompleteHistoryManager*>(

Completed in 174 milliseconds