Home | History | Annotate | Download | only in autofill

Lines Matching full:database

28 // Handles loading and saving Autofill profile information to the web database.
29 // This class also stores the profiles loaded from the database for use during
37 // when it has finished loading personal data from the web database. Register
78 // database by adding, updating and removing profiles.
91 // database by adding, updating and removing credit cards.
94 // Adds |profile| to the web database.
97 // Updates |profile| which already exists in the web database.
107 // Adds |credit_card| to the web database.
110 // Updates |credit_card| which already exists in the web database.
128 // Returns whether the personal data has been loaded from the web database.
132 // lifetime is until the web database is updated with new profile and credit
178 // Loads the saved profiles from the web database.
184 // Loads the saved credit cards from the web database.
197 // Cancels a pending query to the web database. |handle| is a pointer to the
221 // True if personal data has been loaded from the web database.
241 // When the manager makes a request from WebDataService, the database