OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:token_store
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/service/cloud_print/
cloud_print_helpers.cc
88
CloudPrintTokenStore*
token_store
= CloudPrintTokenStore::current();
local
89
if (!
token_store
||
token_store
->token().empty()) {
95
return GetCloudPrintAuthHeader(
token_store
->token());
cloud_print_proxy_backend.cc
279
CloudPrintTokenStore*
token_store
= GetTokenStore();
local
280
bool first_time =
token_store
->token().empty();
281
token_store
->SetToken(access_token);
Completed in 44 milliseconds