Searched refs:IndicatorType_SharedFolders (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/normal/
H A DUIMachineWindowNormal.cpp199 case IndicatorType_SharedFolders: pAction = actionPool()->action(UIActionIndexRT_M_Devices_M_SharedFolders); break;
527 m_pIndicatorsPool->updateAppearance(IndicatorType_SharedFolders);
/vbox/src/VBox/Frontends/VirtualBox/src/extradata/
H A DUIExtraDataDefs.h584 IndicatorType_SharedFolders, enumerator in enum:IndicatorType
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIIndicatorsPool.cpp1091 if (m_pool.contains(IndicatorType_SharedFolders))
1114 case KDeviceType_SharedFolder: pIndicator = m_pool.value(IndicatorType_SharedFolders); break;
1257 case IndicatorType_SharedFolders: m_pool[indicatorType] = new UIIndicatorSharedFolders(m_pSession); break;
/vbox/src/VBox/Frontends/VirtualBox/src/converter/
H A DUIConverterBackendGlobal.cpp1247 case IndicatorType_SharedFolders: strResult = "SharedFolders"; break;
1273 keys << "SharedFolders"; values << IndicatorType_SharedFolders; local
1296 case IndicatorType_SharedFolders: return UIIconPool::iconSet(":/sf_16px.png");

Completed in 65 milliseconds