Home
last modified time | relevance | path

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

/external/chromium_org/webkit/browser/fileapi/
Dsandbox_directory_database.cc273 const base::FilePath kExcludes[] = { in ScanDirectory() local
299 if (std::find(kExcludes, kExcludes + arraysize(kExcludes), in ScanDirectory()
300 relative_file_path) != kExcludes + arraysize(kExcludes)) in ScanDirectory()
391 const base::FilePath kExcludes[] = { in VerifyDataPath() local
395 for (size_t i = 0; i < arraysize(kExcludes); ++i) { in VerifyDataPath()
396 if (data_path == kExcludes[i] || kExcludes[i].IsParent(data_path)) in VerifyDataPath()