Home | History | Annotate | Download | only in win

Lines Matching full:propertyname

63 static JSValueRef getDragModeCallback(JSContextRef context, JSObjectRef object, JSStringRef propertyName, JSValueRef* exception)
68 static bool setDragModeCallback(JSContextRef context, JSObjectRef object, JSStringRef propertyName, JSValueRef value, JSValueRef* exception)
74 static JSValueRef getConstantCallback(JSContextRef context, JSObjectRef object, JSStringRef propertyName, JSValueRef* exception)
76 if (JSStringIsEqualToUTF8CString(propertyName, "WM_KEYDOWN"))
78 if (JSStringIsEqualToUTF8CString(propertyName, "WM_KEYUP"))
80 if (JSStringIsEqualToUTF8CString(propertyName, "WM_CHAR"))
82 if (JSStringIsEqualToUTF8CString(propertyName, "WM_DEADCHAR"))
84 if (JSStringIsEqualToUTF8CString(propertyName, "WM_SYSKEYDOWN"))
86 if (JSStringIsEqualToUTF8CString(propertyName, "WM_SYSKEYUP"))
88 if (JSStringIsEqualToUTF8CString(propertyName, "WM_SYSCHAR"))
90 if (JSStringIsEqualToUTF8CString(propertyName, "WM_SYSDEADCHAR"))