OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetQueryParameter
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/google_apis/gaia/
fake_gaia.cc
61
GetQueryParameter
(request.content, "continue", &continue_url);
73
GetQueryParameter
(request.content, "scope", &scope);
74
if (
GetQueryParameter
(request.content, "refresh_token", &refresh_token) &&
75
GetQueryParameter
(request.content, "client_id", &client_id) &&
87
if (
GetQueryParameter
(request.content, "access_token", &access_token)) {
125
if (
GetQueryParameter
(request.content, "scope", &scope) &&
126
GetQueryParameter
(request.content, "client_id", &client_id) &&
183
bool FakeGaia::
GetQueryParameter
(const std::string& query,
fake_gaia.h
82
static bool
GetQueryParameter
(const std::string& query,
Completed in 443 milliseconds