Searched refs:PasswordWebDataService (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/components/password_manager/core/browser/webdata/
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...]
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);
/external/chromium_org/chrome/browser/password_manager/
H A Dpassword_store_win.h11 class PasswordWebDataService;
25 // PasswordWebDataService is only used for IE7 password fetching.
30 PasswordWebDataService* web_data_service);
H A Dpassword_store_win.cc23 // Handles requests to PasswordWebDataService.
26 DBHandler(PasswordWebDataService* web_data_service,
54 typedef std::map<PasswordWebDataService::Handle, RequestInfo>
65 PasswordWebDataService::Handle handle,
68 scoped_refptr<PasswordWebDataService> web_data_service_;
96 PasswordWebDataService::Handle handle =
143 PasswordWebDataService::Handle handle,
173 PasswordWebDataService* web_data_service)
H A Dpassword_store_win_unittest.cc55 void(PasswordWebDataService::Handle, const WDTypedResult*));
128 wds_ = new PasswordWebDataService(
168 scoped_refptr<PasswordWebDataService> wds_;
/external/chromium_org/chrome/browser/webdata/
H A Dweb_data_service_factory.h20 class PasswordWebDataService;
47 virtual scoped_refptr<PasswordWebDataService> GetPasswordWebData();
58 scoped_refptr<PasswordWebDataService> password_web_data_;
93 // Returns the PasswordWebDataService associated with the |profile|.
94 static scoped_refptr<PasswordWebDataService> GetPasswordWebDataForProfile(
H A Dweb_data_service_factory.cc118 password_web_data_ = new PasswordWebDataService(
161 scoped_refptr<PasswordWebDataService>
239 scoped_refptr<PasswordWebDataService>
248 scoped_refptr<PasswordWebDataService>(NULL);

Completed in 183 milliseconds