/external/chromium_org/chrome/browser/resources/file_manager/common/js/ |
util.js | 120 * @param {DirectoryEntry} dirEntry The entry of the directory. 150 * @param {DirectoryEntry} root Root entry. 275 * Resolve a path to either a DirectoryEntry or a FileEntry, regardless of 278 * @param {DirectoryEntry} root The root of the filesystem to search. 281 * successfully resolved. Entry will be either a DirectoryEntry or 426 * @param {DirectoryEntry} dirEntry The target directory entry. [all...] |
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/ |
fake_pepper_interface_html5fs.cc | 268 DirectoryEntry entry; 608 const FakeHtml5FsFilesystem::DirectoryEntry& fake_dir_entry =
|
/external/chromium_org/chrome/common/extensions/api/ |
sync_file_system.idl | 144 // <a href="http://www.w3.org/TR/file-system-api/#widl-DirectoryEntry-createReader-DirectoryReader">creating a new DirectoryReader</a>),
|
runtime.json | 315 "description": "Returns a DirectoryEntry for the package directory.", 322 "name": "directoryEntry", 325 "isInstanceOf": "DirectoryEntry"
|
/external/clang/include/clang/Serialization/ |
GlobalModuleIndex.h | 34 class DirectoryEntry;
|
/external/clang/lib/Frontend/ |
InitHeaderSearch.cpp | 155 if (const DirectoryEntry *DE = FM.getDirectory(MappedPathStr)) { 515 llvm::SmallPtrSet<const DirectoryEntry *, 8> SeenDirs; 516 llvm::SmallPtrSet<const DirectoryEntry *, 8> SeenFrameworkDirs; 696 if (const DirectoryEntry *Dir = HS.getFileMgr().getDirectory(P.str()))
|
/external/chromium_org/third_party/WebKit/Source/modules/ |
modules.gypi | 41 'filesystem/DirectoryEntry.idl', 297 'filesystem/DirectoryEntry.cpp', 298 'filesystem/DirectoryEntry.h', [all...] |
/external/clang/lib/Lex/ |
PPLexerChange.cpp | 211 static void computeRelativePath(FileManager &FM, const DirectoryEntry *Dir, 219 if (const DirectoryEntry *CurDir = FM.getDirectory(Path)) { 399 const DirectoryEntry *Dir = Mod->getUmbrellaDir();
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ |
file_manager.js | [all...] |
/external/chromium_org/content/browser/fileapi/ |
obfuscated_file_util_unittest.cc | 430 std::vector<DirectoryEntry> entries; 474 std::vector<DirectoryEntry> entries; 479 std::vector<DirectoryEntry>::iterator entry_iter; 484 const DirectoryEntry& entry = *entry_iter; [all...] |
file_system_operation_impl_unittest.cc | 89 const std::vector<DirectoryEntry>& entries() const { 194 const std::vector<DirectoryEntry>& entries, 285 std::vector<DirectoryEntry> entries_; [all...] |
/external/chromium_org/native_client_sdk/src/examples/api/file_io/ |
file_io.cc | 289 const std::vector<pp::DirectoryEntry>& entries,
|
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/ |
DOMFileSystemBase.cpp | 38 #include "modules/filesystem/DirectoryEntry.h"
|
/external/chromium_org/webkit/browser/fileapi/ |
file_system_operation_runner.h | 264 const std::vector<DirectoryEntry>& entries,
|
file_system_operation_runner.cc | 206 DidReadDirectory(handle, callback, error, std::vector<DirectoryEntry>(), 542 const std::vector<DirectoryEntry>& entries,
|
/external/clang/ |
NOTES.txt | 39 1. DirectoryEntry gets a boolean value "has read entries". When false, not
|
/external/clang/utils/ |
clangVisualizers.txt | 284 clang::DirectoryEntry|clang::FileEntry|clang::PragmaHandler{
|
/external/chromium_org/chrome/browser/resources/file_manager/background/js/ |
volume_manager.js | 14 * @param {DirectoryEntry} root The root directory entry of this volume. 93 * @param {function(DirectoryEntry)} successCallback Called when the root entry
|
/external/chromium_org/native_client_sdk/src/doc/devguide/coding/ |
file-io.rst | 507 ``std::vector`` of ``pp::DirectoryEntry`` objects, and sends them to 513 const std::vector<pp::DirectoryEntry>& entries,
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
dbghelp.h | 65 PVOID IMAGEAPI ImageDirectoryEntryToDataEx(PVOID Base,BOOLEAN MappedAsImage,USHORT DirectoryEntry,PULONG Size,PIMAGE_SECTION_HEADER *FoundHeader); 66 PVOID IMAGEAPI ImageDirectoryEntryToData(PVOID Base,BOOLEAN MappedAsImage,USHORT DirectoryEntry,PULONG Size); [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
dbghelp.h | 65 PVOID IMAGEAPI ImageDirectoryEntryToDataEx(PVOID Base,BOOLEAN MappedAsImage,USHORT DirectoryEntry,PULONG Size,PIMAGE_SECTION_HEADER *FoundHeader); 66 PVOID IMAGEAPI ImageDirectoryEntryToData(PVOID Base,BOOLEAN MappedAsImage,USHORT DirectoryEntry,PULONG Size); [all...] |
/external/chromium/chrome/browser/resources/file_manager/js/ |
file_manager.js | 64 // DirectoryEntry representing the current directory of the dialog. 108 * The DirectoryEntry.fullPath value of the directory containing external 203 * @param {Entry} entry An Entry subclass (FileEntry or DirectoryEntry). 260 * @param {DirectoryEntry} dirEntry The DirectoryEntry to apply the method [all...] |
/external/chromium_org/chrome/browser/media_galleries/mac/ |
mtp_device_delegate_impl_mac.mm | 378 fileapi::DirectoryEntry entry;
|
/external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/ |
drive_file_sync_service_sync_unittest.cc | 308 const fileapi::DirectoryEntry& local_entry = *itr;
|
/external/chromium_org/content/child/fileapi/ |
webfilesystem_impl.cc | 200 const std::vector<fileapi::DirectoryEntry>& entries,
|