Home
last modified time | relevance | path

Searched refs:new_token (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/common/net/gaia/
Dgaia_auth_consumer.cc14 const std::string& new_token, in ClientLoginResult() argument
18 token(new_token), in ClientLoginResult()
Dgaia_auth_consumer.h21 const std::string& new_token,
/external/chromium/chrome/browser/sync/engine/
Dsyncer_proto_util.cc160 std::string new_token = http_response.update_client_auth_header; in PostAndProcessHeaders() local
161 if (!new_token.empty()) { in PostAndProcessHeaders()
163 event.updated_token = new_token; in PostAndProcessHeaders()
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
DOAuth.php514 $new_token = $this->data_store->new_request_token($consumer, $callback);
516 return $new_token;
535 $new_token = $this->data_store->new_access_token($token, $consumer, $verifier);
537 return $new_token;
/external/mesa3d/src/glsl/glcpp/
Dglcpp-parse.y1340 token_t *new_token; in _glcpp_parser_expand_function() local
1342 new_token = _token_create_ival (substituted, in _glcpp_parser_expand_function()
1345 _token_list_append (substituted, new_token); in _glcpp_parser_expand_function()
Dglcpp-parse.c3665 token_t *new_token; in _glcpp_parser_expand_function() local
3667 new_token = _token_create_ival (substituted, in _glcpp_parser_expand_function()
3670 _token_list_append (substituted, new_token); in _glcpp_parser_expand_function()