Lines Matching full:backend
641 // HistoryService will join with HistoryService's backend thread so that
1065 // backend for PasswordStoreX (see below) in the future though.
1091 scoped_ptr<PasswordStoreX::NativeBackend> backend;
1095 backend.reset(new NativeBackendKWallet());
1096 if (backend->Init())
1099 backend.reset();
1104 backend.reset(new NativeBackendGnome());
1105 if (backend->Init())
1108 backend.reset();
1112 if (!backend.get()) {
1120 backend.release());