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

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/IOKit/hidsystem/
H A DIOHIDevice.h63 virtual bool updateProperties(void);
H A DIOHIKeyboard.h189 virtual bool updateProperties( void );
H A DIOHIKeyboardMapper.h186 virtual bool updateProperties (void);
H A DIOHIPointing.h195 virtual bool updateProperties( void );
/macosx-10.10/Chess-310.6/Sources/
H A DMBCGameInfo.h82 - (IBAction) updateProperties:(id)sender;
H A DMBCGameInfo.mm419 - (IBAction) updateProperties:(id)sender
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDevice.cpp84 updateProperties();
133 bool IOHIDevice::updateProperties( void ) function in class:IOHIDevice
H A DIOHIKeyboard.cpp250 bool IOHIKeyboard::updateProperties( void ) function in class:IOHIKeyboard
256 return( ok & super::updateProperties() );
345 updateProperties();
397 updateProperties();
H A DIOHIPointing.cpp983 updateProperties();
1356 bool IOHIPointing::updateProperties( void ) function in class:IOHIPointing
1367 return( ok & super::updateProperties() );
1540 updateProperties();
H A DIOHIKeyboardMapper.cpp1193 bool IOHIKeyboardMapper::updateProperties( void ) function in class:IOHIKeyboardMapper
1506 // right now updateProperties does nothing interesting
1508 updateProperties();
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DObjectPropertiesSection.js51 self.updateProperties(properties);
59 updateProperties: function(properties, rootTreeElementConstructor, rootPropertyComparer) method in class:WebInspector.ObjectPropertiesSection

Completed in 192 milliseconds