Home
last modified time | relevance | path

Searched refs:exists_in_fs (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/webkit/browser/fileapi/
Dobfuscated_file_util.cc1212 bool exists_in_fs = base::DirectoryExists(path); in GetDirectoryForOrigin() local
1213 if (!exists_in_db && exists_in_fs) { in GetDirectoryForOrigin()
1219 exists_in_fs = false; in GetDirectoryForOrigin()
1222 if (!exists_in_fs) { in GetDirectoryForOrigin()