Searched refs:mType (Results 1 - 25 of 29) sorted by relevance

12

/vbox/src/VBox/Main/src-client/
H A DSessionImpl.cpp87 mType = SessionType_Null;
150 *aType = mType;
217 LogFlowThisFunc(("mState=%d, mType=%d\n", mState, mType));
246 AssertMsgReturn(mType == SessionType_WriteLock && !!mConsole,
271 AssertReturn(mType == SessionType_WriteLock, VBOX_E_INVALID_OBJECT_STATE);
304 AssertReturn(mType == SessionType_Null, VBOX_E_INVALID_OBJECT_STATE);
305 mType = SessionType_Remote;
368 mType = SessionType_WriteLock;
435 if (mType !
[all...]
H A DAdditionsFacilityImpl.cpp75 mData.mType = a_enmFacility;
160 if (s_aFacilityInfo[i].mType == aType)
168 return AdditionsFacility::i_typeToInfo(mData.mType).mClass;
173 return AdditionsFacility::i_typeToInfo(mData.mType).mName;
196 return mData.mType;
H A DGuestFsObjInfoImpl.cpp280 *aType = mData.mType;
H A DGuestCtrlPrivate.cpp309 mType = FsObjType_File;
311 mType = FsObjType_Directory;
314 mType = FsObjType_Undefined;
375 mType = FsObjType_File;
377 mType = FsObjType_Directory;
380 mType = FsObjType_Undefined;
/vbox/src/VBox/Main/include/
H A DAdditionsFacilityImpl.h50 AdditionsFacilityType_T mType; member in struct:AdditionsFacility::FacilityInfo
91 AdditionsFacilityType_T mType; member in struct:AdditionsFacility::Data
H A DSessionImpl.h143 SessionType_T mType; member in class:Session
H A DGuestCtrlImplPrivate.h170 FsObjType_T mType; member in struct:GuestFsObjData
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DVBoxMediaComboBox.h40 UIMediumType type() const { return mType; }
74 UIMediumType mType; member in class:VBoxMediaComboBox
H A DVBoxMediaComboBox.cpp36 , mType (UIMediumType_Invalid)
79 if (count() > 1 && (!mShowNullItem || mType == UIMediumType_HardDisk))
138 mType = aType;
186 if (!medium.isNull() && medium.type() != mType)
210 if (!medium.isNull() && medium.type() != mType)
281 aMedium.toolTipCheckRO (!mShowDiffs, mShowNullItem && mType != UIMediumType_HardDisk)));
293 mMedia [aIndex].toolTip = aMedium.toolTipCheckRO (!mShowDiffs, mShowNullItem && mType != UIMediumType_HardDisk);
/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DnsTimerImpl.cpp237 mType = (PRUint8)aType;
294 if (mTimeout != 0 && mType == TYPE_REPEATING_PRECISE)
313 mType = (PRUint8)aType;
315 // repeating timers. we need to ensure in Fire() that if mType has changed
322 *aType = mType;
363 PR_LOG(gTimerLog, PR_LOG_DEBUG, ("[this=%p] (mType is %d) -------\n", this, mType));
372 if (mType == TYPE_REPEATING_PRECISE) {
406 if (mType == TYPE_REPEATING_SLACK) {
490 if (mType
[all...]
H A DnsTimerImpl.h138 PRUint8 mType; member in class:nsTimerImpl
H A DnsAutoLock.h132 nsAutoLockType mType; member in class:nsAutoLockBase
H A DnsAutoLock.cpp289 LockTypeNames[stackTop->mType],
309 mType = type;
/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;
H A Dipcm.cpp108 PRUint32 mType;
121 hdr.mType = MSG_TYPE;
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsVariant.cpp89 switch(inData.mType)
96 outData->mType = nsIDataType::VTYPE_INT32; \
114 outData->mType = nsIDataType::VTYPE_INT32;
124 outData->mType = nsIDataType::VTYPE_DOUBLE;
128 outData->mType = nsIDataType::VTYPE_DOUBLE;
132 outData->mType = nsIDataType::VTYPE_DOUBLE;
139 outData->mType = nsIDataType::VTYPE_DOUBLE;
146 outData->mType = nsIDataType::VTYPE_DOUBLE;
153 outData->mType = nsIDataType::VTYPE_DOUBLE;
160 outData->mType
[all...]
H A DnsVariant.h100 PRUint16 mType; member in struct:nsDiscriminatedUnion
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileMac.h127 OSType mType, mCreator; member in class:nsLocalFile
H A DnsLocalFileMac.cpp932 mType('TEXT'),
955 mType('TEXT'),
974 mType = rhs.mType;
1247 mType = (mode[1] == 'b') ? 'BiNA' : 'TEXT';
1302 err = ::FSpCreate(&newSpec, mCreator, mType, smCurrentScript);
3176 *aFileType = mType;
3187 mType = aFileType;
3424 mType = osType;
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxFBOverlay.cpp472 mType(aType),
483 GLenum mType;
513 mType(GL_FRAGMENT_SHADER),
520 mType = other.mType;
532 mType = other.mType;
541 : mType(aType)
550 GLenum type() { return mType; }
553 GLenum mType;
[all...]
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
/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/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.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;
H A DVfrUtilityLib.h109 UINT8 mType; member in struct:SVfrDataType

Completed in 117 milliseconds

12