Searched defs:aOn (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsParallel.cpp152 void UIMachineSettingsParallel::mGbParallelToggled (bool aOn) argument
154 if (aOn)
H A DUIMachineSettingsSerial.cpp178 void UIMachineSettingsSerial::mGbSerialToggled (bool aOn) argument
180 if (aOn)
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DVBoxFilePathSelectorWidget.cpp125 void VBoxFilePathSelectorWidget::setEditable (bool aOn) argument
127 mIsEditable = aOn;
620 void VBoxEmptyFileSelector::setEditable (bool aOn) argument
629 if (aOn)
651 void VBoxEmptyFileSelector::setChooserVisible (bool aOn) argument
653 mSelectButton->setVisible (aOn);

Completed in 55 milliseconds