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

/macosx-10.10/JavaScriptCore-7600.1.17/API/
H A DJSClassRef.h39 StaticValueEntry(JSObjectGetPropertyCallback _getProperty, JSObjectSetPropertyCallback _setProperty, JSPropertyAttributes _attributes, String& propertyName) argument
40 : getProperty(_getProperty), setProperty(_setProperty), attributes(_attributes), propertyNameRef(OpaqueJSString::create(propertyName))
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDLib/
H A DIOHIDDeviceClass.h171 static IOReturn _getProperty(void * self, CFStringRef key, CFTypeRef * pProperty);
H A DIOHIDDeviceClass.cpp1664 &IOHIDDeviceClass::_getProperty,
1692 IOReturn IOHIDDeviceClass::_getProperty(void * self, CFStringRef key, CFTypeRef * pProperty) function in class:IOHIDDeviceClass

Completed in 68 milliseconds