HomeSort by relevance Sort by last modified time
    Searched defs:PasswordStore (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/password_manager/core/browser/
password_store.cc 40 PasswordStore::GetLoginsRequest::GetLoginsRequest(
48 PasswordStore::GetLoginsRequest::~GetLoginsRequest() {
51 void PasswordStore::GetLoginsRequest::ApplyIgnoreLoginsCutoff() {
66 void PasswordStore::GetLoginsRequest::ForwardResult() {
73 PasswordStore::PasswordStore(
81 bool PasswordStore::Init(const syncer::SyncableService::StartSyncFlare& flare) {
84 ScheduleTask(base::Bind(&PasswordStore::InitSyncableService, this, flare));
89 void PasswordStore::AddLogin(const PasswordForm& form) {
91 base::Bind(&PasswordStore::WrapModificationTask, this
    [all...]
password_store.h 36 class PasswordStore;
40 void AddLogin(password_manager::PasswordStore* store,
42 void RemoveLogin(password_manager::PasswordStore* store,
44 void UpdateLogin(password_manager::PasswordStore* store,
62 class PasswordStore : protected PasswordStoreSync,
63 public base::RefCountedThreadSafe<PasswordStore> {
100 // The result of the request. It is filled in on the PasswordStore's task
114 // PasswordStore::AddObserver.
125 PasswordStore(
180 // Schedules the given |task| to be run on the PasswordStore's TaskRunner
    [all...]

Completed in 152 milliseconds