Home | History | Annotate | Download | only in password_manager

Lines Matching defs:NativeBackendKWallet

21 const char* NativeBackendKWallet::kAppId = "Chrome";
22 const char* NativeBackendKWallet::kKWalletFolder = "Chrome Form Data";
24 const char* NativeBackendKWallet::kKWalletServiceName = "org.kde.kwalletd";
25 const char* NativeBackendKWallet::kKWalletPath = "/modules/kwalletd";
26 const char* NativeBackendKWallet::kKWalletInterface = "org.kde.KWallet";
27 const char* NativeBackendKWallet::kKLauncherServiceName = "org.kde.klauncher";
28 const char* NativeBackendKWallet::kKLauncherPath = "/KLauncher";
29 const char* NativeBackendKWallet::kKLauncherInterface = "org.kde.KLauncher";
31 NativeBackendKWallet::NativeBackendKWallet()
37 NativeBackendKWallet::~NativeBackendKWallet() {
42 bool NativeBackendKWallet::Init() {
57 bool NativeBackendKWallet::StartKWalletd() {
93 bool NativeBackendKWallet::InitWallet() {
122 bool NativeBackendKWallet::AddLogin(const PasswordForm& form) {
137 bool NativeBackendKWallet::UpdateLogin(const PasswordForm& form) {
156 bool NativeBackendKWallet::RemoveLogin(const PasswordForm& form) {
180 bool NativeBackendKWallet::RemoveLoginsCreatedBetween(
241 bool NativeBackendKWallet::GetLogins(const PasswordForm& form,
249 bool NativeBackendKWallet::GetLoginsCreatedBetween(const base::Time& get_begin,
258 bool NativeBackendKWallet::GetAutofillableLogins(PasswordFormList* forms) {
265 bool NativeBackendKWallet::GetBlacklistLogins(PasswordFormList* forms) {
272 bool NativeBackendKWallet::GetLoginsList(PasswordFormList* forms,
321 bool NativeBackendKWallet::GetLoginsList(PasswordFormList* forms,
340 bool NativeBackendKWallet::GetLoginsList(PasswordFormList* forms,
362 bool NativeBackendKWallet::GetAllLogins(PasswordFormList* forms,
400 bool NativeBackendKWallet::SetLoginsList(const PasswordFormList& forms,
447 bool NativeBackendKWallet::CompareForms(const PasswordForm& a,
460 void NativeBackendKWallet
482 bool NativeBackendKWallet::CheckSerializedValue(const GArray* byte_array,
494 void NativeBackendKWallet::DeserializeValue(const string& signon_realm,
545 bool NativeBackendKWallet::ReadGURL(const Pickle& pickle, void** iter,
557 bool NativeBackendKWallet::CheckError() {
567 int NativeBackendKWallet::WalletHandle() {