Searched defs:DirectoryEntry (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/webkit/common/fileapi/
H A Ddirectory_entry.cc9 DirectoryEntry::DirectoryEntry() : is_directory(false), size(0) {} function in class:fileapi::DirectoryEntry
11 DirectoryEntry::DirectoryEntry(const std::string& name, function in class:fileapi::DirectoryEntry
H A Ddirectory_entry.h16 struct WEBKIT_STORAGE_COMMON_EXPORT DirectoryEntry { struct in namespace:fileapi
22 DirectoryEntry();
23 DirectoryEntry(const std::string& name,
/external/chromium_org/ppapi/cpp/
H A Ddirectory_entry.cc14 DirectoryEntry::DirectoryEntry() { function in class:pp::DirectoryEntry
18 DirectoryEntry::DirectoryEntry( function in class:pp::DirectoryEntry
24 DirectoryEntry::DirectoryEntry(const DirectoryEntry& other) { function in class:pp::DirectoryEntry
31 DirectoryEntry::~DirectoryEntry() {
36 DirectoryEntry
[all...]
H A Ddirectory_entry.h22 /// The <code>DirectoryEntry</code> class represents information about
24 class DirectoryEntry { class in namespace:pp
26 /// Default constructor for creating an is_null() <code>DirectoryEntry</code>
28 DirectoryEntry();
35 DirectoryEntry(PassRef, const PP_DirectoryEntry& data);
37 /// A copy constructor for <code>DirectoryEntry</code>. This constructor
39 /// DirectoryEntry.
41 /// @param[in] other A pointer to a <code>DirectoryEntry</code>.
42 DirectoryEntry(const DirectoryEntry
[all...]
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DDirectoryEntry.h48 class DirectoryEntry : public Entry { class in namespace:WebCore
50 static PassRefPtr<DirectoryEntry> create(PassRefPtr<DOMFileSystemBase> fileSystem, const String& fullPath)
52 return adoptRef(new DirectoryEntry(fileSystem, fullPath));
62 DirectoryEntry(PassRefPtr<DOMFileSystemBase>, const String& fullPath);
H A DDirectoryEntry.cpp32 #include "modules/filesystem/DirectoryEntry.h"
42 DirectoryEntry::DirectoryEntry(PassRefPtr<DOMFileSystemBase> fileSystem, const String& fullPath) function in class:WebCore::DirectoryEntry
48 PassRefPtr<DirectoryReader> DirectoryEntry::createReader()
53 void DirectoryEntry::getFile(const String& path, const Dictionary& options, PassRefPtr<EntryCallback> successCallback, PassRefPtr<ErrorCallback> errorCallbackRef)
61 void DirectoryEntry::getDirectory(const String& path, const Dictionary& options, PassRefPtr<EntryCallback> successCallback, PassRefPtr<ErrorCallback> errorCallbackRef)
69 void DirectoryEntry::removeRecursively(PassRefPtr<VoidCallback> successCallback, PassRefPtr<ErrorCallback> errorCallbackRef) const
/external/clang/include/clang/Basic/
H A DFileManager.h47 class DirectoryEntry { class in namespace:clang
51 DirectoryEntry() : Name(0) {} function in class:clang::DirectoryEntry
64 const DirectoryEntry *Dir; // Directory file lives in.
103 const DirectoryEntry *getDir() const { return Dir; }
137 SmallVector<DirectoryEntry*, 4> VirtualDirectoryEntries;
149 llvm::StringMap<DirectoryEntry*, llvm::BumpPtrAllocator> SeenDirEntries;
158 llvm::DenseMap<const DirectoryEntry *, llvm::StringRef> CanonicalDirNames;
211 const DirectoryEntry *getDirectory(StringRef DirName,
274 StringRef getCanonicalName(const DirectoryEntry *Dir);
/external/chromium_org/third_party/icu/source/test/letest/
H A DFontObject.h21 struct DirectoryEntry struct
36 DirectoryEntry tableDirectory[ANY_NUMBER];
204 DirectoryEntry *findTable(LETag tag);
H A Dsfnt.h19 struct DirectoryEntry struct
28 typedef struct DirectoryEntry DirectoryEntry; typedef in typeref:struct:DirectoryEntry
38 DirectoryEntry tableDirectory[ANY_NUMBER];
/external/icu4c/samples/layout/
H A Dsfnt.h24 struct DirectoryEntry struct
39 DirectoryEntry tableDirectory[ANY_NUMBER];
/external/icu4c/test/letest/
H A DFontObject.h21 struct DirectoryEntry struct
36 DirectoryEntry tableDirectory[ANY_NUMBER];
204 DirectoryEntry *findTable(LETag tag);
H A Dsfnt.h19 struct DirectoryEntry struct
28 typedef struct DirectoryEntry DirectoryEntry; typedef in typeref:struct:DirectoryEntry
38 DirectoryEntry tableDirectory[ANY_NUMBER];
/external/harfbuzz_ng/src/hb-icu-le/
H A Dsfnt.h22 struct DirectoryEntry struct
31 typedef struct DirectoryEntry DirectoryEntry; typedef in typeref:struct:DirectoryEntry
41 DirectoryEntry tableDirectory[ANY_NUMBER];

Completed in 608 milliseconds