Home
last modified time | relevance | path

Searched refs:DirectoryEntrySync (Results 1 – 25 of 47) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/filesystem/
H A Ddirectory_entry_sync.cc43 DirectoryEntrySync::DirectoryEntrySync(DOMFileSystemBase* file_system, in DirectoryEntrySync() function in blink::DirectoryEntrySync
47 DirectoryReaderSync* DirectoryEntrySync::createReader() { in createReader()
51 FileEntrySync* DirectoryEntrySync::getFile(const String& path, in getFile()
69 DirectoryEntrySync* DirectoryEntrySync::getDirectory( in getDirectory()
86 return entry ? To<DirectoryEntrySync>(EntrySync::Create(entry)) : nullptr; in getDirectory()
89 void DirectoryEntrySync::removeRecursively(ExceptionState& exception_state) { in removeRecursively()
101 void DirectoryEntrySync::Trace(Visitor* visitor) { in Trace()
H A Ddirectory_entry_sync.h45 class DirectoryEntrySync final : public EntrySync {
49 DirectoryEntrySync(DOMFileSystemBase*, const String& full_path);
57 DirectoryEntrySync* getDirectory(const String& path,
66 struct DowncastTraits<DirectoryEntrySync> {
H A Dentry_sync.h41 class DirectoryEntrySync; variable
56 EntrySync* moveTo(DirectoryEntrySync* parent,
59 EntrySync* copyTo(DirectoryEntrySync* parent,
H A Ddom_file_system_sync.h39 class DirectoryEntrySync; variable
58 DirectoryEntrySync* root();
66 Member<DirectoryEntrySync> root_entry_;
H A Dentry_sync.cc49 return MakeGarbageCollected<DirectoryEntrySync>(entry->file_system_, in Create()
68 EntrySync* EntrySync::moveTo(DirectoryEntrySync* parent, in moveTo()
85 EntrySync* EntrySync::copyTo(DirectoryEntrySync* parent, in copyTo()
119 return MakeGarbageCollected<DirectoryEntrySync>(file_system_, parent_path); in getParent()
H A Ddirectory_entry_sync.idl31 // https://www.w3.org/TR/2012/WD-file-system-api-20120417/#idl-def-DirectoryEntrySync
34 ] interface DirectoryEntrySync : EntrySync {
37 [RaisesException] DirectoryEntrySync getDirectory(DOMString? path, FileSystemFlags flags);
H A Dentry_sync.idl42 [RaisesException] EntrySync moveTo(DirectoryEntrySync parent, DOMString? name);
43 [RaisesException] EntrySync copyTo(DirectoryEntrySync parent, DOMString? name);
46 DirectoryEntrySync getParent();
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/filesystem/
H A Ddirectory_entry_sync.cc43 DirectoryEntrySync::DirectoryEntrySync(DOMFileSystemBase* file_system, in DirectoryEntrySync() function in blink::DirectoryEntrySync
47 DirectoryReaderSync* DirectoryEntrySync::createReader() { in createReader()
51 FileEntrySync* DirectoryEntrySync::getFile(const String& path, in getFile()
69 DirectoryEntrySync* DirectoryEntrySync::getDirectory( in getDirectory()
86 return entry ? To<DirectoryEntrySync>(EntrySync::Create(entry)) : nullptr; in getDirectory()
89 void DirectoryEntrySync::removeRecursively(ExceptionState& exception_state) { in removeRecursively()
101 void DirectoryEntrySync::Trace(Visitor* visitor) const { in Trace()
H A Ddirectory_entry_sync.h45 class DirectoryEntrySync final : public EntrySync {
49 DirectoryEntrySync(DOMFileSystemBase*, const String& full_path);
57 DirectoryEntrySync* getDirectory(const String& path,
66 struct DowncastTraits<DirectoryEntrySync> {
H A Dentry_sync.h41 class DirectoryEntrySync; variable
56 EntrySync* moveTo(DirectoryEntrySync* parent,
59 EntrySync* copyTo(DirectoryEntrySync* parent,
H A Ddom_file_system_sync.h39 class DirectoryEntrySync; variable
58 DirectoryEntrySync* root();
66 Member<DirectoryEntrySync> root_entry_;
H A Dentry_sync.cc49 return MakeGarbageCollected<DirectoryEntrySync>(entry->file_system_, in Create()
68 EntrySync* EntrySync::moveTo(DirectoryEntrySync* parent, in moveTo()
85 EntrySync* EntrySync::copyTo(DirectoryEntrySync* parent, in copyTo()
119 return MakeGarbageCollected<DirectoryEntrySync>(file_system_, parent_path); in getParent()
H A Ddirectory_entry_sync.idl31 // https://www.w3.org/TR/2012/WD-file-system-api-20120417/#idl-def-DirectoryEntrySync
34 ] interface DirectoryEntrySync : EntrySync {
37 [RaisesException] DirectoryEntrySync getDirectory(DOMString? path, FileSystemFlags flags);
H A Dentry_sync.idl42 [RaisesException] EntrySync moveTo(DirectoryEntrySync parent, DOMString? name);
43 [RaisesException] EntrySync copyTo(DirectoryEntrySync parent, DOMString? name);
46 DirectoryEntrySync getParent();
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/fileapi/
H A DDirectoryEntrySync.cpp44 DirectoryEntrySync::DirectoryEntrySync(PassRefPtr<DOMFileSystemBase> fileSystem, const String& full… in DirectoryEntrySync() function in WebCore::DirectoryEntrySync
49 PassRefPtr<DirectoryReaderSync> DirectoryEntrySync::createReader(ExceptionCode&) in createReader()
54 PassRefPtr<FileEntrySync> DirectoryEntrySync::getFile(const String& path, PassRefPtr<WebKitFlags> f… in getFile()
65 PassRefPtr<DirectoryEntrySync> DirectoryEntrySync::getDirectory(const String& path, PassRefPtr<WebK… in getDirectory()
73 return static_pointer_cast<DirectoryEntrySync>(helper.getResult(ec)); in getDirectory()
76 void DirectoryEntrySync::removeRecursively(ExceptionCode& ec) in removeRecursively()
H A DDirectoryEntrySync.h47 class DirectoryEntrySync : public EntrySync {
49 …static PassRefPtr<DirectoryEntrySync> create(PassRefPtr<DOMFileSystemBase> fileSystem, const Strin… in create()
51 return adoptRef(new DirectoryEntrySync(fileSystem, fullPath)); in create()
57 …PassRefPtr<DirectoryEntrySync> getDirectory(const String& path, PassRefPtr<WebKitFlags>, Exception…
62 DirectoryEntrySync(PassRefPtr<DOMFileSystemBase>, const String& fullPath);
H A DEntrySync.cpp51 return adoptRef(new DirectoryEntrySync(entry->m_fileSystem, entry->m_fullPath)); in create()
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()
102 return DirectoryEntrySync::create(m_fileSystem, parentPath); in getParent()
H A DEntrySync.h45 class DirectoryEntrySync; variable
55 …PassRefPtr<EntrySync> moveTo(PassRefPtr<DirectoryEntrySync> parent, const String& name, ExceptionC…
56 …PassRefPtr<EntrySync> copyTo(PassRefPtr<DirectoryEntrySync> parent, const String& name, ExceptionC…
H A DDOMFileSystemSync.h40 class DirectoryEntrySync; variable
58 PassRefPtr<DirectoryEntrySync> root();
H A DEntrySync.idl44 …EntrySync moveTo(in DirectoryEntrySync parent, in [ConvertUndefinedOrNullToNullString] DOMString n…
45 …EntrySync copyTo(in DirectoryEntrySync parent, in [ConvertUndefinedOrNullToNullString] DOMString n…
48 DirectoryEntrySync getParent();
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/@types/filesystem/
H A Dindex.d.ts385 root: DirectoryEntrySync;
437 moveTo(parent: DirectoryEntrySync, newName?: string): EntrySync;
452 copyTo(parent: DirectoryEntrySync, newName?: string): EntrySync;
467 getParent(): DirectoryEntrySync;
473 interface DirectoryEntrySync extends EntrySync { interface
505 getDirectory(path: string, options?: Flags): DirectoryEntrySync;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/@types/filesystem/
H A Dindex.d.ts385 root: DirectoryEntrySync;
437 moveTo(parent: DirectoryEntrySync, newName?: string): EntrySync;
452 copyTo(parent: DirectoryEntrySync, newName?: string): EntrySync;
467 getParent(): DirectoryEntrySync;
473 interface DirectoryEntrySync extends EntrySync { interface
505 getDirectory(path: string, options?: Flags): DirectoryEntrySync;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/generated/
H A DJSDirectoryEntrySync.h32 class DirectoryEntrySync; variable
37 JSDirectoryEntrySync(JSC::Structure*, JSDOMGlobalObject*, PassRefPtr<DirectoryEntrySync>);
53 DirectoryEntrySync* impl() const in impl()
55 return static_cast<DirectoryEntrySync*>(Base::impl()); in impl()
61 JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, DirectoryEntrySync*);
62 DirectoryEntrySync* toDirectoryEntrySync(JSC::JSValue);
H A DJSDirectoryEntrySync.cpp152 …trySync(Structure* structure, JSDOMGlobalObject* globalObject, PassRefPtr<DirectoryEntrySync> impl) in JSDirectoryEntrySync()
190 DirectoryEntrySync* imp = static_cast<DirectoryEntrySync*>(castedThis->impl()); in jsDirectoryEntrySyncPrototypeFunctionCreateReader()
223 DirectoryEntrySync* imp = static_cast<DirectoryEntrySync*>(castedThis->impl()); in jsDirectoryEntrySyncPrototypeFunctionRemoveRecursively()
231 JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, DirectoryEntrySync* impl) in toJS()
236 DirectoryEntrySync* toDirectoryEntrySync(JSC::JSValue value) in toDirectoryEntrySync()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/bindings/js/
H A DJSDirectoryEntrySyncCustom.cpp67 DirectoryEntrySync* imp = static_cast<DirectoryEntrySync*>(impl()); in getFile()
84 DirectoryEntrySync* imp = static_cast<DirectoryEntrySync*>(impl()); in getDirectory()

12