Home
last modified time | relevance | path

Searched refs:password_list (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/options/
Dpassword_manager_handler.cc155 const ScopedVector<autofill::PasswordForm>& password_list, in SetPasswordList() argument
160 for (size_t i = 0; i < password_list.size(); ++i) { in SetPasswordList()
162 entry->Append(new base::StringValue(net::FormatUrl(password_list[i]->origin, in SetPasswordList()
164 entry->Append(new base::StringValue(password_list[i]->username_value)); in SetPasswordList()
166 entry->Append(new base::StringValue(password_list[i]->password_value)); in SetPasswordList()
170 base::string16(password_list[i]->password_value.length(), ' '))); in SetPasswordList()
Dpassword_manager_handler.h36 const ScopedVector<autofill::PasswordForm>& password_list,
/external/chromium_org/components/sync_driver/
Dgeneric_change_processor_unittest.cc223 syncer::SyncDataList password_list( in TEST_F() local
226 ASSERT_EQ(password_list.size(), change_list.size()); in TEST_F()
229 ASSERT_TRUE(password_list[i].GetSpecifics().has_password()); in TEST_F()
230 ASSERT_TRUE(password_list[i].GetSpecifics().password(). in TEST_F()
232 ASSERT_FALSE(password_list[i].GetSpecifics().password().has_encrypted()); in TEST_F()
234 password_list[i].GetSpecifics().password().client_only_encrypted_data(); in TEST_F()
294 syncer::SyncDataList password_list( in TEST_F() local
297 ASSERT_EQ(password_list.size(), change_list2.size()); in TEST_F()
300 ASSERT_TRUE(password_list[i].GetSpecifics().has_password()); in TEST_F()
301 ASSERT_TRUE(password_list[i].GetSpecifics().password(). in TEST_F()
[all …]
/external/chromium_org/chrome/browser/android/
Dpassword_ui_view_android.cc34 const ScopedVector<autofill::PasswordForm>& password_list, in SetPasswordList() argument
41 env, ui_controller.obj(), static_cast<int>(password_list.size())); in SetPasswordList()
Dpassword_ui_view_android.h31 const ScopedVector<autofill::PasswordForm>& password_list,
/external/chromium_org/chrome/browser/ui/passwords/
Dpassword_ui_view.h37 const ScopedVector<autofill::PasswordForm>& password_list,
/external/chromium_org/components/password_manager/core/browser/
Dpassword_syncable_service_unittest.cc170 std::vector<autofill::PasswordForm>* password_list);
288 std::vector<autofill::PasswordForm>* password_list) { in VerifyChange() argument
290 password_list->begin(), password_list->end(), FormFinder(password)); in VerifyChange()
291 EXPECT_NE(password_list->end(), it); in VerifyChange()
298 password_list->erase(it); in VerifyChange()