Searched defs:signin_wrapper (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/supervised_user/
H A Dpermission_request_creator_apiary.cc61 scoped_ptr<SupervisedUserSigninManagerWrapper> signin_wrapper,
65 signin_wrapper_(signin_wrapper.Pass()),
76 scoped_ptr<SupervisedUserSigninManagerWrapper> signin_wrapper(
80 token_service, signin_wrapper.Pass(), profile->GetRequestContext()));
59 PermissionRequestCreatorApiary( OAuth2TokenService* oauth2_token_service, scoped_ptr<SupervisedUserSigninManagerWrapper> signin_wrapper, net::URLRequestContextGetter* context) argument
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_startup_unittest.cc71 scoped_ptr<SupervisedUserSigninManagerWrapper> signin_wrapper,
74 : ProfileSyncService(factory.Pass(), profile, signin_wrapper.Pass(),
68 TestProfileSyncServiceNoBackup( scoped_ptr<ProfileSyncComponentsFactory> factory, Profile* profile, scoped_ptr<SupervisedUserSigninManagerWrapper> signin_wrapper, ProfileOAuth2TokenService* oauth2_token_service, browser_sync::ProfileSyncServiceStartBehavior start_behavior) argument
H A Dprofile_sync_service.cc202 scoped_ptr<SupervisedUserSigninManagerWrapper> signin_wrapper,
216 signin_(signin_wrapper.Pass()),
199 ProfileSyncService( scoped_ptr<ProfileSyncComponentsFactory> factory, Profile* profile, scoped_ptr<SupervisedUserSigninManagerWrapper> signin_wrapper, ProfileOAuth2TokenService* oauth2_token_service, ProfileSyncServiceStartBehavior start_behavior) argument

Completed in 178 milliseconds