OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TokenServiceFactory
(Results
1 - 25
of
34
) sorted by null
1
2
/external/chromium_org/chrome/browser/signin/
token_service_factory.cc
11
TokenServiceFactory
::
TokenServiceFactory
()
18
TokenServiceFactory
::~
TokenServiceFactory
() {}
21
TokenService*
TokenServiceFactory
::GetForProfile(Profile* profile) {
27
TokenServiceFactory
*
TokenServiceFactory
::GetInstance() {
28
return Singleton<
TokenServiceFactory
>::get();
31
BrowserContextKeyedService*
TokenServiceFactory
::BuildServiceInstanceFor(
token_service_factory.h
17
class
TokenServiceFactory
: public BrowserContextKeyedServiceFactory {
24
// Returns an instance of the
TokenServiceFactory
singleton.
25
static
TokenServiceFactory
* GetInstance();
28
friend struct DefaultSingletonTraits<
TokenServiceFactory
>;
30
TokenServiceFactory
();
31
virtual ~
TokenServiceFactory
();
37
DISALLOW_COPY_AND_ASSIGN(
TokenServiceFactory
);
profile_oauth2_token_service_factory.cc
18
DependsOn(
TokenServiceFactory
::GetInstance());
signin_tracker.cc
45
TokenService* token_service =
TokenServiceFactory
::GetForProfile(profile_);
125
TokenService* token_service =
TokenServiceFactory
::GetForProfile(profile);
signin_manager_base.cc
63
TokenService* token_service =
TokenServiceFactory
::GetForProfile(profile_);
signin_manager_factory.cc
20
DependsOn(
TokenServiceFactory
::GetInstance());
profile_oauth2_token_service.cc
83
TokenServiceFactory
::GetForProfile(profile));
107
TokenService* token_service =
TokenServiceFactory
::GetForProfile(profile_);
198
if (ShouldCacheForRefreshToken(
TokenServiceFactory
::GetForProfile(profile_),
about_signin_internals_factory.cc
23
DependsOn(
TokenServiceFactory
::GetInstance());
signin_manager.cc
123
TokenService* token_service =
TokenServiceFactory
::GetForProfile(profile_);
361
TokenService* token_service =
TokenServiceFactory
::GetForProfile(profile_);
463
TokenService* token_service =
TokenServiceFactory
::GetForProfile(profile_);
596
TokenService* token_service =
TokenServiceFactory
::GetForProfile(profile_);
signin_tracker_unittest.cc
66
TokenServiceFactory
::GetInstance()->SetTestingFactoryAndUse(
about_signin_internals.cc
217
TokenServiceFactory
::GetForProfile(profile)->
224
TokenServiceFactory
::GetForProfile(profile_)->
token_service_unittest.cc
74
service_ =
TokenServiceFactory
::GetForProfile(profile_.get());
/external/chromium_org/chrome/browser/chromeos/login/
oauth_login_manager.cc
30
TokenServiceFactory
::GetForProfile(user_profile_);
oauth2_login_manager.cc
93
TokenServiceFactory
::GetForProfile(user_profile_);
/external/chromium_org/chrome/browser/sync/
profile_sync_service_startup_unittest.cc
221
TokenServiceFactory
::GetForProfile(profile_.get())->IssueAuthTokenForTest(
223
TokenServiceFactory
::GetForProfile(profile_.get())->IssueAuthTokenForTest(
238
TokenServiceFactory
::GetInstance()->SetTestingFactoryAndUse(
287
TokenServiceFactory
::GetForProfile(profile_.get())->IssueAuthTokenForTest(
316
TokenServiceFactory
::GetForProfile(profile_.get())->IssueAuthTokenForTest(
330
TokenServiceFactory
::GetInstance()->SetTestingFactoryAndUse(
354
TokenServiceFactory
::GetForProfile(profile_.get())->IssueAuthTokenForTest(
356
TokenServiceFactory
::GetForProfile(profile_.get())->IssueAuthTokenForTest(
376
TokenServiceFactory
::GetForProfile(profile_.get())->IssueAuthTokenForTest(
378
TokenServiceFactory
::GetForProfile(profile_.get())->IssueAuthTokenForTest
[
all
...]
profile_sync_service.cc
220
TokenService* token_service =
TokenServiceFactory
::GetForProfile(profile_);
293
TokenService* token_service =
TokenServiceFactory
::GetForProfile(profile_);
463
TokenService* service =
TokenServiceFactory
::GetForProfile(profile_);
[
all
...]
profile_sync_service_unittest.cc
144
TokenServiceFactory
::GetForProfile(profile.get());
/external/chromium_org/chrome/browser/policy/cloud/
user_policy_signin_service_factory.cc
32
DependsOn(
TokenServiceFactory
::GetInstance());
user_policy_signin_service.cc
39
TokenServiceFactory
::GetForProfile(profile)));
44
DCHECK(!
TokenServiceFactory
::GetForProfile(profile)->HasOAuthLoginToken());
162
std::string token =
TokenServiceFactory
::GetForProfile(profile())->
user_policy_signin_service_unittest.cc
404
TokenServiceFactory
::GetForProfile(profile_.get())->IssueAuthTokenForTest(
431
TokenServiceFactory
::GetForProfile(profile_.get())->IssueAuthTokenForTest(
461
TokenServiceFactory
::GetForProfile(profile_.get())->IssueAuthTokenForTest(
487
TokenServiceFactory
::GetForProfile(profile_.get())->IssueAuthTokenForTest(
521
TokenServiceFactory
::GetForProfile(profile_.get())->IssueAuthTokenForTest(
/external/chromium_org/chrome/browser/invalidation/
invalidation_service_factory.cc
94
TokenService* token_service =
TokenServiceFactory
::GetForProfile(profile);
/external/chromium_org/chrome/browser/ui/webui/
inline_login_ui.cc
63
TokenServiceFactory
::GetForProfile(profile);
/external/chromium_org/chrome/browser/chromeos/app_mode/
startup_app_launcher.cc
170
TokenService* token_service =
TokenServiceFactory
::GetForProfile(profile_);
/external/chromium_org/chrome/browser/profiles/
chrome_browser_main_extra_parts_profiles.cc
320
TokenServiceFactory
::GetInstance();
/external/chromium_org/chrome/browser/managed_mode/
managed_user_service.cc
532
TokenService* token_service =
TokenServiceFactory
::GetForProfile(profile_);
567
TokenService* token_service =
TokenServiceFactory
::GetForProfile(profile_);
Completed in 711 milliseconds
1
2