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

/macosx-10.9.5/IOHIDFamily-503.215.2/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 111 milliseconds