OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasTokenForService
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/net/gaia/
token_service_unittest.cc
112
EXPECT_FALSE(service_.
HasTokenForService
("nonexistent service"));
116
EXPECT_FALSE(service_.
HasTokenForService
("nonexistent service"));
150
EXPECT_TRUE(service_.
HasTokenForService
(GaiaConstants::kSyncService));
154
EXPECT_TRUE(service_.
HasTokenForService
(GaiaConstants::kSyncService));
158
EXPECT_TRUE(service_.
HasTokenForService
(GaiaConstants::kSyncService));
165
EXPECT_TRUE(service_.
HasTokenForService
(GaiaConstants::kSyncService));
166
EXPECT_FALSE(service_.
HasTokenForService
(GaiaConstants::kTalkService));
173
EXPECT_TRUE(service_.
HasTokenForService
(GaiaConstants::kTalkService));
182
EXPECT_TRUE(service_.
HasTokenForService
(GaiaConstants::kSyncService));
187
EXPECT_FALSE(service_.
HasTokenForService
(GaiaConstants::kSyncService))
[
all
...]
token_service.h
22
// if (token_service.
HasTokenForService
(servicename)) {
130
bool
HasTokenForService
(const char* const service) const;
token_service.cc
142
bool TokenService::
HasTokenForService
(const char* const service) const {
/external/chromium/chrome/browser/policy/
user_policy_identity_strategy.cc
214
profile_->GetTokenService()->
HasTokenForService
(
/external/chromium/chrome/browser/extensions/
extension_webstore_private_api.cc
86
token_service->
HasTokenForService
(GaiaConstants::kGaiaService)) {
/external/chromium/chrome/browser/sync/
profile_sync_service.cc
122
profile()->GetTokenService()->
HasTokenForService
(
[
all
...]
Completed in 2414 milliseconds