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

  /external/chromium_org/chrome/browser/password_manager/
null_password_store_service.cc 16 : PasswordStoreService(NULL) {}
null_password_store_service.h 16 class NullPasswordStoreService : public PasswordStoreService {
password_store_factory.h 28 class PasswordStoreService : public KeyedService {
32 explicit PasswordStoreService(
34 virtual ~PasswordStoreService();
43 DISALLOW_COPY_AND_ASSIGN(PasswordStoreService);
mock_password_store_service.cc 22 : PasswordStoreService(password_store) {}
mock_password_store_service.h 18 class MockPasswordStoreService : public PasswordStoreService {
test_password_store_service.cc 22 : PasswordStoreService(password_store) {}
test_password_store_service.h 18 class TestPasswordStoreService : public PasswordStoreService {
password_store_factory.cc 54 PasswordStoreService::PasswordStoreService(
58 PasswordStoreService::~PasswordStoreService() {}
60 scoped_refptr<PasswordStore> PasswordStoreService::GetPasswordStore() {
64 void PasswordStoreService::Shutdown() {
79 PasswordStoreService* service = static_cast<PasswordStoreService*>(
239 return new PasswordStoreService(ps);

Completed in 318 milliseconds