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

  /external/webkit/Source/WebCore/fileapi/
DirectoryEntry.h 50 class DirectoryEntry : public Entry {
52 static PassRefPtr<DirectoryEntry> create(PassRefPtr<DOMFileSystemBase> fileSystem, const String& fullPath)
54 return adoptRef(new DirectoryEntry(fileSystem, fullPath));
64 DirectoryEntry(PassRefPtr<DOMFileSystemBase>, const String& fullPath);
DirectoryEntry.cpp 32 #include "DirectoryEntry.h"
44 DirectoryEntry::DirectoryEntry(PassRefPtr<DOMFileSystemBase> fileSystem, const String& fullPath)
49 PassRefPtr<DirectoryReader> DirectoryEntry::createReader()
54 void DirectoryEntry::getFile(const String& path, PassRefPtr<WebKitFlags> flags, PassRefPtr<EntryCallback> successCallback, PassRefPtr<ErrorCallback> errorCallbackRef)
61 void DirectoryEntry::getDirectory(const String& path, PassRefPtr<WebKitFlags> flags, PassRefPtr<EntryCallback> successCallback, PassRefPtr<ErrorCallback> errorCallbackRef)
68 void DirectoryEntry::removeRecursively(PassRefPtr<VoidCallback> successCallback, PassRefPtr<ErrorCallback> errorCallbackRef) const
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
DirectoryEntry.java 24 public class DirectoryEntry {
28 public DirectoryEntry(String name, int resID) {
  /external/clang/include/clang/Basic/
FileManager.h 46 class DirectoryEntry {
50 DirectoryEntry() : Name(0) {}
63 const DirectoryEntry *Dir; // Directory file lives in.
101 const DirectoryEntry *getDir() const { return Dir; }
131 SmallVector<DirectoryEntry*, 4> VirtualDirectoryEntries;
143 llvm::StringMap<DirectoryEntry*, llvm::BumpPtrAllocator> SeenDirEntries;
199 const DirectoryEntry *getDirectory(StringRef DirName,
  /external/icu4c/samples/layout/
sfnt.h 24 struct DirectoryEntry
39 DirectoryEntry tableDirectory[ANY_NUMBER];
  /external/icu4c/test/letest/
FontObject.h 21 struct DirectoryEntry
36 DirectoryEntry tableDirectory[ANY_NUMBER];
204 DirectoryEntry *findTable(LETag tag);
sfnt.h 19 struct DirectoryEntry
28 typedef struct DirectoryEntry DirectoryEntry;
38 DirectoryEntry tableDirectory[ANY_NUMBER];

Completed in 99 milliseconds