OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetPrimaryAccountId
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/signin/
profile_oauth2_token_service.cc
175
std::string ProfileOAuth2TokenService::
GetPrimaryAccountId
() {
/external/chromium_org/chrome/browser/extensions/api/identity/
identity_apitest.cc
373
const std::string
GetPrimaryAccountId
() {
376
return token_service->
GetPrimaryAccountId
();
380
ExtensionTokenKey key(extension_id_,
GetPrimaryAccountId
(), oauth_scopes_);
385
ExtensionTokenKey key(extension_id_,
GetPrimaryAccountId
(), oauth_scopes_);
391
ExtensionTokenKey key(extension_id_,
GetPrimaryAccountId
(), oauth_scopes_);
397
ExtensionTokenKey key(extension_id_,
GetPrimaryAccountId
(), oauth_scopes_);
[
all
...]
Completed in 933 milliseconds