Home | History | Annotate | Download | only in browser

Lines Matching refs:autofill

22 #include "components/autofill/content/browser/autocheckout_manager.h"
23 #include "components/autofill/core/browser/autocomplete_history_manager.h"
24 #include "components/autofill/core/browser/autofill_download.h"
25 #include "components/autofill/core/browser/autofill_manager_delegate.h"
26 #include "components/autofill/core/browser/form_structure.h"
27 #include "components/autofill/core/browser/personal_data_manager.h"
28 #include "components/autofill/core/common/autocheckout_status.h"
29 #include "components/autofill/core/common/form_data.h"
30 #include "components/autofill/core/common/forms_seen_state.h"
49 namespace autofill {
77 // Registers our Enable/Disable Autofill pref.
81 autofill::AutofillManagerDelegate* delegate,
99 // Remove the credit card or Autofill profile that matches |unique_id|
110 // Returns the present form structures seen by Autofill manager.
117 autofill::DialogType dialog_type,
124 autofill::AutofillManagerDelegate* delegate() const {
131 void SetTestDelegate(autofill::AutofillManagerTestDelegate* delegate);
135 autofill::FormsSeenState state);
137 // Processes the submitted |form|, saving any new Autofill data and uploading
139 // server. Returns false if this form is not relevant for Autofill.
171 void OnAutocheckoutPageCompleted(autofill::AutocheckoutStatus status);
183 autofill::AutocheckoutManager* autocheckout_manager() {
190 autofill::AutofillManagerDelegate* delegate,
196 // Uploads the form data to the Autofill server.
249 // Returns false if Autofill is disabled or if the host is unavailable.
301 // Parses the forms using heuristic matching and querying the Autofill server.
317 autofill::AutofillManagerDelegate* const manager_delegate_;
329 // Handles queries and uploads to Autofill servers. Will be NULL if
337 autofill::AutocheckoutManager autocheckout_manager_;
341 // Have we logged whether Autofill is enabled for this page load?
345 // Have we shown Autofill suggestions at least once?
372 autofill::AutofillManagerTestDelegate* test_delegate_;
377 friend class autofill::FormStructureBrowserTest;
405 } // namespace autofill