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

/vbox/src/VBox/Main/include/
H A DObjectState.h94 HRESULT addCaller(bool aLimited = false);
H A DAutoCaller.h178 * @param aLimited If |false|, then it's a regular caller, otherwise a
181 void init(VirtualBoxBase *aObj, bool aLimited) argument
185 mLimited = aLimited;
/vbox/src/VBox/Main/src-all/
H A DAutoCaller.cpp87 * not all operations are possible. The @a aLimited argument to this method
96 * <li>If the @a aLimited argument is |true|, then this method will also
115 * @param aLimited |true| to add a limited caller.
121 HRESULT ObjectState::addCaller(bool aLimited /* = false */)
127 if (mState == Ready || (aLimited && mState == Limited))
178 if (mState == Ready || (aLimited && mState == Limited))

Completed in 308 milliseconds