HomeSort by relevance Sort by last modified time
    Searched refs:passwords_helper (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/chrome/browser/sync/test/integration/
single_client_passwords_sync_test.cc 8 #include "chrome/browser/sync/test/integration/passwords_helper.h"
10 using passwords_helper::AddLogin;
11 using passwords_helper::CreateTestPasswordForm;
12 using passwords_helper::GetPasswordCount;
13 using passwords_helper::GetPasswordStore;
14 using passwords_helper::GetVerifierPasswordCount;
15 using passwords_helper::GetVerifierPasswordStore;
16 using passwords_helper::ProfileContainsSamePasswordFormsAsVerifier;
multiple_client_passwords_sync_test.cc 8 #include "chrome/browser/sync/test/integration/passwords_helper.h"
11 using passwords_helper::AddLogin;
12 using passwords_helper::AllProfilesContainSamePasswordForms;
13 using passwords_helper::CreateTestPasswordForm;
14 using passwords_helper::GetPasswordCount;
15 using passwords_helper::GetPasswordStore;
two_client_passwords_sync_test.cc 7 #include "chrome/browser/sync/test/integration/passwords_helper.h"
12 using passwords_helper::AddLogin;
13 using passwords_helper::AllProfilesContainSamePasswordForms;
14 using passwords_helper::AllProfilesContainSamePasswordFormsAsVerifier;
15 using passwords_helper::CreateTestPasswordForm;
16 using passwords_helper::GetPasswordCount;
17 using passwords_helper::GetPasswordStore;
18 using passwords_helper::GetVerifierPasswordCount;
19 using passwords_helper::GetVerifierPasswordStore;
20 using passwords_helper::ProfileContainsSamePasswordFormsAsVerifier
    [all...]
passwords_helper.h 17 namespace passwords_helper { namespace
84 } // namespace passwords_helper
two_client_sessions_sync_test.cc 8 #include "chrome/browser/sync/test/integration/passwords_helper.h"
13 using passwords_helper::SetDecryptionPassphrase;
14 using passwords_helper::SetEncryptionPassphrase;
passwords_helper.cc 5 #include "chrome/browser/sync/test/integration/passwords_helper.h"
34 // Wake up passwords_helper::AddLogin.
61 // Quit the message loop to wake up passwords_helper::GetLogins.
73 namespace passwords_helper { namespace
225 } // namespace passwords_helper
two_client_bookmarks_sync_test.cc 9 #include "chrome/browser/sync/test/integration/passwords_helper.h"
39 using passwords_helper::SetDecryptionPassphrase;
40 using passwords_helper::SetEncryptionPassphrase;
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/performance/
passwords_sync_perf_test.cc 9 #include "chrome/browser/sync/test/integration/passwords_helper.h"
13 using passwords_helper::AddLogin;
14 using passwords_helper::CreateTestPasswordForm;
15 using passwords_helper::GetLogins;
16 using passwords_helper::GetPasswordCount;
17 using passwords_helper::GetPasswordStore;
18 using passwords_helper::UpdateLogin;
63 passwords_helper::RemoveLogins(GetPasswordStore(profile));
  /external/chromium_org/chrome/browser/password_manager/
password_store.h 34 namespace passwords_helper { namespace
140 friend void passwords_helper::AddLogin(PasswordStore*,
142 friend void passwords_helper::RemoveLogin(PasswordStore*,
144 friend void passwords_helper::UpdateLogin(PasswordStore*,

Completed in 4110 milliseconds