Searched refs:FileEntrySync (Results 1 - 14 of 14) sorted by relevance

/external/webkit/Source/WebCore/fileapi/
H A DFileEntrySync.cpp32 #include "FileEntrySync.h"
41 FileEntrySync::FileEntrySync(PassRefPtr<DOMFileSystemBase> fileSystem, const String& fullPath) function in class:WebCore::FileEntrySync
46 PassRefPtr<File> FileEntrySync::file(ExceptionCode& ec)
51 PassRefPtr<FileWriterSync> FileEntrySync::createWriter(ExceptionCode& ec)
H A DFileEntrySync.h46 class FileEntrySync : public EntrySync { class in namespace:WebCore
48 static PassRefPtr<FileEntrySync> create(PassRefPtr<DOMFileSystemBase> fileSystem, const String& fullPath)
50 return adoptRef(new FileEntrySync(fileSystem, fullPath));
60 FileEntrySync(PassRefPtr<DOMFileSystemBase>, const String& fullPath);
H A DFileEntrySync.idl37 ] FileEntrySync : EntrySync {
H A DDOMFileSystemSync.h42 class FileEntrySync;
60 PassRefPtr<File> createFile(const FileEntrySync*, ExceptionCode&);
61 PassRefPtr<FileWriterSync> createWriter(const FileEntrySync*, ExceptionCode&);
H A DDirectoryEntrySync.h45 class FileEntrySync;
56 PassRefPtr<FileEntrySync> getFile(const String& path, PassRefPtr<WebKitFlags>, ExceptionCode&);
H A DDirectoryEntrySync.idl39 [Custom] FileEntrySync getFile(in [ConvertUndefinedOrNullToNullString] DOMString path, in WebKitFlags flags) raises (FileException);
H A DDirectoryEntrySync.cpp38 #include "FileEntrySync.h"
54 PassRefPtr<FileEntrySync> DirectoryEntrySync::getFile(const String& path, PassRefPtr<WebKitFlags> flags, ExceptionCode& ec)
62 return static_pointer_cast<FileEntrySync>(helper.getResult(ec));
H A DDOMFileSystemSync.cpp42 #include "FileEntrySync.h"
156 PassRefPtr<File> DOMFileSystemSync::createFile(const FileEntrySync* fileEntry, ExceptionCode& ec)
241 PassRefPtr<FileWriterSync> DOMFileSystemSync::createWriter(const FileEntrySync* fileEntry, ExceptionCode& ec)
H A DEntrySync.cpp40 #include "FileEntrySync.h"
50 return adoptRef(new FileEntrySync(entry->m_fileSystem, entry->m_fullPath));
H A DSyncCallbackHelper.h57 class FileEntrySync;
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8EntrySyncCustom.cpp53 return toV8(static_cast<FileEntrySync*>(impl));
H A DV8DirectoryEntrySyncCustom.cpp127 RefPtr<FileEntrySync> result = imp->getFile(path, flags, ec);
/external/webkit/Source/WebCore/bindings/js/
H A DJSEntrySyncCustom.cpp53 return getDOMObjectWrapper<JSFileEntrySync>(exec, globalObject, static_cast<FileEntrySync*>(entry));
/external/webkit/Source/WebCore/
H A DAndroid.mk287 fileapi/FileEntrySync.cpp \

Completed in 277 milliseconds