HomeSort by relevance Sort by last modified time
    Searched full:current_end_time (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/browser/history/
delete_directive_handler.cc 235 base::Time current_end_time; local
256 if (directive_start_time > current_end_time) {
262 current_end_time + base::TimeDelta::FromMicroseconds(1));
266 if (directive_end_time > current_end_time)
267 current_end_time = directive_end_time;
273 current_end_time + base::TimeDelta::FromMicroseconds(1));

Completed in 186 milliseconds