Searched defs:PasswordWebDataService (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/password_manager/core/browser/webdata/
H A Dpassword_web_data_service_win.h31 // PasswordWebDataService is used to access IE7/8 Password data stored in the
36 class PasswordWebDataService : public WebDataServiceBase { class in inherits:WebDataServiceBase
39 static scoped_refptr<PasswordWebDataService> FromBrowserContext(
42 PasswordWebDataService(scoped_refptr<WebDatabaseService> wdbs,
62 PasswordWebDataService(scoped_refptr<base::MessageLoopProxy> ui_thread);
64 virtual ~PasswordWebDataService();
75 DISALLOW_COPY_AND_ASSIGN(PasswordWebDataService);
H A Dpassword_web_data_service_win.cc13 PasswordWebDataService::PasswordWebDataService( function in class:PasswordWebDataService
20 void PasswordWebDataService::AddIE7Login(const IE7PasswordInfo& info) {
23 base::Bind(&PasswordWebDataService::AddIE7LoginImpl, this, info));
26 void PasswordWebDataService::RemoveIE7Login(const IE7PasswordInfo& info) {
29 base::Bind(&PasswordWebDataService::RemoveIE7LoginImpl, this, info));
32 PasswordWebDataService::Handle PasswordWebDataService::GetIE7Login(
37 base::Bind(&PasswordWebDataService::GetIE7LoginImpl, this, info),
41 WebDatabase::State PasswordWebDataService
66 PasswordWebDataService::PasswordWebDataService( function in class:PasswordWebDataService
[all...]

Completed in 1095 milliseconds