HomeSort by relevance Sort by last modified time
    Searched refs:SigninManagerFactory (Results 1 - 25 of 70) sorted by null

1 2 3

  /external/chromium_org/chrome/browser/signin/
signin_manager_factory.h 19 class SigninManagerFactory : public BrowserContextKeyedServiceFactory {
39 // Returns an instance of the SigninManagerFactory singleton.
40 static SigninManagerFactory* GetInstance();
51 friend struct DefaultSingletonTraits<SigninManagerFactory>;
53 SigninManagerFactory();
54 virtual ~SigninManagerFactory();
signin_manager_factory.cc 16 SigninManagerFactory::SigninManagerFactory()
23 SigninManagerFactory::~SigninManagerFactory() {}
27 SigninManagerBase* SigninManagerFactory::GetForProfileIfExists(
34 SigninManagerBase* SigninManagerFactory::GetForProfile(
42 SigninManager* SigninManagerFactory::GetForProfile(Profile* profile) {
48 SigninManager* SigninManagerFactory::GetForProfileIfExists(Profile* profile) {
55 SigninManagerFactory* SigninManagerFactory::GetInstance()
    [all...]
android_profile_oauth2_token_service.cc 52 SigninManagerFactory::GetForProfile(profile())->
76 SigninManagerFactory::GetForProfile(profile());
signin_global_error.cc 92 SigninManagerFactory::GetForProfileIfExists(profile_);
142 SigninManagerFactory::GetForProfileIfExists(profile_);
  /external/chromium_org/chrome/browser/invalidation/
invalidation_service_factory.cc 45 DependsOn(SigninManagerFactory::GetInstance());
93 SigninManagerFactory::GetForProfile(profile);
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_factory.cc 65 DependsOn(SigninManagerFactory::GetInstance());
91 SigninManagerBase* signin = SigninManagerFactory::GetForProfile(profile);
profile_sync_service_startup_unittest.cc 87 SigninManagerFactory::GetInstance()->SetTestingFactory(
90 SigninManagerFactory::GetInstance()->SetTestingFactory(
115 SigninManagerFactory::GetForProfile(static_cast<Profile*>(profile)),
162 SigninManagerFactory::GetForProfile(profile);
184 SigninManagerFactory::GetForProfile(
235 SigninManagerFactory::GetForProfile(
281 SigninManagerFactory::GetForProfile(
366 SigninManagerFactory::GetForProfile(profile_.get())->Initialize(
400 SigninManagerFactory::GetForProfile(profile_.get())->Initialize(
430 SigninManagerFactory::GetForProfile(profile_.get())->Initialize
    [all...]
profile_sync_service_unittest.cc 98 SigninManagerFactory::GetForProfile(profile.get());
186 SigninManagerFactory::GetForProfile(harness_.profile.get());
220 SigninManagerFactory::GetForProfile(harness_.profile.get());
233 SigninManagerFactory::GetForProfile(harness_.profile.get());
258 SigninManagerFactory::GetForProfile(harness_.profile.get());
297 SigninManagerFactory::GetForProfile(harness_.profile.get());
  /external/chromium_org/chrome/browser/ui/sync/
one_click_signin_sync_starter.cc 67 SigninManager* manager = SigninManagerFactory::GetForProfile(profile_);
111 SigninManager* signin = SigninManagerFactory::GetForProfile(profile_);
160 SigninManager* signin = SigninManagerFactory::GetForProfile(profile_);
193 SigninManagerFactory::GetForProfile(profile_)->SignOut();
215 SigninManagerFactory::GetForProfile(profile_)->CompletePendingSignin();
219 SigninManager* signin = SigninManagerFactory::GetForProfile(profile_);
254 SigninManagerFactory::GetForProfile(profile_);
256 SigninManagerFactory::GetForProfile(new_profile);
300 SigninManager* signin = SigninManagerFactory::GetForProfile(profile_);
325 SigninManager* signin = SigninManagerFactory::GetForProfile(profile_)
    [all...]
sync_promo_ui_unittest.cc 31 SigninManagerFactory::GetInstance()->SetTestingFactoryAndUse(
one_click_signin_sync_starter_unittest.cc 40 SigninManagerFactory::GetInstance()->SetTestingFactoryAndUse(
  /external/chromium_org/chrome/browser/extensions/api/feedback_private/
feedback_service_nonchromeos.cc 51 SigninManager* signin = SigninManagerFactory::GetForProfile(profile);
  /external/chromium_org/chrome/browser/extensions/
browser_permissions_policy_delegate.cc 52 SigninManagerFactory::GetForProfile(*profile);
browser_permissions_policy_delegate_unittest.cc 63 SigninManager* signin_manager = SigninManagerFactory::GetForProfile(profile_);
  /external/chromium_org/chrome/browser/policy/cloud/
user_policy_signin_service.cc 108 if (!GetManager() || !SigninManagerFactory::GetForProfile(profile())) {
121 SigninManagerFactory::GetForProfile(profile());
146 SigninManagerFactory::GetForProfile(profile())->ProhibitSignout(false);
206 SigninManagerFactory::GetForProfile(profile());
user_policy_signin_service_factory.cc 34 DependsOn(SigninManagerFactory::GetInstance());
user_policy_signin_service_unittest.cc 192 SigninManagerFactory::GetInstance()->SetTestingFactoryAndUse(
365 ASSERT_TRUE(SigninManagerFactory::GetForProfile(profile_.get())->
385 SigninManagerFactory::GetForProfile(profile_.get())->SetAuthenticatedUsername(
424 SigninManagerFactory::GetForProfile(profile_.get())->SetAuthenticatedUsername(
454 SigninManagerFactory::GetForProfile(profile_.get())->SetAuthenticatedUsername(
483 SigninManagerFactory::GetForProfile(profile_.get())->SetAuthenticatedUsername(
517 SigninManagerFactory::GetForProfile(profile_.get())->SetAuthenticatedUsername(
550 SigninManagerFactory::GetForProfile(profile_.get())->SetAuthenticatedUsername(
563 SigninManagerFactory::GetForProfile(profile_.get())->SignOut();
user_policy_signin_service_base.cc 71 if (!GetManager() || !SigninManagerFactory::GetForProfile(profile_)) {
183 SigninManagerFactory::GetForProfile(profile_);
  /external/chromium_org/chrome/browser/ui/gtk/bookmarks/
bookmark_bubble_gtk_browsertest.cc 52 SigninManager* signin = SigninManagerFactory::GetForProfile(
  /external/chromium_org/chrome/test/base/
chrome_render_view_host_test_harness.cc 54 SigninManagerFactory::GetInstance()->SetTestingFactory(
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bubble_view_unittest.cc 62 SigninManagerFactory::GetInstance()->SetTestingFactoryAndUse(
  /external/chromium_org/chrome/browser/ui/webui/options/
managed_user_create_confirm_handler.cc 45 SigninManagerFactory::GetForProfile(Profile::FromWebUI(web_ui()));
  /external/chromium_org/chrome/browser/ui/webui/ntp/
new_tab_page_sync_handler.cc 98 SigninManagerBase* signin = SigninManagerFactory::GetForProfile(
144 string16 user = UTF8ToUTF16(SigninManagerFactory::GetForProfile(
  /external/chromium_org/chrome/browser/ui/app_list/
chrome_signin_delegate.cc 27 return SigninManagerFactory::GetForProfile(profile);
  /external/chromium_org/chrome/browser/ui/
auto_login_prompter.cc 40 SigninManagerFactory::GetInstance()->GetForProfile(profile);

Completed in 451 milliseconds

1 2 3