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

  /external/chromium_org/third_party/WebKit/Source/platform/
FileSystemType.h 45 FileSystemTypeExternal,
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DOMFileSystemBaseTest.cpp 34 KURL rootUrl = DOMFileSystemBase::createFileSystemRootURL("http://chromium.org/", FileSystemTypeExternal);
36 RefPtrWillBeRawPtr<File> file = DOMFileSystemBase::createFile(m_fileMetadata, rootUrl, FileSystemTypeExternal, "DOMFileSystemBaseTest.cpp");
DOMFileSystemBase.cpp 90 return type == FileSystemTypeTemporary || type == FileSystemTypePersistent || type == FileSystemTypeIsolated || type == FileSystemTypeExternal;
116 else if (type == FileSystemTypeExternal)
140 if (type() == FileSystemTypeExternal) {
185 type = FileSystemTypeExternal;
204 File::UserVisibility userVisibility = (type == FileSystemTypeExternal) ? File::IsUserVisible : File::IsNotUserVisible;
  /external/chromium_org/third_party/WebKit/Source/web/
WebDOMFileSystem.cpp 105 case FileSystemTypeExternal:
AssertMatchingEnums.cpp 502 COMPILE_ASSERT_MATCHING_ENUM(WebFileSystem::TypeExternal, FileSystemTypeExternal);
    [all...]

Completed in 1698 milliseconds