OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:reference_date
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/metrics/variations/
variations_seed_processor.h
30
const base::Time&
reference_date
,
78
// |
reference_date
| for the start date check and |channel| for channel
82
const base::Time&
reference_date
,
variations_seed_processor.cc
58
const base::Time&
reference_date
,
72
if (!ShouldAddStudy(study, locale,
reference_date
, version, channel))
75
if (IsStudyExpired(study,
reference_date
)) {
190
// the expiration check using |
reference_date
| is done explicitly below.
253
const base::Time&
reference_date
,
277
if (!CheckStudyStartDate(study.filter(),
reference_date
)) {
variations_service.cc
199
base::Time
reference_date
= seed_date;
local
201
reference_date
= build_time;
212
seed, g_browser_process->GetApplicationLocale(),
reference_date
,
Completed in 127 milliseconds