Home
last modified time | relevance | path

Searched defs:DirectoryEntry (Results 1 – 25 of 26) sorted by relevance

12

/external/chromium_org/storage/common/fileapi/
Ddirectory_entry.h18 struct STORAGE_COMMON_EXPORT DirectoryEntry { struct
19 enum DirectoryEntryType { argument
30 base::FilePath::StringType name;
31 bool is_directory;
32 int64 size;
33 base::Time last_modified_time;
Ddirectory_entry.cc9 DirectoryEntry::DirectoryEntry() : is_directory(false), size(0) {} in DirectoryEntry() function in storage::DirectoryEntry
11 DirectoryEntry::DirectoryEntry(const std::string& name, in DirectoryEntry() function in storage::DirectoryEntry
/external/chromium_org/ppapi/cpp/
Ddirectory_entry.cc14 DirectoryEntry::DirectoryEntry() { in DirectoryEntry() function in pp::DirectoryEntry
18 DirectoryEntry::DirectoryEntry( in DirectoryEntry() function in pp::DirectoryEntry
24 DirectoryEntry::DirectoryEntry(const DirectoryEntry& other) { in DirectoryEntry() function in pp::DirectoryEntry
Dfile_ref.h20 class DirectoryEntry; variable
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
Dfake_pepper_interface_html5_fs.h66 struct DirectoryEntry { struct
70 typedef std::vector<DirectoryEntry> DirectoryEntries; argument
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DEntry.h41 class DirectoryEntry; variable
DDirectoryEntry.cpp42 DirectoryEntry::DirectoryEntry(DOMFileSystemBase* fileSystem, const String& fullPath) in DirectoryEntry() function in blink::DirectoryEntry
DDOMFileSystemBase.h46 class DirectoryEntry; variable
DDOMFileSystem.h44 class DirectoryEntry; variable
/external/icu/icu4c/source/test/letest/
DFontObject.h21 struct DirectoryEntry struct
36 DirectoryEntry tableDirectory[ANY_NUMBER]; argument
Dsfnt.h19 struct DirectoryEntry struct
28 typedef struct DirectoryEntry DirectoryEntry; argument
/external/icu/icu4c/source/test/perf/leperf/
DFontObject.h21 struct DirectoryEntry struct
36 DirectoryEntry tableDirectory[ANY_NUMBER]; argument
Dsfnt.h19 struct DirectoryEntry struct
28 typedef struct DirectoryEntry DirectoryEntry; argument
/external/chromium_org/third_party/icu/source/test/letest/
DFontObject.h21 struct DirectoryEntry struct
36 DirectoryEntry tableDirectory[ANY_NUMBER]; argument
Dsfnt.h19 struct DirectoryEntry struct
28 typedef struct DirectoryEntry DirectoryEntry; argument
/external/chromium_org/third_party/icu/source/test/perf/leperf/
DFontObject.h21 struct DirectoryEntry struct
36 DirectoryEntry tableDirectory[ANY_NUMBER]; argument
Dsfnt.h19 struct DirectoryEntry struct
28 typedef struct DirectoryEntry DirectoryEntry; argument
/external/chromium_org/third_party/icu/source/samples/layout/
Dsfnt.h24 struct DirectoryEntry struct
39 DirectoryEntry tableDirectory[ANY_NUMBER]; argument
/external/icu/icu4c/source/samples/layout/
Dsfnt.h24 struct DirectoryEntry struct
39 DirectoryEntry tableDirectory[ANY_NUMBER]; argument
/external/clang/include/clang/Serialization/
DGlobalModuleIndex.h34 class DirectoryEntry; variable
/external/clang/include/clang/Lex/
DDirectoryLookup.h23 class DirectoryEntry; variable
DModuleMap.h31 class DirectoryEntry; variable
/external/clang/include/clang/Basic/
DFileManager.h52 DirectoryEntry() : Name(nullptr) {} in DirectoryEntry() function
DModule.h36 class DirectoryEntry; variable
/external/fonttools/Lib/fontTools/ttLib/
Dsfnt.py338 class DirectoryEntry(object): class

12