Searched defs:properties (Results 1 - 25 of 57) sorted by relevance

123

/vbox/src/VBox/Frontends/VirtualBox/src/settings/
H A DUISettingsDialogSpecific.cpp203 /* Get properties and settings: */
204 CSystemProperties properties = vboxGlobal().virtualBox().GetSystemProperties(); local
208 UISettingsDataGlobal data(properties, settings);
217 /* Get properties and settings: */
218 CSystemProperties properties = vboxGlobal().virtualBox().GetSystemProperties(); local
222 UISettingsDataGlobal data(properties, settings);
228 /* Get updated properties & settings: */
231 /* If properties are not OK => show the error: */
H A DUISettingsPage.h54 UISettingsDataGlobal(const CSystemProperties &properties, const VBoxGlobalSettings &settings) argument
55 : m_properties(properties), m_settings(settings) {}
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsSystem.cpp609 CSystemProperties properties = vboxGlobal().virtualBox().GetSystemProperties(); local
638 int iPossibleBootListSize = qMin((ULONG)4, properties.GetMaxBootPosition());
677 CSystemProperties properties = vboxGlobal().virtualBox().GetSystemProperties(); local
679 m_uMinGuestCPU = properties.GetMinGuestCPUCount();
680 m_uMaxGuestCPU = qMin(2 * hostCPUs, (uint)properties.GetMaxGuestCPUCount());
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Drandrstr.h140 RRPropertyPtr properties; member in struct:_rrOutput
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Drandrstr.h140 RRPropertyPtr properties; member in struct:_rrOutput
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Drandrstr.h140 RRPropertyPtr properties; member in struct:_rrOutput
H A Dxkbgeom.h287 XkbPropertyPtr properties; member in struct:_XkbGeometry
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Drandrstr.h152 RRPropertyPtr properties; member in struct:_rrOutput
H A Dxkbgeom.h287 XkbPropertyPtr properties; member in struct:_XkbGeometry
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Drandrstr.h152 RRPropertyPtr properties; member in struct:_rrOutput
H A Dxkbgeom.h287 XkbPropertyPtr properties; member in struct:_XkbGeometry
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Drandrstr.h152 RRPropertyPtr properties; member in struct:_rrOutput
H A Dxkbgeom.h287 XkbPropertyPtr properties; member in struct:_XkbGeometry
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Drandrstr.h150 RRPropertyPtr properties; member in struct:_rrOutput
H A Dxkbgeom.h287 XkbPropertyPtr properties; member in struct:_XkbGeometry
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Drandrstr.h150 RRPropertyPtr properties; member in struct:_rrOutput
H A Dxkbgeom.h287 XkbPropertyPtr properties; member in struct:_XkbGeometry
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Drandrstr.h150 RRPropertyPtr properties; member in struct:_rrOutput
H A Dxkbgeom.h287 XkbPropertyPtr properties; member in struct:_XkbGeometry
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Drandrstr.h150 RRPropertyPtr properties; member in struct:_rrOutput
/vbox/src/VBox/Devices/Audio/
H A DDrvHostCoreAudio.cpp330 static OSStatus drvHostCoreAudioPlaybackAudioDevicePropertyChanged(AudioObjectID propertyID, UInt32 nAddresses, const AudioObjectPropertyAddress properties[], void *pvUser);
336 const AudioObjectPropertyAddress properties[],
408 /* Callback for getting notified when some of the properties of an audio device has changed. */
1371 /* Callback for getting notified when some of the properties of an audio device has changed. */
1374 const AudioObjectPropertyAddress properties[],
334 drvHostCoreAudioDefaultDeviceChanged(AudioObjectID propertyID, UInt32 nAddresses, const AudioObjectPropertyAddress properties[], void *pvUser) argument
1372 drvHostCoreAudioPlaybackAudioDevicePropertyChanged(AudioObjectID propertyID, UInt32 nAddresses, const AudioObjectPropertyAddress properties[], void *pvUser) argument
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Drandrstr.h154 RRPropertyPtr properties; member in struct:_rrOutput
165 RRPropertyPtr properties; member in struct:_rrProvider
H A Dxkbgeom.h277 XkbPropertyPtr properties; member in struct:_XkbGeometry
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Drandrstr.h154 RRPropertyPtr properties; member in struct:_rrOutput
165 RRPropertyPtr properties; member in struct:_rrProvider
H A Dxkbgeom.h277 XkbPropertyPtr properties; member in struct:_XkbGeometry

Completed in 97 milliseconds

123