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

  /external/chromium_org/chrome/browser/extensions/activity_log/
fullstream_ui_policy.cc 182 int64 late_bound; local
183 Util::ComputeDatabaseTimeBounds(Now(), days_ago, &early_bound, &late_bound); local
185 query.BindInt64(++i, late_bound);
counting_policy.cc 482 int64 late_bound; local
483 Util::ComputeDatabaseTimeBounds(Now(), days_ago, &early_bound, &late_bound); local
485 query.BindInt64(++i, late_bound);

Completed in 216 milliseconds