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

  /external/chromium_org/chrome/browser/password_manager/
password_store_factory.h 48 class PasswordStoreFactory : public BrowserContextKeyedServiceFactory {
54 static PasswordStoreFactory* GetInstance();
57 friend struct DefaultSingletonTraits<PasswordStoreFactory>;
59 PasswordStoreFactory();
60 virtual ~PasswordStoreFactory();
75 DISALLOW_COPY_AND_ASSIGN(PasswordStoreFactory);
password_store_factory.cc 70 scoped_refptr<PasswordStore> PasswordStoreFactory::GetForProfile(
78 PasswordStoreFactory* factory = GetInstance();
87 PasswordStoreFactory* PasswordStoreFactory::GetInstance() {
88 return Singleton<PasswordStoreFactory>::get();
91 PasswordStoreFactory::PasswordStoreFactory()
98 PasswordStoreFactory::~PasswordStoreFactory() {}
101 LocalProfileId PasswordStoreFactory::GetLocalProfileId
    [all...]
password_manager_browsertest.cc 273 PasswordStoreFactory::GetInstance()->SetTestingFactory(
    [all...]
chrome_password_manager_client.cc 232 return PasswordStoreFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS)
  /external/chromium_org/chrome/browser/sync/glue/
password_data_type_controller.cc 53 password_store_ = PasswordStoreFactory::GetForProfile(
sync_backend_registrar.cc 100 PasswordStoreFactory::GetForProfile(profile, Profile::IMPLICIT_ACCESS);
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_factory.cc 73 DependsOn(PasswordStoreFactory::GetInstance());
profile_sync_components_factory_impl.cc 552 PasswordStoreFactory::GetForProfile(profile_,
profile_sync_service.cc 186 PasswordStoreFactory::GetForProfile(profile, Profile::EXPLICIT_ACCESS);
    [all...]
  /external/chromium_org/chrome/browser/profiles/
chrome_browser_main_extra_parts_profiles.cc 217 PasswordStoreFactory::GetInstance();
profile_manager_browsertest.cc 422 PasswordStoreFactory::GetForProfile(profile, Profile::EXPLICIT_ACCESS)
profile_manager.cc     [all...]
  /external/chromium_org/chrome/browser/ui/passwords/
manage_passwords_bubble_model.cc 178 PasswordStoreFactory::GetForProfile(profile, Profile::EXPLICIT_ACCESS)
password_manager_presenter.cc 70 return PasswordStoreFactory::GetForProfile(password_view_->GetProfile(),
password_manager_presenter_unittest.cc 57 PasswordStoreFactory::GetInstance()->SetTestingFactory(
manage_passwords_ui_controller.cc 29 return PasswordStoreFactory::GetForProfile(
  /external/chromium_org/chrome/browser/sync/test/integration/
passwords_helper.cc 136 return PasswordStoreFactory::GetForProfile(test()->GetProfile(index),
141 return PasswordStoreFactory::GetForProfile(test()->verifier(),
  /external/chromium_org/chrome/browser/importer/
profile_writer.cc 89 PasswordStoreFactory::GetForProfile(
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_remover.cc 547 PasswordStoreFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS)
    [all...]

Completed in 632 milliseconds