OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kGaiaService
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/common/net/gaia/
gaia_constants.cc
16
const char
kGaiaService
[] = "gaia";
gaia_constants.h
17
extern const char
kGaiaService
[]; // uber token
gaia_auth_fetcher.cc
186
if (!strcmp(service, GaiaConstants::
kGaiaService
))
/external/chromium/chrome/browser/extensions/
extension_webstore_private_browsertest.cc
94
token_service->IssueAuthTokenForTest(GaiaConstants::
kGaiaService
,
143
token_service->IssueAuthTokenForTest(GaiaConstants::
kGaiaService
,
extension_webstore_private_api.cc
86
token_service->HasTokenForService(GaiaConstants::
kGaiaService
)) {
89
GaiaConstants::
kGaiaService
));
576
if (service != GaiaConstants::
kGaiaService
) {
/external/chromium/chrome/browser/net/gaia/
token_service.cc
21
GaiaConstants::
kGaiaService
,
Completed in 76 milliseconds