Searched refs:new_token (Results 1 – 6 of 6) sorted by relevance
/external/chromium/chrome/common/net/gaia/ |
D | gaia_auth_consumer.cc | 14 const std::string& new_token, in ClientLoginResult() argument 18 token(new_token), in ClientLoginResult()
|
D | gaia_auth_consumer.h | 21 const std::string& new_token,
|
/external/chromium/chrome/browser/sync/engine/ |
D | syncer_proto_util.cc | 160 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/ |
D | OAuth.php | 514 $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/ |
D | glcpp-parse.y | 1340 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()
|
D | glcpp-parse.c | 3665 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()
|