Home
last modified time | relevance | path

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

1234

/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DEntrySync.cpp46 EntrySync* EntrySync::create(EntryBase* entry) in create()
53 Metadata* EntrySync::getMetadata(ExceptionState& exceptionState) in getMetadata()
60 EntrySync* EntrySync::moveTo(DirectoryEntrySync* parent, const String& name, ExceptionState& except… in moveTo()
67 EntrySync* EntrySync::copyTo(DirectoryEntrySync* parent, const String& name, ExceptionState& except… in copyTo()
74 void EntrySync::remove(ExceptionState& exceptionState) const in remove()
81 EntrySync* EntrySync::getParent() const in getParent()
88 EntrySync::EntrySync(DOMFileSystemBase* fileSystem, const String& fullPath) in EntrySync() function in WebCore::EntrySync
94 void EntrySync::trace(Visitor* visitor) in trace()
DEntrySync.h46 class EntrySync : public EntryBase, public ScriptWrappable {
48 static EntrySync* create(EntryBase*);
53 EntrySync* moveTo(DirectoryEntrySync* parent, const String& name, ExceptionState&) const;
54 EntrySync* copyTo(DirectoryEntrySync* parent, const String& name, ExceptionState&) const;
56 EntrySync* getParent() const;
61 EntrySync(DOMFileSystemBase*, const String& fullPath);
DFileEntrySync.cpp41 : EntrySync(fileSystem, fullPath) in FileEntrySync()
58 EntrySync::trace(visitor); in trace()
DEntryBase.h40 class EntrySync; variable
61 friend class EntrySync; variable
DFileEntrySync.h44 class FileEntrySync FINAL : public EntrySync {
62 DEFINE_TYPE_CASTS(FileEntrySync, EntrySync, entry, entry->isFile(), entry.isFile());
DWorkerGlobalScopeFileSystem.h36 class EntrySync; variable
52 …static EntrySync* webkitResolveLocalFileSystemSyncURL(WorkerGlobalScope&, const String& url, Excep…
DDirectoryEntrySync.h44 class DirectoryEntrySync FINAL : public EntrySync {
63 DEFINE_TYPE_CASTS(DirectoryEntrySync, EntrySync, entry, entry->isDirectory(), entry.isDirectory());
DDirectoryReaderSync.h42 class EntrySync; variable
45 typedef HeapVector<Member<EntrySync> > EntrySyncHeapVector;
DDirectoryEntrySync.cpp44 : EntrySync(fileSystem, fullPath) in DirectoryEntrySync()
79 EntrySync::trace(visitor); in trace()
DEntrySync.idl35 ] interface EntrySync {
43 …[RaisesException] EntrySync moveTo(DirectoryEntrySync parent, [TreatNullAs=NullString, TreatUndefi…
44 …[RaisesException] EntrySync copyTo(DirectoryEntrySync parent, [TreatNullAs=NullString, TreatUndefi…
DEntry.h43 class EntrySync; variable
DDirectoryReaderSync.cpp57 syncEntries.uncheckedAppend(EntrySync::create(entries[i].get())); in handleEvent()
DDirectoryReaderSync.idl35 [RaisesException] EntrySync[] readEntries();
DSyncCallbackHelper.h169 typedef SyncCallbackHelper<EntryCallback, Entry*, EntrySync> EntrySyncCallbackHelper;
DFileEntrySync.idl33 ] interface FileEntrySync : EntrySync {
DWorkerGlobalScopeFileSystem.cpp104 EntrySync* WorkerGlobalScopeFileSystem::webkitResolveLocalFileSystemSyncURL(WorkerGlobalScope& work… in webkitResolveLocalFileSystemSyncURL()
DWorkerGlobalScopeFileSystem.idl34 …[RuntimeEnabled=FileSystem, RaisesException] EntrySync webkitResolveLocalFileSystemSyncURL(DOMStri…
DDirectoryEntrySync.idl33 ] interface DirectoryEntrySync : EntrySync {
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
DV8EntrySyncCustom.cpp42 v8::Handle<v8::Object> wrap(EntrySync* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* i… in wrap()
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
Dmodules_idl_files_list.tmp30 ../../../modules/filesystem/EntrySync.idl
/external/chromium_org/third_party/WebKit/Source/bindings/modules/
Dmodules_idl_files_list.tmp30 ../../modules/filesystem/EntrySync.idl
Dmodules_global_constructors_idls_idl_files_list.tmp30 ../../modules/filesystem/EntrySync.idl
Dmodules_global_objects_idl_files_list.tmp30 ../../modules/filesystem/EntrySync.idl
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/
Dmodules_idl_files_list.tmp30 ../../../modules/filesystem/EntrySync.idl
/external/chromium_org/third_party/WebKit/Source/modules/
Dmodules.gypi46 'filesystem/EntrySync.idl',
399 'filesystem/EntrySync.cpp',
400 'filesystem/EntrySync.h',

1234