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

  /external/chromium_org/chrome/browser/devtools/
devtools_file_system_indexer.cc 315 Time current_last_modified_time = file_info.GetLastModifiedTime(); local
316 if (current_last_modified_time > saved_last_modified_time) {
317 file_path_times_[file_path] = current_last_modified_time;

Completed in 397 milliseconds