OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProfileOAuth2TokenServiceFactory
(Results
1 - 25
of
74
) sorted by null
1
2
3
/external/chromium_org/chrome/browser/signin/
profile_oauth2_token_service_factory.h
23
class
ProfileOAuth2TokenServiceFactory
44
// Returns an instance of the
ProfileOAuth2TokenServiceFactory
singleton.
45
static
ProfileOAuth2TokenServiceFactory
* GetInstance();
48
friend struct DefaultSingletonTraits<
ProfileOAuth2TokenServiceFactory
>;
56
ProfileOAuth2TokenServiceFactory
();
57
virtual ~
ProfileOAuth2TokenServiceFactory
();
63
DISALLOW_COPY_AND_ASSIGN(
ProfileOAuth2TokenServiceFactory
);
profile_oauth2_token_service_factory.cc
19
ProfileOAuth2TokenServiceFactory
::
ProfileOAuth2TokenServiceFactory
()
27
ProfileOAuth2TokenServiceFactory
::~
ProfileOAuth2TokenServiceFactory
() {
31
ProfileOAuth2TokenServiceFactory
::GetForProfile(Profile* profile) {
37
ProfileOAuth2TokenServiceFactory
::PlatformSpecificOAuth2TokenService*
38
ProfileOAuth2TokenServiceFactory
::GetPlatformSpecificForProfile(
45
ProfileOAuth2TokenServiceFactory
*
46
ProfileOAuth2TokenServiceFactory
::GetInstance() {
47
return Singleton<
ProfileOAuth2TokenServiceFactory
>::get()
[
all
...]
signin_tracker.cc
24
ProfileOAuth2TokenServiceFactory
::GetForProfile(profile_)->
37
ProfileOAuth2TokenServiceFactory
::GetForProfile(profile_);
account_reconcilor_factory.cc
16
DependsOn(
ProfileOAuth2TokenServiceFactory
::GetInstance());
mutable_profile_oauth2_token_service.h
25
friend class
ProfileOAuth2TokenServiceFactory
;
ubertoken_fetcher_unittest.cc
60
builder.AddTestingFactory(
ProfileOAuth2TokenServiceFactory
::GetInstance(),
83
ProfileOAuth2TokenServiceFactory
::GetForProfile(profile())->
104
ProfileOAuth2TokenServiceFactory
::GetForProfile(profile())->
117
ProfileOAuth2TokenServiceFactory
::GetForProfile(profile())->
ubertoken_fetcher.cc
30
ProfileOAuth2TokenServiceFactory
::GetForProfile(profile_);
38
ProfileOAuth2TokenServiceFactory
::GetForProfile(profile_);
signin_account_id_helper.cc
61
ProfileOAuth2TokenServiceFactory
::GetForProfile(profile_);
109
ProfileOAuth2TokenServiceFactory
::GetForProfile(profile_);
120
ProfileOAuth2TokenServiceFactory
::GetForProfile(profile_)->
134
ProfileOAuth2TokenServiceFactory
::GetForProfile(profile_);
account_reconcilor_unittest.cc
51
builder.AddTestingFactory(
ProfileOAuth2TokenServiceFactory
::GetInstance(),
64
ProfileOAuth2TokenServiceFactory
::GetForProfile(profile()));
signin_tracker_unittest.cc
54
builder.AddTestingFactory(
ProfileOAuth2TokenServiceFactory
::GetInstance(),
61
ProfileOAuth2TokenServiceFactory
::GetForProfile(profile_.get()));
android_profile_oauth2_token_service.h
19
//
ProfileOAuth2TokenServiceFactory
for OS_ANDROID. This instance uses
71
friend class
ProfileOAuth2TokenServiceFactory
;
signin_oauth_helper.cc
59
ProfileOAuth2TokenServiceFactory
::GetForProfile(profile_)
profile_oauth2_token_service_request_unittest.cc
84
builder.AddTestingFactory(
ProfileOAuth2TokenServiceFactory
::GetInstance(),
89
ProfileOAuth2TokenServiceFactory
::GetForProfile(profile_.get());
/external/chromium_org/chrome/browser/extensions/api/identity/
identity_signin_flow.cc
21
ProfileOAuth2TokenServiceFactory
::GetForProfile(profile_)->
37
ProfileOAuth2TokenServiceFactory
::GetForProfile(profile_)->AddObserver(this);
46
if (
ProfileOAuth2TokenServiceFactory
::GetForProfile(profile_)->
account_tracker.cc
25
ProfileOAuth2TokenServiceFactory
::GetForProfile(profile_)->AddObserver(this);
41
ProfileOAuth2TokenServiceFactory
::GetForProfile(profile_)->
56
ProfileOAuth2TokenServiceFactory
::GetForProfile(profile_);
215
ProfileOAuth2TokenServiceFactory
::GetForProfile(profile_);
/external/chromium_org/chrome/browser/chromeos/policy/
user_cloud_policy_token_forwarder_factory.cc
27
DependsOn(
ProfileOAuth2TokenServiceFactory
::GetInstance());
40
ProfileOAuth2TokenServiceFactory
::GetForProfile(profile);
/external/chromium_org/chrome/browser/managed_mode/
custodian_profile_downloader_service_factory.cc
32
DependsOn(
ProfileOAuth2TokenServiceFactory
::GetInstance());
managed_user_service_factory.cc
36
DependsOn(
ProfileOAuth2TokenServiceFactory
::GetInstance());
/external/chromium_org/chrome/browser/chromeos/login/
oauth2_login_manager_factory.cc
22
DependsOn(
ProfileOAuth2TokenServiceFactory
::GetInstance());
/external/chromium_org/chrome/browser/invalidation/
invalidation_service_factory.cc
46
DependsOn(
ProfileOAuth2TokenServiceFactory
::GetInstance());
97
ProfileOAuth2TokenServiceFactory
::GetForProfile(profile);
/external/chromium_org/chrome/browser/policy/cloud/
user_policy_signin_service_factory.cc
39
DependsOn(
ProfileOAuth2TokenServiceFactory
::GetInstance());
80
ProfileOAuth2TokenServiceFactory
::GetForProfile(profile));
/external/chromium_org/chrome/browser/sync/
profile_sync_service_factory.cc
65
DependsOn(
ProfileOAuth2TokenServiceFactory
::GetInstance());
109
ProfileOAuth2TokenServiceFactory
::GetForProfile(profile),
profile_sync_service_mock.cc
20
ProfileOAuth2TokenServiceFactory
::GetForProfile(profile),
/external/chromium_org/chrome/browser/history/
web_history_service_factory.cc
63
DependsOn(
ProfileOAuth2TokenServiceFactory
::GetInstance());
/external/chromium_org/chrome/browser/chromeos/app_mode/
startup_app_launcher.cc
74
ProfileOAuth2TokenServiceFactory
::GetForProfile(profile_)
150
ProfileOAuth2TokenServiceFactory
::GetForProfile(profile_);
178
ProfileOAuth2TokenServiceFactory
::GetForProfile(profile_)
184
ProfileOAuth2TokenServiceFactory
::GetForProfile(profile_)
Completed in 1918 milliseconds
1
2
3