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

/macosx-10.9.5/WebCore-7537.78.1/bridge/qt/
H A Dqt_runtime.h111 // with the appropriate signal of 'sender'. When execute() is called, it will call JS 'receiverFunction'.
116 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
1459 , m_receiverFunction(receiverFunction)
1582 bool QtConnectionObject::match(JSContextRef context, QObject* sender, int signalIndex, JSObjectRef receiver, JSObjectRef receiverFunction) argument
1588 return receiverMatch && JSValueIsEqual(context, receiverFunction, m_receiverFunction, ignoredException);

Completed in 92 milliseconds