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

  /external/chromium_org/chrome/browser/password_manager/
password_store_factory.h 24 typedef int LocalProfileId;
63 LocalProfileId GetLocalProfileId(PrefService* prefs) const;
password_store_factory.cc 48 const LocalProfileId kInvalidLocalProfileId =
49 static_cast<LocalProfileId>(0);
101 LocalProfileId PasswordStoreFactory::GetLocalProfileId(
103 LocalProfileId id =
111 static const LocalProfileId kLocalProfileIdMask =
112 static_cast<LocalProfileId>((1 << 24) - 1);
190 LocalProfileId id = GetLocalProfileId(prefs);
native_backend_gnome_x.h 87 explicit NativeBackendGnome(LocalProfileId id);
146 const LocalProfileId profile_id_;
native_backend_kwallet_x.h 36 explicit NativeBackendKWallet(LocalProfileId id);
146 const LocalProfileId profile_id_;
native_backend_gnome_x.cc 525 NativeBackendGnome::NativeBackendGnome(LocalProfileId id)
    [all...]
native_backend_kwallet_x.cc 105 NativeBackendKWallet::NativeBackendKWallet(LocalProfileId id)
    [all...]
native_backend_kwallet_x_unittest.cc 131 explicit NativeBackendKWalletStub(LocalProfileId id)
    [all...]

Completed in 261 milliseconds