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

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDKeyboard.cpp104 OSNumber *xml_use_pc_keyboard; local
153 xml_use_pc_keyboard = (OSNumber*)provider->copyProperty("Use PC keyboard");
154 if (OSDynamicCast( OSNumber, xml_use_pc_keyboard ))
156 if ( xml_use_pc_keyboard->unsigned32BitValue())
170 OSSafeReleaseNULL(xml_use_pc_keyboard);

Completed in 59 milliseconds