OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MakeAuthorizationHeader
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/components/policy/core/common/cloud/
user_info_fetcher.cc
24
static std::string
MakeAuthorizationHeader
(const std::string& auth_token) {
50
url_fetcher_->AddExtraRequestHeader(
MakeAuthorizationHeader
(access_token));
/external/chromium_org/google_apis/gaia/
oauth2_api_call_flow.cc
30
static std::string
MakeAuthorizationHeader
(const std::string& auth_token) {
161
result->AddExtraRequestHeader(
MakeAuthorizationHeader
(access_token_));
Completed in 109 milliseconds