HomeSort by relevance Sort by last modified time
    Searched defs:early_bound (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/extensions/activity_log/
fullstream_ui_policy.cc 181 int64 early_bound; local
183 Util::ComputeDatabaseTimeBounds(Now(), days_ago, &early_bound, &late_bound); local
184 query.BindInt64(++i, early_bound);
counting_policy.cc 481 int64 early_bound; local
483 Util::ComputeDatabaseTimeBounds(Now(), days_ago, &early_bound, &late_bound); local
484 query.BindInt64(++i, early_bound);

Completed in 173 milliseconds