OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProfileOAuth2TokenService
(Results
1 - 25
of
62
) sorted by null
1
2
3
/external/chromium_org/chrome/browser/signin/
profile_oauth2_token_service_factory.h
11
class
ProfileOAuth2TokenService
;
22
// the associated
ProfileOAuth2TokenService
.
26
// Returns the instance of
ProfileOAuth2TokenService
associated with this
28
// cannot have a
ProfileOAuth2TokenService
(for example, if |profile| is
30
static
ProfileOAuth2TokenService
* GetForProfile(Profile* profile);
32
// Returns the platform specific instance of
ProfileOAuth2TokenService
34
// if this profile cannot have a
ProfileOAuth2TokenService
(for example,
profile_oauth2_token_service.cc
76
ProfileOAuth2TokenService
::AccountInfo::AccountInfo(
77
ProfileOAuth2TokenService
* token_service,
89
ProfileOAuth2TokenService
::AccountInfo::~AccountInfo() {
93
void
ProfileOAuth2TokenService
::AccountInfo::SetLastAuthError(
101
std::string
ProfileOAuth2TokenService
::AccountInfo::GetAccountId() const {
106
ProfileOAuth2TokenService
::AccountInfo::GetAuthStatus() const {
110
ProfileOAuth2TokenService
::
ProfileOAuth2TokenService
()
114
ProfileOAuth2TokenService
::~
ProfileOAuth2TokenService
() {
[
all
...]
profile_oauth2_token_service.h
24
//
ProfileOAuth2TokenService
is a BrowserContextKeyedService that retrieves
38
class
ProfileOAuth2TokenService
: public OAuth2TokenService,
84
AccountInfo(
ProfileOAuth2TokenService
* token_service,
101
ProfileOAuth2TokenService
* token_service_;
109
// Maps the |account_id| of accounts known to
ProfileOAuth2TokenService
113
ProfileOAuth2TokenService
();
114
virtual ~
ProfileOAuth2TokenService
();
158
//
ProfileOAuth2TokenService
(so we can expose a reference for use in the
162
DISALLOW_COPY_AND_ASSIGN(
ProfileOAuth2TokenService
);
profile_oauth2_token_service_factory.cc
21
"
ProfileOAuth2TokenService
",
30
ProfileOAuth2TokenService
*
32
return static_cast<
ProfileOAuth2TokenService
*>(
mutable_profile_oauth2_token_service.h
12
// A specialization of
ProfileOAuth2TokenService
that can can mutate its OAuth2
16
// the tokens are currently being migrated from
ProfileOAuth2TokenService
.
17
class MutableProfileOAuth2TokenService : public
ProfileOAuth2TokenService
,
20
//
ProfileOAuth2TokenService
.
ubertoken_fetcher.cc
29
ProfileOAuth2TokenService
* token_service =
37
ProfileOAuth2TokenService
* token_service =
signin_account_id_helper.cc
60
ProfileOAuth2TokenService
* service =
108
ProfileOAuth2TokenService
* token_service =
133
ProfileOAuth2TokenService
* service =
android_profile_oauth2_token_service.h
18
// A specialization of
ProfileOAuth2TokenService
that will be returned by
22
// See |
ProfileOAuth2TokenService
| for usage details.
26
class AndroidProfileOAuth2TokenService : public
ProfileOAuth2TokenService
{
fake_profile_oauth2_token_service.h
25
//
ProfileOAuth2TokenService
.
48
: public
ProfileOAuth2TokenService
{
account_reconcilor.cc
85
ProfileOAuth2TokenService
* token_service =
91
ProfileOAuth2TokenService
* token_service =
226
ProfileOAuth2TokenService
* token_service =
/external/chromium_org/chrome/browser/chromeos/policy/
user_cloud_policy_token_forwarder.h
13
class
ProfileOAuth2TokenService
;
19
// A PKS that observes a
ProfileOAuth2TokenService
and mints the policy access
22
// depending directly on the
ProfileOAuth2TokenService
, since it is initialized
33
ProfileOAuth2TokenService
* token_service);
58
ProfileOAuth2TokenService
* token_service_;
user_cloud_policy_token_forwarder_factory.cc
39
ProfileOAuth2TokenService
* token_service =
user_cloud_policy_token_forwarder.cc
19
ProfileOAuth2TokenService
* token_service)
/external/chromium_org/chrome/browser/policy/cloud/
user_policy_signin_service_android.h
17
class
ProfileOAuth2TokenService
;
37
ProfileOAuth2TokenService
* token_service);
71
ProfileOAuth2TokenService
* oauth2_token_service_;
user_policy_signin_service.h
38
ProfileOAuth2TokenService
* oauth2_token_service);
43
// the user is not signed in yet (
ProfileOAuth2TokenService
does not have
90
ProfileOAuth2TokenService
* oauth2_token_service_;
/external/chromium_org/chrome/browser/sync/
fake_oauth2_token_service.h
14
class FakeOAuth2TokenService : public
ProfileOAuth2TokenService
{
test_profile_sync_service.h
22
class
ProfileOAuth2TokenService
;
77
ProfileOAuth2TokenService
* oauth2_token_service,
test_profile_sync_service.cc
100
ProfileOAuth2TokenService
* oauth2_token_service,
119
ProfileOAuth2TokenService
* oauth2_token_service =
/external/chromium_org/chrome/browser/invalidation/
ticl_invalidation_service.h
42
ProfileOAuth2TokenService
* oauth2_token_service,
106
ProfileOAuth2TokenService
*const oauth2_token_service_;
invalidation_service_factory.cc
96
ProfileOAuth2TokenService
* oauth2_token_service =
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
sync_engine.h
20
class
ProfileOAuth2TokenService
;
136
ProfileOAuth2TokenService
* auth_token_service);
178
ProfileOAuth2TokenService
* auth_token_service_;
/external/chromium_org/chrome/browser/chromeos/login/
oauth2_login_manager.h
22
class
ProfileOAuth2TokenService
;
172
// Retrieves
ProfileOAuth2TokenService
for |user_profile_|.
173
ProfileOAuth2TokenService
* GetTokenService();
oauth2_login_manager.cc
95
ProfileOAuth2TokenService
* token_service = GetTokenService();
131
// TODO(fgorski): Once
ProfileOAuth2TokenService
supports multi-login, make
149
ProfileOAuth2TokenService
* OAuth2LoginManager::GetTokenService() {
150
ProfileOAuth2TokenService
* token_service =
156
ProfileOAuth2TokenService
* token_service = GetTokenService();
/external/chromium_org/chrome/browser/profiles/
profile_downloader.cc
224
ProfileOAuth2TokenService
* service =
288
ProfileOAuth2TokenService
* token_service =
297
ProfileOAuth2TokenService
* service =
394
ProfileOAuth2TokenService
* service =
/external/chromium_org/chrome/browser/ui/
auto_login_prompter.cc
39
ProfileOAuth2TokenService
* token_service =
Completed in 3236 milliseconds
1
2
3