OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:scopes_string
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/google_apis/gaia/
oauth2_access_token_fetcher.cc
269
std::string
scopes_string
= JoinString(scopes, ' ');
local
275
net::EscapeUrlEncodedData(
scopes_string
, true).c_str());
gaia_oauth_client.cc
134
std::string
scopes_string
= JoinString(scopes, ' ');
local
135
post_body += "&scope=" + net::EscapeUrlEncodedData(
scopes_string
, true);
Completed in 298 milliseconds