Home | History | Annotate | Download | only in autofill

Lines Matching defs:PersonalDataManager

38 PersonalDataManager
41 public base::RefCountedThreadSafe<PersonalDataManager> {
43 // An interface the PersonalDataManager uses to notify its clients (observers)
45 // the observer via PersonalDataManager::SetObserver.
52 // Notifies the observer that the PersonalDataManager has finished loading.
57 // Notifies the observer that the PersonalDataManager changed in some way.
68 // Sets the listener to be notified of PersonalDataManager events.
69 virtual void SetObserver(PersonalDataManager::Observer* observer);
71 // Removes |observer| as the observer of this PersonalDataManager.
72 virtual void RemoveObserver(PersonalDataManager::Observer* observer);
142 // This PersonalDataManager owns these profiles and credit cards. Their
176 // PersonalDataManager.
177 friend class base::RefCountedThreadSafe<PersonalDataManager>;
186 PersonalDataManager();
187 virtual ~PersonalDataManager();
229 // The profile hosting this PersonalDataManager.
269 DISALLOW_COPY_AND_ASSIGN(PersonalDataManager);