Searched refs:GetTimeout (Results 1 - 9 of 9) sorted by relevance
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/ |
H A D | rcmon.h | 73 RCInterval GetTimeout() const; /* get the current value */
|
H A D | rccv.h | 87 RCInterval GetTimeout() const;
|
H A D | rccv.cpp | 95 RCInterval RCCondition::GetTimeout() const { return timeout; } function in class:RCCondition
|
/vbox/src/VBox/Main/cbinding/ |
H A D | VBoxCAPI_v4_2.h | 4712 nsresult (*GetTimeout)(IGuestSession *pThis, PRUint32 *timeout); member in struct:IGuestSession_vtbl 5501 nsresult (*GetTimeout)(IProgress *pThis, PRUint32 *timeout); member in struct:IProgress_vtbl
|
H A D | VBoxCAPI_v4_3.h | 8724 nsresult (*GetTimeout)(IGuestSession *pThis, PRUint32 *timeout); member in struct:IGuestSession_vtbl 9008 nsresult (*GetTimeout)(IGuestSession *pThis, PRUint32 *timeout); member in struct:IGuestSessionVtbl 9289 #define IGuestSession_get_Timeout(p, aTimeout) ((p)->lpVtbl->GetTimeout(p, aTimeout)) 9290 #define IGuestSession_GetTimeout(p, aTimeout) ((p)->lpVtbl->GetTimeout(p, aTimeout)) 10822 nsresult (*GetTimeout)(IProgress *pThis, PRUint32 *timeout); member in struct:IProgress_vtbl 10891 nsresult (*GetTimeout)(IProgress *pThis, PRUint32 *timeout); member in struct:IProgressVtbl 10957 #define IProgress_get_Timeout(p, aTimeout) ((p)->lpVtbl->GetTimeout(p, aTimeout)) 10958 #define IProgress_GetTimeout(p, aTimeout) ((p)->lpVtbl->GetTimeout(p, aTimeout))
|
H A D | VBoxCAPI_v3_1.h | 3763 nsresult (*GetTimeout)(IProgress *pThis, PRUint32 *timeout); member in struct:IProgress_vtbl
|
H A D | VBoxCAPI_v3_2.h | 3967 nsresult (*GetTimeout)(IProgress *pThis, PRUint32 *timeout); member in struct:IProgress_vtbl
|
H A D | VBoxCAPI_v4_0.h | 4230 nsresult (*GetTimeout)(IProgress *pThis, PRUint32 *timeout); member in struct:IProgress_vtbl
|
H A D | VBoxCAPI_v4_1.h | 4588 nsresult (*GetTimeout)(IProgress *pThis, PRUint32 *timeout); member in struct:IProgress_vtbl
|
Completed in 3352 milliseconds