Searched refs:early_bound (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/extensions/activity_log/
H A Dactivity_log_policy.cc150 int64* early_bound,
154 *early_bound = morning_midnight.ToInternalValue();
159 *early_bound = early_time.ToInternalValue();
148 ComputeDatabaseTimeBounds(const base::Time& now, int days_ago, int64* early_bound, int64* late_bound) argument
H A Dfullstream_ui_policy.cc181 int64 early_bound; local
183 Util::ComputeDatabaseTimeBounds(Now(), days_ago, &early_bound, &late_bound); local
184 query.BindInt64(++i, early_bound);
H A Dactivity_log_policy.h117 int64* early_bound,
H A Dcounting_policy.cc481 int64 early_bound; local
483 Util::ComputeDatabaseTimeBounds(Now(), days_ago, &early_bound, &late_bound); local
484 query.BindInt64(++i, early_bound);

Completed in 1149 milliseconds