Searched refs:senderInstance (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/bridge/qt/
H A Dqt_runtime.h116 QtConnectionObject(JSContextRef, PassRefPtr<QtInstance> senderInstance, int signalIndex, JSObjectRef receiver, JSObjectRef receiverFunction);
H A Dqt_runtime.cpp1453 QtConnectionObject::QtConnectionObject(JSContextRef context, PassRefPtr<QtInstance> senderInstance, int signalIndex, JSObjectRef receiver, JSObjectRef receiverFunction) argument
1454 : QObject(senderInstance->getObject())
1456 , m_rootObject(senderInstance->rootObject())

Completed in 117 milliseconds