Home | History | Annotate | Download | only in browser

Lines Matching defs:PersonalDataManager

47 class PersonalDataManager : public KeyedService,
55 explicit PersonalDataManager(const std::string& app_locale);
56 virtual ~PersonalDataManager();
74 // Adds a listener to be notified of PersonalDataManager events.
77 // Removes |observer| as an observer of this PersonalDataManager.
131 // This PersonalDataManager owns these profiles and credit cards. Their
228 // PersonalDataManager.
240 friend struct base::DefaultDeleter<PersonalDataManager>;
313 // The backing database that this PersonalDataManager uses.
377 DISALLOW_COPY_AND_ASSIGN(PersonalDataManager);