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

  /external/chromium/chrome/browser/password_manager/
native_backend_kwallet_x.cc 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()
    [all...]
native_backend_kwallet_x.h 22 class NativeBackendKWallet : public PasswordStoreX::NativeBackend {
24 NativeBackendKWallet();
26 virtual ~NativeBackendKWallet();
139 DISALLOW_COPY_AND_ASSIGN(NativeBackendKWallet);
  /external/chromium_org/chrome/browser/password_manager/
native_backend_kwallet_x.h 35 class NativeBackendKWallet : public PasswordStoreX::NativeBackend {
37 NativeBackendKWallet(LocalProfileId id, PrefService* prefs);
39 virtual ~NativeBackendKWallet();
159 DISALLOW_COPY_AND_ASSIGN(NativeBackendKWallet);
native_backend_kwallet_x.cc 90 NativeBackendKWallet::NativeBackendKWallet(LocalProfileId id,
109 NativeBackendKWallet::~NativeBackendKWallet() {
123 bool NativeBackendKWallet::Init() {
128 bool NativeBackendKWallet::InitWithBus(scoped_refptr<dbus::Bus> optional_bus) {
134 // NativeBackendKWallet isn't reference counted, but we wait for InitWithBus
137 base::Bind(&NativeBackendKWallet::InitOnDBThread,
147 void NativeBackendKWallet::InitOnDBThread(scoped_refptr<dbus::Bus> optional_bus,
174 bool NativeBackendKWallet::StartKWalletd()
    [all...]
password_store_factory.cc 159 backend.reset(new NativeBackendKWallet(id, prefs));
native_backend_kwallet_x_unittest.cc 122 const int NativeBackendKWallet::kInvalidKWalletHandle;
124 // Subclass NativeBackendKWallet to promote some members to public for testing.
125 class NativeBackendKWalletStub : public NativeBackendKWallet {
128 : NativeBackendKWallet(id, pref_service) {
130 using NativeBackendKWallet::InitWithBus;
131 using NativeBackendKWallet::kInvalidKWalletHandle;
132 using NativeBackendKWallet::DeserializeValue;
    [all...]
  /external/chromium_org/base/threading/
thread_restrictions.h 22 class NativeBackendKWallet;
217 friend class ::NativeBackendKWallet; // http://crbug.com/125331
  /external/chromium/chrome/browser/profiles/
profile_impl.cc     [all...]

Completed in 108 milliseconds