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

  /external/chromium_org/content/common/
pepper_file_util.cc 19 return storage::kFileSystemTypeUnknown;
  /external/chromium_org/storage/common/fileapi/
file_system_types.h 14 kFileSystemTypeUnknown = -1,
file_system_util.cc 155 FileSystemType file_system_type = kFileSystemTypeUnknown;
181 if (file_system_type == kFileSystemTypeUnknown)
257 return kFileSystemTypeUnknown;
259 return kFileSystemTypeUnknown;
327 case kFileSystemTypeUnknown:
  /external/chromium_org/storage/browser/fileapi/
file_system_quota_client.cc 38 DCHECK(type != kFileSystemTypeUnknown);
52 DCHECK(type != kFileSystemTypeUnknown);
112 DCHECK(type != kFileSystemTypeUnknown);
187 DCHECK(fs_type != kFileSystemTypeUnknown);
202 DCHECK(type != kFileSystemTypeUnknown);
file_system_url.cc 23 mount_type_(kFileSystemTypeUnknown),
24 type_(kFileSystemTypeUnknown),
59 : mount_type_(kFileSystemTypeUnknown),
60 type_(kFileSystemTypeUnknown),
file_system_context.cc 126 case kFileSystemTypeUnknown:
isolated_context.cc 44 DCHECK_NE(kFileSystemTypeUnknown, type);
sandbox_file_system_backend_delegate.cc 165 case kFileSystemTypeUnknown:
  /external/chromium_org/content/browser/fileapi/
external_mount_points_unittest.cc 329 {FPL("cc"), false, storage::kFileSystemTypeUnknown, FPL(""), ""},
330 {FPL(""), false, storage::kFileSystemTypeUnknown, FPL(""), ""},
331 {FPL(".."), false, storage::kFileSystemTypeUnknown, FPL(""), ""},
333 {FPL("/c/d/e"), false, storage::kFileSystemTypeUnknown, FPL(""), ""},
334 {FPL("/c(1)/d/e"), false, storage::kFileSystemTypeUnknown, FPL(""), ""},
335 {FPL("/empty_path"), false, storage::kFileSystemTypeUnknown, FPL(""), ""},
337 {FPL("c/d/../e"), false, storage::kFileSystemTypeUnknown, FPL(""), ""},
338 {FPL("/empty_path/a/../b"), false, storage::kFileSystemTypeUnknown, FPL(""),
423 {FPL("cc"), false, storage::kFileSystemTypeUnknown, FPL(""), ""},
424 {FPL(""), false, storage::kFileSystemTypeUnknown, FPL(""), ""}
    [all...]
file_system_context_unittest.cc 284 storage::kFileSystemTypeUnknown, storage::kFileSystemTypeUnknown,
289 storage::kFileSystemTypeUnknown, storage::kFileSystemTypeUnknown,
  /external/chromium_org/content/renderer/pepper/
pepper_file_system_host.cc 97 if (file_system_type == storage::kFileSystemTypeUnknown)
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_file_system_browser_host.cc 168 if (file_system_type == storage::kFileSystemTypeUnknown)

Completed in 510 milliseconds