Searched refs:AutofillDriver (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
H A Dautofill_driver.h27 class AutofillDriver { class in namespace:autofill
37 virtual ~AutofillDriver() {}
H A Dautocomplete_history_manager.h17 class AutofillDriver;
27 AutocompleteHistoryManager(AutofillDriver* driver,
67 AutofillDriver* driver_;
H A Dautofill_download_manager.h29 class AutofillDriver;
63 AutofillDownloadManager(AutofillDriver* driver,
131 // The AutofillDriver that this instance will use. Must not be null, and must
133 AutofillDriver* const driver_; // WEAK
H A Dautofill_external_delegate.h20 class AutofillDriver;
32 // AutofillDriver.
34 AutofillDriver* driver);
126 AutofillDriver* driver_; // weak
H A Dautofill_manager.h80 AutofillManager(AutofillDriver* driver,
111 virtual void FillOrPreviewForm(AutofillDriver::RendererFormDataAction action,
185 AutofillManager(AutofillDriver* driver,
300 AutofillDriver* driver_;
H A Dtest_autofill_driver.h20 class TestAutofillDriver : public AutofillDriver {
25 // AutofillDriver implementation.
H A Dautofill_external_delegate.cc46 AutofillDriver* driver)
292 AutofillDriver::RendererFormDataAction renderer_action = is_preview ?
293 AutofillDriver::FORM_DATA_ACTION_PREVIEW :
294 AutofillDriver::FORM_DATA_ACTION_FILL;
H A Dautocomplete_history_manager_unittest.cc84 scoped_ptr<AutofillDriver> autofill_driver_;
174 AutofillDriver* autofill_driver)
191 TestAutocompleteHistoryManager(AutofillDriver* driver, AutofillClient* client)
H A Dautofill_external_delegate_unittest.cc77 MockAutofillManager(AutofillDriver* driver, MockAutofillClient* client)
84 void(AutofillDriver::RendererFormDataAction action,
165 AutofillDriver::FORM_DATA_ACTION_FILL, _, _, _, _));
382 AutofillDriver::FORM_DATA_ACTION_PREVIEW, _, _, _, _));
H A Dautocomplete_history_manager.cc38 AutofillDriver* driver,
H A Dautofill_download_manager.cc59 AutofillDownloadManager::AutofillDownloadManager(AutofillDriver* driver,
H A Dautofill_manager.cc162 AutofillDriver* driver,
542 AutofillDriver::RendererFormDataAction action,
898 AutofillManager::AutofillManager(AutofillDriver* driver,
H A Dautofill_metrics_unittest.cc167 TestAutofillManager(AutofillDriver* driver,
897 AutofillDriver::FORM_DATA_ACTION_FILL,
H A Dautofill_manager_unittest.cc358 MockAutocompleteHistoryManager(AutofillDriver* driver, AutofillClient* client)
382 TestAutofillManager(AutofillDriver* driver,
499 AutofillDriver* autofill_driver)
645 AutofillDriver::FORM_DATA_ACTION_FILL, query_id, form, field,
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_popup_controller_interactive_uitest.cc28 AutofillDriver* autofill_driver)
H A Dautofill_popup_controller_unittest.cc42 AutofillDriver* autofill_driver)
/external/chromium_org/components/autofill/content/browser/
H A Dcontent_autofill_driver.h34 class ContentAutofillDriver : public AutofillDriver,
45 // AutofillDriver:
H A Dcontent_autofill_driver_unittest.cc41 MockAutofillManager(AutofillDriver* driver, AutofillClient* client)
230 input_page_id, AutofillDriver::FORM_DATA_ACTION_FILL, input_form_data);
246 input_page_id, AutofillDriver::FORM_DATA_ACTION_PREVIEW, input_form_data);
H A Drequest_autocomplete_manager_unittest.cc23 TestAutofillManager(AutofillDriver* driver, AutofillClient* client)

Completed in 168 milliseconds