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

  /external/chromium_org/chrome/browser/extensions/api/idle/
idle_api_unittest.cc 239 int real_threshold = (threshold < 15) ? 15 : threshold; local
240 const char* expected = (time < real_threshold) ? "active" : "idle";
268 int real_threshold = (threshold > kFourHoursInSeconds) ? local
270 const char* expected = (time < real_threshold) ? "active" : "idle";
  /external/chromium_org/chrome/browser/history/
history_types.cc 385 const base::Time& real_threshold = local
389 (row.last_visit() >= real_threshold);

Completed in 54 milliseconds