OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_token
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/common/net/gaia/
gaia_auth_consumer.cc
14
const std::string&
new_token
,
18
token(
new_token
),
gaia_auth_consumer.h
21
const std::string&
new_token
,
/external/chromium/chrome/browser/sync/engine/
syncer_proto_util.cc
160
std::string
new_token
= http_response.update_client_auth_header;
local
161
if (!
new_token
.empty()) {
163
event.updated_token =
new_token
;
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
OAuth.php
514
$
new_token
= $this->data_store->new_request_token($consumer, $callback);
variable
516
return $
new_token
;
535
$
new_token
= $this->data_store->new_access_token($token, $consumer, $verifier);
variable
537
return $
new_token
;
/external/mesa3d/src/glsl/glcpp/
glcpp-parse.c
3665
token_t *
new_token
;
local
[
all
...]
glcpp-parse.y
1340
token_t *
new_token
;
1342
new_token
= _token_create_ival (substituted,
1345
_token_list_append (substituted,
new_token
);
[
all
...]
Completed in 4826 milliseconds