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

  /external/chromium/base/
file_util_linux.cc 14 bool GetFileSystemType(const FilePath& path, FileSystemType* type) {
process_linux.cc 54 file_util::FileSystemType foreground_type;
55 file_util::FileSystemType background_type;
file_util.h 635 enum FileSystemType {
648 // Attempts determine the FileSystemType for |path|.
650 bool GetFileSystemType(const FilePath& path, FileSystemType* type);
  /external/webkit/Source/WebCore/workers/
WorkerContext.h 131 enum FileSystemType {
  /external/webkit/Source/WebCore/page/
DOMWindow.h 390 enum FileSystemType {
  /external/chromium/chrome/browser/extensions/
extension_file_browser_private_api.cc 523 fileapi::FileSystemType type;
848 fileapi::FileSystemType type;
    [all...]
  /external/chromium/chrome/browser/prefs/
pref_service.cc 106 file_util::FileSystemType fstype;
108 UMA_HISTOGRAM_ENUMERATION("PrefService.FileSystemType",

Completed in 178 milliseconds