Home
last modified time | relevance | path

Searched refs:EntrySync (Results 1 – 25 of 31) sorted by relevance

12

/external/webkit/Source/WebCore/fileapi/
DEntrySync.cpp47 PassRefPtr<EntrySync> EntrySync::create(EntryBase* entry) in create()
54 PassRefPtr<Metadata> EntrySync::getMetadata(ExceptionCode& ec) in getMetadata()
65 PassRefPtr<EntrySync> EntrySync::moveTo(PassRefPtr<DirectoryEntrySync> parent, const String& name, … in moveTo()
76 PassRefPtr<EntrySync> EntrySync::copyTo(PassRefPtr<DirectoryEntrySync> parent, const String& name, … in copyTo()
87 void EntrySync::remove(ExceptionCode& ec) const in remove()
98 PassRefPtr<EntrySync> EntrySync::getParent() const in getParent()
105 EntrySync::EntrySync(PassRefPtr<DOMFileSystemBase> fileSystem, const String& fullPath) in EntrySync() function in WebCore::EntrySync
DEntrySync.h48 class EntrySync : public EntryBase {
50 static PassRefPtr<EntrySync> create(EntryBase*);
55 …PassRefPtr<EntrySync> moveTo(PassRefPtr<DirectoryEntrySync> parent, const String& name, ExceptionC…
56 …PassRefPtr<EntrySync> copyTo(PassRefPtr<DirectoryEntrySync> parent, const String& name, ExceptionC…
58 PassRefPtr<EntrySync> getParent() const;
61 EntrySync(PassRefPtr<DOMFileSystemBase>, const String& fullPath);
DEntryArraySync.h54 EntrySync* item(unsigned index) const;
58 void append(PassRefPtr<EntrySync> entry) { m_entries.append(entry); } in append()
63 Vector<RefPtr<EntrySync> > m_entries;
DEntryArraySync.cpp45 entriesSync->append(EntrySync::create(entries->item(i))); in create()
54 EntrySync* EntryArraySync::item(unsigned index) const in item()
DFileEntrySync.h46 class FileEntrySync : public EntrySync {
59 friend class EntrySync;
DEntryBase.h43 class EntrySync; variable
62 friend class EntrySync; variable
DDirectoryEntrySync.h47 class DirectoryEntrySync : public EntrySync {
61 friend class EntrySync;
DEntrySync.idl36 ] EntrySync {
44EntrySync moveTo(in DirectoryEntrySync parent, in [ConvertUndefinedOrNullToNullString] DOMString n…
45EntrySync copyTo(in DirectoryEntrySync parent, in [ConvertUndefinedOrNullToNullString] DOMString n…
DSyncCallbackHelper.h56 class EntrySync; variable
177 typedef SyncCallbackHelper<EntryCallback, AsyncFileSystem, Entry, EntrySync> EntrySyncCallbackHelpe…
DFileEntrySync.cpp42 : EntrySync(fileSystem, fullPath) in FileEntrySync()
DEntry.h45 class EntrySync; variable
DDirectoryEntrySync.cpp45 : EntrySync(fileSystem, fullPath) in DirectoryEntrySync()
DEntryArraySync.idl38 EntrySync item(in [IsIndex] unsigned long index);
DFileEntrySync.idl37 ] FileEntrySync : EntrySync {
DDirectoryEntrySync.idl37 ] DirectoryEntrySync : EntrySync {
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8EntrySyncCustom.cpp47 v8::Handle<v8::Value> toV8(EntrySync* impl) in toV8()
/external/webkit/Source/WebCore/bindings/js/
DJSEntrySyncCustom.cpp47 JSValue toJS(ExecState* exec, JSDOMGlobalObject* globalObject, EntrySync* entry) in toJS()
/external/webkit/Source/WebCore/workers/
DWorkerContext.h54 class EntrySync; variable
139 … PassRefPtr<EntrySync> webkitResolveLocalFileSystemSyncURL(const String& url, ExceptionCode&);
DWorkerContext.cpp406 PassRefPtr<EntrySync> WorkerContext::webkitResolveLocalFileSystemSyncURL(const String& url, Excepti… in webkitResolveLocalFileSystemSyncURL()
428 RefPtr<EntrySync> entry = fileSystem->root()->getDirectory(filePath, 0, ec); in webkitResolveLocalFileSystemSyncURL()
DWorkerContext.idl114 …[EnabledAtRuntime=FileSystem] EntrySync webkitResolveLocalFileSystemSyncURL(in DOMString url) rais…
/external/webkit/Source/WebCore/
DDerivedSources.make176 EntrySync \
DCodeGenerators.pri173 fileapi/EntrySync.idl \
DCMakeLists.txt1522 fileapi/EntrySync.cpp
1541 fileapi/EntrySync.idl
DAndroid.mk285 fileapi/EntrySync.cpp \
DWebCore.pro2849 fileapi/EntrySync.h \
2886 fileapi/EntrySync.cpp \

12