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

/macosx-10.9.5/WebCore-7537.78.1/bridge/qt/
H A Dqt_runtime.cpp1283 static JSStringRef disconnectStr = JSStringCreateWithUTF8CString("disconnect"); local
1297 JSObjectRef disconnectFunction = JSObjectMakeFunctionWithCallback(context, disconnectStr, disconnect);
1302 JSObjectSetProperty(context, object, disconnectStr, disconnectFunction, attributes, exception);

Completed in 116 milliseconds