OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:auth_token_time
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/invalidation/
ticl_invalidation_service.cc
220
base::Time
auth_token_time
=
local
223
if (!
auth_token_time
.is_null()) {
224
base::TimeDelta age = base::Time::Now() -
auth_token_time
;
/external/chromium_org/chrome/browser/sync/
profile_sync_service.cc
734
base::Time
auth_token_time
=
local
737
if (!
auth_token_time
.is_null()) {
738
base::TimeDelta age = base::Time::Now() -
auth_token_time
;
[
all
...]
Completed in 37 milliseconds