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

/vbox/src/VBox/Frontends/VirtualBox/src/net/
H A DUIUpdateDefs.cpp137 case BranchAllRelease:
181 branch == "allrelease" ? BranchAllRelease : BranchStable;
218 m_branchIndex == BranchAllRelease ? "allrelease" : "stable";
H A DUIUpdateDefs.h65 BranchAllRelease = 1, enumerator in enum:VBoxUpdateData::BranchType
/vbox/src/VBox/Frontends/VirtualBox/src/settings/global/
H A DUIGlobalSettingsUpdate.cpp77 else if (m_cache.m_branchIndex == VBoxUpdateData::BranchAllRelease)
184 return VBoxUpdateData::BranchAllRelease;

Completed in 79 milliseconds