Home
last modified time | relevance | path

Searched refs:IDBFactory (Results 1 – 25 of 378) sorted by relevance

12345678910>>...16

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/indexedDB/
H A DIDBFactory.cpp59 RefPtr<IDBFactory> mFactory;
95 IDBFactory::IDBFactory() in IDBFactory() function in mozilla::dom::IDBFactory
108 IDBFactory::~IDBFactory() in ~IDBFactory()
167 RefPtr<IDBFactory> factory = new IDBFactory(); in CreateForWindow()
298 RefPtr<IDBFactory> factory = new IDBFactory(); in CreateForJSInternal()
427 IDBFactory::OwningThread() const in OwningThread()
436 IDBFactory::IsChrome() const in IsChrome()
454 IDBFactory::Open(JSContext* aCx, in Open()
469 IDBFactory::Open(JSContext* aCx, in Open()
916 RefPtr<IDBFactory> factory; in NS_IMPL_ISUPPORTS()
[all …]
H A DIDBFactory.h48 class IDBFactory final
86 IDBFactory** aFactory);
91 IDBFactory** aFactory);
98 IDBFactory** aFactory);
207 NS_DECL_CYCLE_COLLECTION_SCRIPT_HOLDER_CLASS(IDBFactory)
214 IDBFactory();
215 ~IDBFactory();
221 IDBFactory** aFactory);
228 IDBFactory** aFactory);
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/IndexedDB/
H A Didlharness.any.js.ini2 …[IDBFactory interface: [object IDBFactory\] must inherit property "databases()" with the proper ty…
5 [IDBFactory interface: operation databases()]
13 …[IDBFactory interface: [object IDBFactory\] must inherit property "databases()" with the proper ty…
16 [IDBFactory interface: operation databases()]
24 …[IDBFactory interface: [object IDBFactory\] must inherit property "databases()" with the proper ty…
27 [IDBFactory interface: operation databases()]
38 …[IDBFactory interface: [object IDBFactory\] must inherit property "databases()" with the proper ty…
41 [IDBFactory interface: operation databases()]
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/IndexedDB/
H A Didlharness.any.js.ini2 …[IDBFactory interface: [object IDBFactory\] must inherit property "databases()" with the proper ty…
5 [IDBFactory interface: operation databases()]
13 …[IDBFactory interface: [object IDBFactory\] must inherit property "databases()" with the proper ty…
16 [IDBFactory interface: operation databases()]
24 …[IDBFactory interface: [object IDBFactory\] must inherit property "databases()" with the proper ty…
27 [IDBFactory interface: operation databases()]
38 …[IDBFactory interface: [object IDBFactory\] must inherit property "databases()" with the proper ty…
41 [IDBFactory interface: operation databases()]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/IndexedDB/
H A Didlharness.any.js.ini2 …[IDBFactory interface: [object IDBFactory\] must inherit property "databases()" with the proper ty…
5 [IDBFactory interface: operation databases()]
13 …[IDBFactory interface: [object IDBFactory\] must inherit property "databases()" with the proper ty…
16 [IDBFactory interface: operation databases()]
24 …[IDBFactory interface: [object IDBFactory\] must inherit property "databases()" with the proper ty…
27 [IDBFactory interface: operation databases()]
38 …[IDBFactory interface: [object IDBFactory\] must inherit property "databases()" with the proper ty…
41 [IDBFactory interface: operation databases()]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/meta/IndexedDB/
H A Didlharness.any.js.ini2 …[IDBFactory interface: [object IDBFactory\] must inherit property "databases()" with the proper ty…
5 [IDBFactory interface: operation databases()]
13 …[IDBFactory interface: [object IDBFactory\] must inherit property "databases()" with the proper ty…
16 [IDBFactory interface: operation databases()]
24 …[IDBFactory interface: [object IDBFactory\] must inherit property "databases()" with the proper ty…
27 [IDBFactory interface: operation databases()]
38 …[IDBFactory interface: [object IDBFactory\] must inherit property "databases()" with the proper ty…
41 [IDBFactory interface: operation databases()]
/dports/www/firefox-esr/firefox-91.8.0/dom/indexedDB/
H A DIDBFactory.cpp105 struct IDBFactory::PendingRequestInfo {
117 IDBFactory::IDBFactory(const IDBFactoryGuard&) in IDBFactory() function in mozilla::dom::IDBFactory
127 IDBFactory::~IDBFactory() { in ~IDBFactory()
137 Result<RefPtr<IDBFactory>, nsresult> IDBFactory::CreateForWindow( in CreateForWindow()
147 return RefPtr<IDBFactory>{}; in CreateForWindow()
194 Result<RefPtr<IDBFactory>, nsresult> IDBFactory::CreateForMainThreadJS( in CreateForMainThreadJS()
225 Result<RefPtr<IDBFactory>, nsresult> IDBFactory::CreateForWorker( in CreateForWorker()
237 Result<RefPtr<IDBFactory>, nsresult> IDBFactory::CreateForMainThreadJSInternal( in CreateForMainThreadJSInternal()
254 Result<RefPtr<IDBFactory>, nsresult> IDBFactory::CreateInternal( in CreateInternal()
264 return RefPtr<IDBFactory>{}; in CreateInternal()
[all …]
H A DIDBFactory.h52 class IDBFactory final : public nsISupports, public nsWrapperCache {
83 explicit IDBFactory(const IDBFactoryGuard&);
85 static Result<RefPtr<IDBFactory>, nsresult> CreateForWindow(
88 static Result<RefPtr<IDBFactory>, nsresult> CreateForMainThreadJS(
91 static Result<RefPtr<IDBFactory>, nsresult> CreateForWorker(
100 void AssertIsOnOwningThread() const { NS_ASSERT_OWNINGTHREAD(IDBFactory); } in AssertIsOnOwningThread()
180 NS_DECL_CYCLE_COLLECTION_SCRIPT_HOLDER_CLASS(IDBFactory)
187 ~IDBFactory();
189 static Result<RefPtr<IDBFactory>, nsresult> CreateForMainThreadJSInternal(
192 static Result<RefPtr<IDBFactory>, nsresult> CreateInternal(
/dports/lang/spidermonkey78/firefox-78.9.0/dom/indexedDB/
H A DIDBFactory.cpp103 struct IDBFactory::PendingRequestInfo {
115 IDBFactory::IDBFactory(const IDBFactoryGuard&) in IDBFactory() function in mozilla::dom::IDBFactory
125 IDBFactory::~IDBFactory() { in ~IDBFactory()
135 Result<RefPtr<IDBFactory>, nsresult> IDBFactory::CreateForWindow( in CreateForWindow()
145 return RefPtr<IDBFactory>{}; in CreateForWindow()
192 Result<RefPtr<IDBFactory>, nsresult> IDBFactory::CreateForMainThreadJS( in CreateForMainThreadJS()
223 Result<RefPtr<IDBFactory>, nsresult> IDBFactory::CreateForWorker( in CreateForWorker()
235 Result<RefPtr<IDBFactory>, nsresult> IDBFactory::CreateForMainThreadJSInternal( in CreateForMainThreadJSInternal()
252 Result<RefPtr<IDBFactory>, nsresult> IDBFactory::CreateInternal( in CreateInternal()
262 return RefPtr<IDBFactory>{}; in CreateInternal()
[all …]
H A DIDBFactory.h52 class IDBFactory final : public nsISupports, public nsWrapperCache {
83 explicit IDBFactory(const IDBFactoryGuard&);
85 static Result<RefPtr<IDBFactory>, nsresult> CreateForWindow(
88 static Result<RefPtr<IDBFactory>, nsresult> CreateForMainThreadJS(
91 static Result<RefPtr<IDBFactory>, nsresult> CreateForWorker(
100 void AssertIsOnOwningThread() const { NS_ASSERT_OWNINGTHREAD(IDBFactory); } in AssertIsOnOwningThread()
180 NS_DECL_CYCLE_COLLECTION_SCRIPT_HOLDER_CLASS(IDBFactory)
187 ~IDBFactory();
189 static Result<RefPtr<IDBFactory>, nsresult> CreateForMainThreadJSInternal(
192 static Result<RefPtr<IDBFactory>, nsresult> CreateInternal(
/dports/www/firefox/firefox-99.0/dom/indexedDB/
H A DIDBFactory.cpp101 struct IDBFactory::PendingRequestInfo {
113 IDBFactory::IDBFactory(const IDBFactoryGuard&) in IDBFactory() function in mozilla::dom::IDBFactory
123 IDBFactory::~IDBFactory() { in ~IDBFactory()
133 Result<RefPtr<IDBFactory>, nsresult> IDBFactory::CreateForWindow( in CreateForWindow()
143 return RefPtr<IDBFactory>{}; in CreateForWindow()
190 Result<RefPtr<IDBFactory>, nsresult> IDBFactory::CreateForMainThreadJS( in CreateForMainThreadJS()
221 Result<RefPtr<IDBFactory>, nsresult> IDBFactory::CreateForWorker( in CreateForWorker()
233 Result<RefPtr<IDBFactory>, nsresult> IDBFactory::CreateForMainThreadJSInternal( in CreateForMainThreadJSInternal()
250 Result<RefPtr<IDBFactory>, nsresult> IDBFactory::CreateInternal( in CreateInternal()
260 return RefPtr<IDBFactory>{}; in CreateInternal()
[all …]
H A DIDBFactory.h52 class IDBFactory final : public nsISupports, public nsWrapperCache {
83 explicit IDBFactory(const IDBFactoryGuard&);
85 static Result<RefPtr<IDBFactory>, nsresult> CreateForWindow(
88 static Result<RefPtr<IDBFactory>, nsresult> CreateForMainThreadJS(
91 static Result<RefPtr<IDBFactory>, nsresult> CreateForWorker(
100 void AssertIsOnOwningThread() const { NS_ASSERT_OWNINGTHREAD(IDBFactory); } in AssertIsOnOwningThread()
180 NS_DECL_CYCLE_COLLECTION_SCRIPT_HOLDER_CLASS(IDBFactory)
187 ~IDBFactory();
189 static Result<RefPtr<IDBFactory>, nsresult> CreateForMainThreadJSInternal(
192 static Result<RefPtr<IDBFactory>, nsresult> CreateInternal(
/dports/mail/thunderbird/thunderbird-91.8.0/dom/indexedDB/
H A DIDBFactory.cpp105 struct IDBFactory::PendingRequestInfo {
117 IDBFactory::IDBFactory(const IDBFactoryGuard&) in IDBFactory() function in mozilla::dom::IDBFactory
127 IDBFactory::~IDBFactory() { in ~IDBFactory()
137 Result<RefPtr<IDBFactory>, nsresult> IDBFactory::CreateForWindow( in CreateForWindow()
147 return RefPtr<IDBFactory>{}; in CreateForWindow()
194 Result<RefPtr<IDBFactory>, nsresult> IDBFactory::CreateForMainThreadJS( in CreateForMainThreadJS()
225 Result<RefPtr<IDBFactory>, nsresult> IDBFactory::CreateForWorker( in CreateForWorker()
237 Result<RefPtr<IDBFactory>, nsresult> IDBFactory::CreateForMainThreadJSInternal( in CreateForMainThreadJSInternal()
254 Result<RefPtr<IDBFactory>, nsresult> IDBFactory::CreateInternal( in CreateInternal()
264 return RefPtr<IDBFactory>{}; in CreateInternal()
[all …]
H A DIDBFactory.h52 class IDBFactory final : public nsISupports, public nsWrapperCache {
83 explicit IDBFactory(const IDBFactoryGuard&);
85 static Result<RefPtr<IDBFactory>, nsresult> CreateForWindow(
88 static Result<RefPtr<IDBFactory>, nsresult> CreateForMainThreadJS(
91 static Result<RefPtr<IDBFactory>, nsresult> CreateForWorker(
100 void AssertIsOnOwningThread() const { NS_ASSERT_OWNINGTHREAD(IDBFactory); } in AssertIsOnOwningThread()
180 NS_DECL_CYCLE_COLLECTION_SCRIPT_HOLDER_CLASS(IDBFactory)
187 ~IDBFactory();
189 static Result<RefPtr<IDBFactory>, nsresult> CreateForMainThreadJSInternal(
192 static Result<RefPtr<IDBFactory>, nsresult> CreateInternal(
/dports/lang/spidermonkey60/firefox-60.9.0/dom/indexedDB/
H A DIDBFactory.cpp58 struct IDBFactory::PendingRequestInfo {
70 IDBFactory::IDBFactory() in IDBFactory() function in mozilla::dom::IDBFactory
79 IDBFactory::~IDBFactory() { in ~IDBFactory()
135 RefPtr<IDBFactory> factory = new IDBFactory(); in CreateForWindow()
230 nsresult IDBFactory::CreateForJSInternal( in CreateForJSInternal()
233 IDBFactory** aFactory) { in CreateForJSInternal()
250 RefPtr<IDBFactory> factory = new IDBFactory(); in CreateForJSInternal()
377 bool IDBFactory::IsChrome() const { in IsChrome()
776 NS_IMPL_CYCLE_COLLECTING_ADDREF(IDBFactory)
777 NS_IMPL_CYCLE_COLLECTING_RELEASE(IDBFactory)
[all …]
H A DIDBFactory.h51 class IDBFactory final : public nsISupports, public nsWrapperCache {
83 IDBFactory** aFactory);
87 IDBFactory** aFactory);
93 IDBFactory** aFactory);
100 void AssertIsOnOwningThread() const { NS_ASSERT_OWNINGTHREAD(IDBFactory); } in AssertIsOnOwningThread()
180 NS_DECL_CYCLE_COLLECTION_SCRIPT_HOLDER_CLASS(IDBFactory)
187 IDBFactory();
188 ~IDBFactory();
192 nsAutoPtr<PrincipalInfo>& aPrincipalInfo, IDBFactory** aFactory);
198 IDBFactory** aFactory);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/storage/
H A DIDBFactory.h49 class IDBFactory : public RefCounted<IDBFactory> {
51 static PassRefPtr<IDBFactory> create(IDBFactoryBackendInterface* factory) in create()
53 return adoptRef(new IDBFactory(factory)); in create()
55 ~IDBFactory();
60 IDBFactory(IDBFactoryBackendInterface*);
H A DIDBFactory.cpp50 IDBFactory::IDBFactory(IDBFactoryBackendInterface* factory) in IDBFactory() function in WebCore::IDBFactory
57 IDBFactory::~IDBFactory() in ~IDBFactory()
61 PassRefPtr<IDBRequest> IDBFactory::open(ScriptExecutionContext* context, const String& name, Except… in open()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/indexeddb/
H A Didb_factory.cc215 IDBFactory::IDBFactory() = default;
216 IDBFactory::~IDBFactory() = default;
225 void IDBFactory::SetFactoryForTesting( in SetFactoryForTesting()
226 mojo::Remote<mojom::blink::IDBFactory> factory) { in SetFactoryForTesting()
230 mojo::Remote<mojom::blink::IDBFactory>& IDBFactory::GetFactory( in GetFactory()
233 mojo::PendingRemote<mojom::blink::IDBFactory> factory; in GetFactory()
410 IDBOpenDBRequest* IDBFactory::DeleteDatabaseInternal( in DeleteDatabaseInternal()
452 int16_t IDBFactory::cmp(ScriptState* script_state, in cmp()
483 bool IDBFactory::AllowIndexedDB(ScriptState* script_state) { in AllowIndexedDB()
519 IDBFactory::GetDatabaseCallbacksProxy( in GetDatabaseCallbacksProxy()
[all …]
H A Didb_factory.h51 class MODULES_EXPORT IDBFactory final : public ScriptWrappable {
55 IDBFactory();
56 ~IDBFactory() override;
80 void SetFactoryForTesting(mojo::Remote<mojom::blink::IDBFactory> factory);
84 mojo::Remote<mojom::blink::IDBFactory>& GetFactory(
106 mojo::Remote<mojom::blink::IDBFactory> factory_;
H A Dglobal_indexed_db.cc36 IDBFactory* IdbFactory(T& fetching_scope) { in IdbFactory()
38 idb_factory_ = MakeGarbageCollected<IDBFactory>(); in IdbFactory()
48 Member<IDBFactory> idb_factory_;
57 IDBFactory* GlobalIndexedDB::indexedDB(LocalDOMWindow& window) { in indexedDB()
61 IDBFactory* GlobalIndexedDB::indexedDB(WorkerGlobalScope& worker) { in indexedDB()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/utils/idbdatafile/
H A DIDBFactory.cpp46 IDBFactory::FactoryMap IDBFactory::s_plugins;
48 bool IDBFactory::installDefaultPlugins() in installDefaultPlugins()
63 bool IDBFactory::installPlugin(const std::string& plugin) in installPlugin()
103 vector<IDBDataFile::Types> IDBFactory::listPlugins() in listPlugins()
111 IDBDataFile* IDBFactory::open(IDBDataFile::Types type, const char* fname, const char* mode, unsigne… in open()
123 IDBFileSystem& IDBFactory::getFs(IDBDataFile::Types type) in getFs()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/utils/idbdatafile/
H A DIDBFactory.cpp46 IDBFactory::FactoryMap IDBFactory::s_plugins;
48 bool IDBFactory::installDefaultPlugins() in installDefaultPlugins()
63 bool IDBFactory::installPlugin(const std::string& plugin) in installPlugin()
103 vector<IDBDataFile::Types> IDBFactory::listPlugins() in listPlugins()
111 IDBDataFile* IDBFactory::open(IDBDataFile::Types type, const char* fname, const char* mode, unsigne… in open()
123 IDBFileSystem& IDBFactory::getFs(IDBDataFile::Types type) in getFs()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/indexeddb/
H A Didb_factory.cc200 IDBFactory::IDBFactory() = default;
202 IDBFactory::IDBFactory(std::unique_ptr<WebIDBFactory> web_idb_factory) in IDBFactory() function in blink::IDBFactory
229 ScriptPromise IDBFactory::GetDatabaseInfo(ScriptState* script_state, in GetDatabaseInfo()
272 IDBRequest* IDBFactory::GetDatabaseNames(ScriptState* script_state, in GetDatabaseNames()
310 IDBOpenDBRequest* IDBFactory::open(ScriptState* script_state, in open()
376 IDBOpenDBRequest* IDBFactory::open(ScriptState* script_state, in open()
390 IDBOpenDBRequest* IDBFactory::CloseConnectionsAndDeleteDatabase( in CloseConnectionsAndDeleteDatabase()
399 IDBOpenDBRequest* IDBFactory::DeleteDatabaseInternal( in DeleteDatabaseInternal()
443 int16_t IDBFactory::cmp(ScriptState* script_state, in cmp()
474 bool IDBFactory::AllowIndexedDB(ScriptState* script_state) { in AllowIndexedDB()
[all …]
H A Dglobal_indexed_db.cc38 IDBFactory* IdbFactory(T& fetching_scope) { in IdbFactory()
40 idb_factory_ = MakeGarbageCollected<IDBFactory>(); in IdbFactory()
50 Member<IDBFactory> idb_factory_;
59 IDBFactory* GlobalIndexedDB::indexedDB(LocalDOMWindow& window) { in indexedDB()
63 IDBFactory* GlobalIndexedDB::indexedDB(WorkerGlobalScope& worker) { in indexedDB()

12345678910>>...16