Home
last modified time | relevance | path

Searched defs:TransactionCallback (Results 1 – 7 of 7) sorted by relevance

/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.transaction/src/main/java/org/springframework/transaction/support/
H A DTransactionCallback.java35 public interface TransactionCallback<T> { interface
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/
H A DCanvasRenderer.h43 typedef void (*TransactionCallback)(void* closureData); typedef
140 typedef void (*TransactionCallback)(void* closureData); typedef
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/
H A DCanvasRenderer.h42 typedef void (*TransactionCallback)(void* closureData); typedef
148 typedef void (*TransactionCallback)(void* closureData); typedef
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/webdatabase/
H A Dinspector_database_agent.cc141 class TransactionCallback final : public SQLTransaction::OnProcessCallback { class
143 explicit TransactionCallback( in TransactionCallback() function in blink::__anon17f88b950111::TransactionCallback
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/webdatabase/
H A Dinspector_database_agent.cc140 class TransactionCallback final : public SQLTransaction::OnProcessCallback { class
142 explicit TransactionCallback( in TransactionCallback() function in blink::__anon65e87ffa0111::TransactionCallback
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/inspector/
H A DInspectorDatabaseAgent.cpp156 class TransactionCallback : public SQLTransactionCallback { class
178TransactionCallback(const String& sqlStatement, int transactionId, PassRefPtr<InspectorDatabaseAge… in TransactionCallback() function in WebCore::__anona4f1d4300111::TransactionCallback
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/
H A Dgnc-engine.h222 typedef gint (*TransactionCallback)(Transaction *t, void *data); typedef