Searched refs:getDirectory (Results 1 - 25 of 61) sorted by relevance

123

/external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
H A Dwallpaper_directories.js71 fs.root.getDirectory(dirName, {create: true}, function(dirEntry) {
87 getDirectory: function(dirName, success, failure) {
H A Dwallpaper_images_grid.js61 wallpaperDirectories.getDirectory(WallpaperDirNameEnum.ORIGINAL,
70 wallpaperDirectories.getDirectory(WallpaperDirNameEnum.THUMBNAIL,
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DDirectoryEntrySync.idl36 [RaisesException] DirectoryEntrySync getDirectory([TreatNullAs=NullString, TreatUndefinedAs=NullString] DOMString path, Dictionary flags);
H A DDirectoryEntry.cpp61 void DirectoryEntry::getDirectory(const String& path, const Dictionary& options, PassRefPtr<EntryCallback> successCallback, PassRefPtr<ErrorCallback> errorCallbackRef) function in class:WebCore::DirectoryEntry
65 if (!m_fileSystem->getDirectory(this, path, flags, successCallback, errorCallback))
H A DDirectoryEntry.idl36 void getDirectory([TreatNullAs=NullString, TreatUndefinedAs=NullString] DOMString path, optional Dictionary options, optional EntryCallback successCallback, optional ErrorCallback errorCallback);
H A DDirectoryEntrySync.cpp65 PassRefPtr<DirectoryEntrySync> DirectoryEntrySync::getDirectory(const String& path, const Dictionary& options, ExceptionState& es) function in class:WebCore::DirectoryEntrySync
69 if (!m_fileSystem->getDirectory(this, path, flags, helper.successCallback(), helper.errorCallback(), DOMFileSystemBase::Synchronous)) {
H A DDOMFilePath.h50 static String getDirectory(const String& path);
H A DDirectoryEntry.h58 void getDirectory(const String& path, const Dictionary&, PassRefPtr<EntryCallback> = 0, PassRefPtr<ErrorCallback> = 0);
H A DDirectoryEntrySync.h56 PassRefPtr<DirectoryEntrySync> getDirectory(const String& path, const Dictionary&, ExceptionState&);
H A DEntrySync.cpp96 String parentPath = DOMFilePath::getDirectory(fullPath());
H A DDOMFileSystemBase.cpp166 if (isSameFileSystem && (newName.isEmpty() || source->name() == newName) && DOMFilePath::getDirectory(source->fullPath()) == parent->fullPath())
248 String path = DOMFilePath::getDirectory(entry->fullPath());
270 bool DOMFileSystemBase::getDirectory(const EntryBase* entry, const String& path, const FileSystemFlags& flags, PassRefPtr<EntryCallback> successCallback, PassRefPtr<ErrorCallback> errorCallback, SynchronousType synchronousType) function in class:WebCore::DOMFileSystemBase
H A DDOMFilePath.cpp65 String DOMFilePath::getDirectory(const String& path) function in class:WebCore::DOMFilePath
H A DDOMFileSystemBase.h103 bool getDirectory(const EntryBase*, const String& path, const FileSystemFlags&, PassRefPtr<EntryCallback>, PassRefPtr<ErrorCallback>, SynchronousType = Asynchronous);
H A DWorkerGlobalScopeFileSystem.cpp130 RefPtr<EntrySync> entry = fileSystem->root()->getDirectory(filePath, Dictionary(), es);
/external/llvm/lib/ExecutionEngine/
H A DEventListenerCommon.h48 StringRef DirName = DIScope.getDirectory();
/external/clang/unittests/Basic/
H A DFileManagerTest.cpp97 EXPECT_EQ(NULL, manager.getDirectory("virtual/dir/foo"));
98 EXPECT_EQ(NULL, manager.getDirectory("virtual/dir"));
99 EXPECT_EQ(NULL, manager.getDirectory("virtual"));
108 EXPECT_EQ(NULL, manager.getDirectory("virtual/dir/foo"));
110 const DirectoryEntry *dir = manager.getDirectory("virtual/dir");
114 dir = manager.getDirectory("virtual");
/external/chromium/chrome/browser/resources/file_manager/js/
H A Dutil.js96 * getDirectory calls.
119 dirEntry.getDirectory(
H A Dharness.js182 dir.getDirectory(name, { create: true }, getOrCreateNextName,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
H A DVersionNumberStripper.java34 public String getDirectory(){return directory;} method in class:VersionNumberStripper
/external/llvm/include/llvm/
H A DDebugInfo.h194 StringRef getDirectory() const;
497 StringRef getDirectory() const { function in class:llvm::DITemplateTypeParameter
498 return getFieldAs<DIFile>(4).getDirectory();
517 StringRef getDirectory() const { function in class:llvm::DITemplateValueParameter
518 return getFieldAs<DIFile>(5).getDirectory();
539 StringRef getDirectory() const { function in class:llvm::DIGlobalVariable
540 return getFieldAs<DIFile>(6).getDirectory();
634 StringRef getDirectory() const { return getScope().getDirectory(); } function in class:llvm::DILocation
/external/clang/lib/Lex/
H A DHeaderSearch.cpp149 = FileMgr.getDirectory(FrameworkDirName)) {
312 const DirectoryEntry *TopFrameworkDir = FileMgr.getDirectory(DirName);
321 const DirectoryEntry *Dir = FileMgr.getDirectory(DirName);
381 const DirectoryEntry *Dir = FileMgr.getDirectory(FrameworkName.str());
445 const DirectoryEntry *Dir = FileMgr.getDirectory(FrameworkPath);
723 const DirectoryEntry *Dir = FileMgr.getDirectory(FrameworkName.str());
945 const DirectoryEntry *Dir = FileMgr.getDirectory(DirName);
1055 if (const DirectoryEntry *Dir = FileMgr.getDirectory(DirName))
1122 const DirectoryEntry *FrameworkDir = FileMgr.getDirectory(Dir->path());
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DIsolatedFileSystem.js155 domFileSystem.root.getDirectory(path, null, dirEntryLoaded.bind(this), errorHandler.bind(this));
508 domFileSystem.root.getDirectory(path, null, innerCallback.bind(this), errorHandler);
/external/chromium_org/chrome/browser/resources/file_manager/js/
H A Dutil.js235 root.getDirectory(path, {create: false}, function(entry) {
264 * getDirectory calls.
287 dirEntry.getDirectory(
375 root.getDirectory(
439 dir.getDirectory(name, { create: true }, getOrCreateNextName,
/external/chromium_org/chrome/renderer/resources/extensions/
H A Druntime_custom_bindings.js54 fs.root.getDirectory(baseName, {}, callback, function(fileError) {
/external/clang/include/clang/Basic/
H A DFileManager.h211 const DirectoryEntry *getDirectory(StringRef DirName,

Completed in 573 milliseconds

123