Searched refs:auth_header_entry (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/google_apis/gaia/
H A Dfake_gaia.cc97 std::map<std::string, std::string>::const_iterator auth_header_entry = local
99 if (auth_header_entry != request.headers.end()) {
100 if (StartsWithASCII(auth_header_entry->second, auth_token_prefix, true)) {
101 *access_token = auth_header_entry->second.substr(

Completed in 96 milliseconds