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

  /external/chromium_org/content/browser/fileapi/
sandbox_file_system_backend_unittest.cc 184 if (enumerator->HasFileSystemType(kFileSystemTypeTemporary)) {
188 if (enumerator->HasFileSystemType(kFileSystemTypePersistent)) {
obfuscated_file_util_unittest.cc 120 bool HasFileSystemType(
    [all...]
  /external/chromium_org/webkit/browser/fileapi/
sandbox_file_system_backend_delegate.cc 101 virtual bool HasFileSystemType(FileSystemType type) const OVERRIDE {
355 if (enumerator->HasFileSystemType(type))
378 enumerator->HasFileSystemType(type))
sandbox_file_system_backend_delegate.h 72 virtual bool HasFileSystemType(FileSystemType type) const = 0;

Completed in 34 milliseconds