Lines Matching full:profiles
32 // This class also stores the profiles loaded from the database for use during
88 // Sets |web_profiles_| to the contents of |profiles| and updates the web
89 // database by adding, updating and removing profiles.
96 // updates in |profiles| make it to the DB. This is why SetProfiles will
99 void SetProfiles(std::vector<AutofillProfile>* profiles);
142 // This PersonalDataManager owns these profiles and credit cards. Their
144 // card information, respectively. |profiles()| returns both web and
145 // auxiliary profiles. |web_profiles()| returns only web profiles.
146 const std::vector<AutofillProfile*>& profiles();
150 // Re-loads profiles and credit cards from the WebDatabase asynchronously.
153 // profiles in the WebDatabase directly, as is the case if the browser sync
160 // Kicks off asynchronous loading of profiles and credit cards.
163 // Checks suitability of |profile| for adding to the user's set of profiles.
189 // Loads the saved profiles from the web database.
192 // Loads the auxiliary profiles. Currently Mac only.
198 // Receives the loaded profiles from the web data service and stores them in
219 // profiles the user has. On subsequent calls, does nothing.
235 // The loaded web profiles.
238 // Auxiliary profiles.
241 // Storage for combined web and auxiliary profiles. Contents are weak
266 // Whether we have already logged the number of profiles this session.