Home
last modified time | relevance | path

Searched refs:loadStartedEvent (Results 1 – 4 of 4) sorted by relevance

/dports/net-im/psi/psi-1.5/src/
H A Dwebview.h95 void loadStartedEvent();
H A Dwebview.cpp77 connect(page(), SIGNAL(loadStarted()), this, SLOT(loadStartedEvent())); in WebView()
87 void WebView::loadStartedEvent() in loadStartedEvent() function in WebView
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/modules/objects/
H A DKvsObject_webView.h126 bool loadStartedEvent(KviKvsObjectFunctionCall * c);
H A DKvsObject_webView.cpp368 KVSO_REGISTER_HANDLER_BY_NAME(KvsObject_webView, loadStartedEvent)
1193 KVSO_CLASS_FUNCTION(webView, loadStartedEvent) in KVSO_CLASS_FUNCTION() argument