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

  /external/chromium/chrome/browser/history/
top_sites_database.cc 26 bool file_existed = file_util::PathExists(db_name); local
28 if (!file_existed)
36 if (!does_meta_exist && file_existed) {
  /external/chromium_org/chrome/browser/history/
top_sites_database.cc 377 const bool file_existed = base::PathExists(db_name); local
386 if (!does_meta_exist && file_existed) {

Completed in 133 milliseconds