Home | History | Annotate | Download | only in webdata

Lines Matching refs:Profile

11 #include "chrome/browser/profiles/profile.h"
27 // A wrapper of WebDataService so that we can use it as a profile keyed service.
30 explicit WebDataServiceWrapper(Profile* profile);
68 // Returns the WebDataServiceWrapper associated with the |profile|.
70 Profile* profile,
71 Profile::ServiceAccessType access_type);
74 Profile* profile,
75 Profile::ServiceAccessType access_type);
77 // Returns the AutofillWebDataService associated with the |profile|.
79 GetAutofillWebDataForProfile(Profile* profile,
80 Profile::ServiceAccessType access_type);
82 // Returns the KeywordWebDataService associated with the |profile|.
84 Profile* profile,
85 Profile::ServiceAccessType access_type);
87 // Returns the TokenWebData associated with the |profile|.
89 Profile* profile,
90 Profile::ServiceAccessType access_type);
93 // Returns the PasswordWebDataService associated with the |profile|.
95 Profile* profile,
96 Profile::ServiceAccessType access_type);
111 content::BrowserContext* profile) const OVERRIDE;