Searched refs:wds_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/webdata/
H A Dweb_data_service_unittest.cc85 wds_ = new WebDataService();
86 wds_->Init(profile_dir_);
90 if (wds_.get())
91 wds_->Shutdown();
103 scoped_refptr<WebDataService> wds_; member in class:WebDataServiceTest
165 Source<WebDataService>(wds_.get()),
173 wds_->AddFormFields(form_fields);
181 handle = wds_->GetFormValuesForElementName(
198 wds_->AddFormFields(form_fields);
211 Source<WebDataService>(wds_
[all...]
/external/chromium/chrome/browser/password_manager/
H A Dpassword_store_win_unittest.cc114 wds_ = new WebDataService();
115 ASSERT_TRUE(wds_->Init(temp_dir_.path()));
119 if (wds_.get())
120 wds_->Shutdown();
132 scoped_refptr<WebDataService> wds_; member in class:PasswordStoreWinTest
161 wds_->AddIE7Login(password_info);
176 new PasswordStoreWin(login_db_.release(), profile_.get(), wds_.get()));
235 new PasswordStoreWin(login_db_.release(), profile_.get(), wds_.get()));
258 wds_->Shutdown();
259 wds_
[all...]
H A Dpassword_store_default_unittest.cc117 wds_ = new WebDataService();
118 ASSERT_TRUE(wds_->Init(temp_dir_.path()));
122 wds_->Shutdown();
134 scoped_refptr<WebDataService> wds_; member in class:PasswordStoreDefaultTest
160 wds_.get()));
271 wds_->AddLogin(*form);
277 wds_->AddLogin(*form);
290 profile_.get(), wds_.get()));
341 wds_->GetAutofillableLogins(&wds_consumer);
355 wds_
[all...]
H A Dpassword_store_x_unittest.cc287 wds_ = new WebDataService();
288 ASSERT_TRUE(wds_->Init(temp_dir_.path()));
292 wds_->Shutdown();
315 scoped_refptr<WebDataService> wds_; member in class:PasswordStoreXTest
343 wds_->AddLogin(**it);
347 wds_->AddLogin(**it);
361 wds_.get(),
413 wds_->GetAutofillableLogins(&wds_consumer);
427 wds_->GetBlacklistLogins(&wds_consumer);
466 wds_
[all...]

Completed in 61 milliseconds