HomeSort by relevance Sort by last modified time
    Searched refs:token_key (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/google_apis/gaia/
oauth_request_signer.h 63 const std::string& token_key,
80 const std::string& token_key,
92 const std::string& token_key,
oauth_request_signer.cc 243 const std::string& token_key) {
253 (*parameters)[kOAuthTokenLabel] = token_key;
264 const std::string& token_key,
269 consumer_key, token_key);
369 const std::string& token_key,
387 http_method, consumer_key, consumer_secret, token_key,
399 const std::string& token_key,
406 token_key, token_secret, &parameters);
432 const std::string& token_key,
439 token_key, token_secret, &parameters)
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/identity/
gaia_web_auth_flow.cc 25 const ExtensionTokenKey* token_key,
30 account_id_(token_key->account_id) {
35 token_key->extension_id,
37 token_key->account_id);
52 std::vector<std::string> scopes(token_key->scopes.begin(),
53 token_key->scopes.end());
66 token_key->extension_id.c_str());
72 token_key->extension_id.c_str(),
74 token_key->extension_id.c_str(),
gaia_web_auth_flow.h 64 const ExtensionTokenKey* token_key,
gaia_web_auth_flow_unittest.cc 31 const ExtensionTokenKey* token_key,
34 : GaiaWebAuthFlow(delegate, NULL, token_key, oauth2_client_id, "en-us"),
76 ExtensionTokenKey token_key(
79 &delegate_, &token_key, "fake.client.id", ubertoken_error_state_));
identity_apitest.cc 1540 const ExtensionTokenKey* token_key = func->GetExtensionTokenKeyForTest(); local
1569 const ExtensionTokenKey* token_key = func->GetExtensionTokenKeyForTest(); local
1586 const ExtensionTokenKey* token_key = func->GetExtensionTokenKeyForTest(); local
    [all...]
  /external/chromium_org/sandbox/win/src/
broker_services.cc 346 uint32_t token_key = GenerateTokenCacheKey(policy_base); local
347 TokenCacheMap::iterator it = token_cache_.find(token_key);
356 token_cache_[token_key] =

Completed in 1298 milliseconds