Home
last modified time | relevance | path

Searched refs:RegisterCursor (Results 1 – 24 of 24) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/indexeddb/
H A Dindexed_db_dispatcher.h29 static void RegisterCursor(WebIDBCursorImpl* cursor);
H A Dindexed_db_dispatcher.cc24 void IndexedDBDispatcher::RegisterCursor(WebIDBCursorImpl* cursor) { in RegisterCursor() function in blink::IndexedDBDispatcher
H A Dweb_idb_cursor_impl.cc29 IndexedDBDispatcher::RegisterCursor(this); in WebIDBCursorImpl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/indexeddb/
H A Dindexed_db_dispatcher.h29 static void RegisterCursor(WebIDBCursorImpl* cursor);
H A Dindexed_db_dispatcher.cc24 void IndexedDBDispatcher::RegisterCursor(WebIDBCursorImpl* cursor) { in RegisterCursor() function in blink::IndexedDBDispatcher
H A Dweb_idb_cursor_impl.cc29 IndexedDBDispatcher::RegisterCursor(this); in WebIDBCursorImpl()
/dports/www/firefox/firefox-99.0/dom/indexedDB/
H A DIDBTransaction.h284 void RegisterCursor(IDBCursor& aCursor);
H A DIDBTransaction.cpp825 void IDBTransaction::RegisterCursor(IDBCursor& aCursor) { in RegisterCursor() function in mozilla::dom::IDBTransaction
H A DIDBCursor.cpp48 mTransaction->RegisterCursor(*this); in IDBCursor()
/dports/www/firefox-esr/firefox-91.8.0/dom/indexedDB/
H A DIDBTransaction.h315 void RegisterCursor(IDBCursor& aCursor);
H A DIDBCursor.cpp48 mTransaction->RegisterCursor(*this); in IDBCursor()
H A DIDBTransaction.cpp841 void IDBTransaction::RegisterCursor(IDBCursor& aCursor) { in RegisterCursor() function in mozilla::dom::IDBTransaction
/dports/lang/spidermonkey78/firefox-78.9.0/dom/indexedDB/
H A DIDBTransaction.h314 void RegisterCursor(IDBCursor* aCursor);
H A DIDBCursor.cpp48 mTransaction->RegisterCursor(this); in IDBCursor()
H A DIDBTransaction.cpp840 void IDBTransaction::RegisterCursor(IDBCursor* const aCursor) { in RegisterCursor() function in mozilla::dom::IDBTransaction
/dports/mail/thunderbird/thunderbird-91.8.0/dom/indexedDB/
H A DIDBTransaction.h315 void RegisterCursor(IDBCursor& aCursor);
H A DIDBCursor.cpp48 mTransaction->RegisterCursor(*this); in IDBCursor()
H A DIDBTransaction.cpp841 void IDBTransaction::RegisterCursor(IDBCursor& aCursor) { in RegisterCursor() function in mozilla::dom::IDBTransaction
/dports/devel/fpc-fcl-db/fpc-3.2.2/packages/fcl-db/src/sqldb/postgres/
H A Dpqconnection.pp26 Procedure RegisterCursor(Cursor : TPQCursor);
227 procedure TPQTrans.RegisterCursor(Cursor: TPQCursor);
893 TPQTrans(aTransaction.Handle).RegisterCursor(Cursor as TPQCursor);
1075 // RegisterCursor sets tr
1076 TPQTrans(aTransaction.Handle).RegisterCursor(Cursor as TPQCursor);
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-db/src/sqldb/postgres/
H A Dpqconnection.pp26 Procedure RegisterCursor(Cursor : TPQCursor);
227 procedure TPQTrans.RegisterCursor(Cursor: TPQCursor);
893 TPQTrans(aTransaction.Handle).RegisterCursor(Cursor as TPQCursor);
1075 // RegisterCursor sets tr
1076 TPQTrans(aTransaction.Handle).RegisterCursor(Cursor as TPQCursor);
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/AngelScript/
H A DUIAPI.cpp166 static void RegisterCursor(asIScriptEngine* engine) in RegisterCursor() function
811 RegisterCursor(engine); in RegisterUIAPI()
/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/bgrabitmap/
H A Dbgrapath.pas158 procedure RegisterCursor(ACursor: TBGRAPathCursor); procedure
1426 Path.RegisterCursor(self);
1982 procedure TBGRAPath.RegisterCursor(ACursor: TBGRAPathCursor); procedure
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/bgrabitmap/
H A Dbgrapath.pas158 procedure RegisterCursor(ACursor: TBGRAPathCursor); procedure
1426 Path.RegisterCursor(self);
1982 procedure TBGRAPath.RegisterCursor(ACursor: TBGRAPathCursor); procedure
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/s/query/
H A Dcluster_cursor_manager_test.cpp136 TEST_F(ClusterCursorManagerTest, RegisterCursor) { in TEST_F() argument