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 478 int64 late_bound; local
479 Util::ComputeDatabaseTimeBounds(Now(), days_ago, &early_bound, &late_bound); local
481 query.BindInt64(++i, late_bound);

Completed in 3566 milliseconds