Home
last modified time | relevance | path

Searched defs:StartupCallback (Results 1 – 21 of 21) sorted by relevance

/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqhooks_p.h76 typedef void(*StartupCallback)(); typedef
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqhooks_p.h76 typedef void(*StartupCallback)(); typedef
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqhooks_p.h76 typedef void(*StartupCallback)(); typedef
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqhooks_p.h76 typedef void(*StartupCallback)(); typedef
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqhooks_p.h76 typedef void(*StartupCallback)(); typedef
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqhooks_p.h76 typedef void(*StartupCallback)(); typedef
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqhooks_p.h76 typedef void(*StartupCallback)(); typedef
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqhooks_p.h76 typedef void(*StartupCallback)(); typedef
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqhooks_p.h76 typedef void(*StartupCallback)(); typedef
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqhooks_p.h76 typedef void(*StartupCallback)(); typedef
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqhooks_p.h76 typedef void(*StartupCallback)(); typedef
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqhooks_p.h76 typedef void(*StartupCallback)(); typedef
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqhooks_p.h76 typedef void(*StartupCallback)(); typedef
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqhooks_p.h76 typedef void(*StartupCallback)(); typedef
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqhooks_p.h76 typedef void(*StartupCallback)(); typedef
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqhooks_p.h76 typedef void(*StartupCallback)(); typedef
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqhooks_p.h76 typedef void(*StartupCallback)(); typedef
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqhooks_p.h76 typedef void(*StartupCallback)(); typedef
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqhooks_p.h76 typedef void(*StartupCallback)(); typedef
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/src/
H A Dconnector.cpp47 class StartupCallback : public SimpleRequestCallback { class
64 StartupCallback::StartupCallback(Connector* connector, const Request::ConstPtr& request) in StartupCallback() function in StartupCallback
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/android/java/src/org/chromium/content_public/browser/
H A DBrowserStartupController.java25 interface StartupCallback { interface