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

  /external/chromium/chrome/browser/password_manager/
native_backend_kwallet_x.h 47 bool InitWallet();
native_backend_kwallet_x.cc 48 if (!InitWallet()) {
50 if (!StartKWalletd() || !InitWallet())
93 bool NativeBackendKWallet::InitWallet() {
  /external/chromium_org/chrome/browser/password_manager/
native_backend_kwallet_x.h 78 InitResult InitWallet();
native_backend_kwallet_x.cc 167 const InitResult result = InitWallet();
170 StartKWalletd() && InitWallet() == INIT_SUCCESS));
218 NativeBackendKWallet::InitResult NativeBackendKWallet::InitWallet() {
    [all...]

Completed in 970 milliseconds