Searched defs:late_bound (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/extensions/activity_log/
H A Dactivity_log_policy.cc151 int64* late_bound) {
155 *late_bound = base::Time::Max().ToInternalValue();
160 *late_bound = late_time.ToInternalValue();
148 ComputeDatabaseTimeBounds(const base::Time& now, int days_ago, int64* early_bound, int64* late_bound) argument
H A Dfullstream_ui_policy.cc182 int64 late_bound; local
183 Util::ComputeDatabaseTimeBounds(Now(), days_ago, &early_bound, &late_bound); local
185 query.BindInt64(++i, late_bound);
H A Dcounting_policy.cc482 int64 late_bound; local
483 Util::ComputeDatabaseTimeBounds(Now(), days_ago, &early_bound, &late_bound); local
485 query.BindInt64(++i, late_bound);

Completed in 312 milliseconds