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

/vbox/src/VBox/Main/include/
H A DSessionImpl.h143 SessionType_T mType; member in class:Session
H A DAdditionsFacilityImpl.h50 AdditionsFacilityType_T mType; member in struct:AdditionsFacility::FacilityInfo
91 AdditionsFacilityType_T mType; member in struct:AdditionsFacility::Data
H A DGuestCtrlImplPrivate.h170 FsObjType_T mType; member in struct:GuestFsObjData
H A DMachineImpl.h152 Utf8Str mType; member in struct:Machine::Data::Session
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DVBoxMediaComboBox.h40 UIMediumType type() const { return mType; }
74 UIMediumType mType; member in class:VBoxMediaComboBox
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileMac.h127 OSType mType, mCreator; member in class:nsLocalFile
/vbox/src/libs/xpcom18a4/ipc/ipcd/shared/src/
H A Dipcm.h117 PRUint32 mType; member in struct:ipcmMessageHeader
127 return ((const ipcmMessageHeader *) msg->Data())->mType;
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsVariant.h100 PRUint16 mType; member in struct:nsDiscriminatedUnion
/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DnsAutoLock.h132 nsAutoLockType mType; member in class:nsAutoLockBase
H A DnsTimerImpl.h138 PRUint8 mType; member in class:nsTimerImpl
/vbox/src/VBox/Frontends/VirtualBox/src/extensions/
H A DQIFileDialog.cpp190 : mType (aType), mLoop (aLoop), mResult (QString::null) {}
197 if (aEvent->type() == mType)
207 QEvent::Type mType; member in class:LoopObject
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DVfrUtilityLib.h109 UINT8 mType; member in struct:SVfrDataType
H A DVfrUtilityLib.cpp459 UINT8 mType; member in struct:__anon10272
655 if (Type->mType == EFI_IFR_TYPE_TIME) {
724 return Field->mFieldType->mType;
756 New->mType = gInternalTypesTable[Index].mType;
954 pNewType->mType = EFI_IFR_TYPE_OTHER;
1115 if (DataType == pDataType->mType) {
1171 Type = pType->mType;
/vbox/src/VBox/Main/src-all/
H A DEventImpl.cpp72 : mType(VBoxEventType_Invalid),
78 VBoxEventType_T mType; member in struct:VBoxEvent::Data
114 m->mType = aType;
148 m->mType = VBoxEventType_Invalid;
162 *aType = m->mType;
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxFBOverlay.h250 GLenum type() const {return mType; }
285 GLenum mType; member in class:VBoxVHWAColorFormat
1218 mType = VBOXVHWA_PIPECMD_VHWA;
1224 mType = VBOXVHWA_PIPECMD_PAINT;
1230 mType = VBOXVHWA_PIPECMD_FUNC;
1253 VBOXVHWA_PIPECMD_TYPE type() const {return mType;}
1260 VBOXVHWA_PIPECMD_TYPE mType; member in class:VBoxVHWACommandElement

Completed in 133 milliseconds