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

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUISession.cpp1347 const bool fEnabledGlobally = !vboxGlobal().settings().isFeatureActive("noMenuBar"); local
1349 const bool fEnabled = fEnabledGlobally && fEnabledForMachine;
1361 const bool fEnabledGlobally = !vboxGlobal().settings().isFeatureActive("noStatusBar"); local
1363 const bool fEnabled = fEnabledGlobally && fEnabledForMachine;

Completed in 47 milliseconds