HomeSort by relevance Sort by last modified time
    Searched full:access_token (Results 1 - 10 of 10) sorted by null

  /external/chromium/chrome/browser/geolocation/
access_token_store.cc 30 const GURL& server_url, const string16& access_token);
79 const GURL& server_url, const string16& access_token) {
81 &SetAccessTokenOnUIThread, server_url, access_token));
  /external/chromium/chrome/common/net/gaia/
gaia_oauth_client.cc 17 const char kAccessTokenValue[] = "access_token";
153 std::string access_token; local
163 response_dict->GetString(kAccessTokenValue, &access_token);
168 if (access_token.empty()) {
180 delegate_->OnRefreshTokenResponse(access_token, expires_in_seconds);
183 access_token,
gaia_oauth_client.h 37 const std::string& access_token,
40 virtual void OnRefreshTokenResponse(const std::string& access_token,
gaia_oauth_client_unittest.cc 112 "{\"access_token\":\"" + kTestAccessToken + "\","
117 "{\"access_token\":\"" + kTestAccessToken + "\","
138 const std::string& access_token, int expires_in_seconds));
139 MOCK_METHOD2(OnRefreshTokenResponse, void(const std::string& access_token,
  /external/oauth/core/src/main/java/net/oauth/
consumer.properties.sample 16 twitter.serviceProvider.accessTokenURL: http://twitter.com/oauth/access_token
  /external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/
chrome_ex_oauthsimple.js 198 if (this._secrets['access_token']) {
199 this._secrets.oauth_token = this._secrets.access_token;
381 throw('No oauth_token (access_token) set for OAuthSimple.');
  /external/chromium/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
chrome_ex_oauthsimple.js 198 if (this._secrets['access_token']) {
199 this._secrets.oauth_token = this._secrets.access_token;
381 throw('No oauth_token (access_token) set for OAuthSimple.');
  /external/chromium/chrome/common/extensions/docs/examples/extensions/wave/
chrome_ex_oauthsimple.js 198 if (this._secrets['access_token']) {
199 this._secrets.oauth_token = this._secrets.access_token;
381 throw('No oauth_token (access_token) set for OAuthSimple.');
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
OAuth.php 41 * would respond to request_token and access_token calls with
520 * process an access_token request
  /external/chromium/chrome/common/
pref_names.cc     [all...]

Completed in 950 milliseconds