Searched refs:aErrorCode (Results 1 - 10 of 10) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsByteBuffer.cpp126 ByteBufferImpl::Fill(nsresult* aErrorCode, nsIInputStream* aStream, argument
133 *aErrorCode = NS_BASE_STREAM_ILLEGAL_ARGS;
145 *aErrorCode = aStream->Read(mBuffer + aKeep, mSpace - aKeep, &nb);
146 if (NS_SUCCEEDED(*aErrorCode)) {
H A DnsByteBuffer.h57 NS_IMETHOD_(PRInt32) Fill(nsresult* aErrorCode, nsIInputStream* aStream,
H A DnsIByteBuffer.h76 NS_IMETHOD_(PRInt32) Fill(nsresult* aErrorCode, nsIInputStream* aStream,
/vbox/src/libs/xpcom18a4/xpcom/string/src/
H A DnsTStringObsolete.cpp144 nsTString_CharT::ToInteger( PRInt32* aErrorCode, PRUint32 aRadix ) const argument
153 *aErrorCode=NS_ERROR_ILLEGAL_VALUE;
187 *aErrorCode = NS_OK;
210 *aErrorCode=NS_ERROR_ILLEGAL_VALUE;
229 *aErrorCode=NS_ERROR_ILLEGAL_VALUE;
H A DnsStringObsolete.cpp1138 nsCString::ToFloat(PRInt32* aErrorCode) const
1148 *aErrorCode = (PRInt32) NS_OK;
1150 *aErrorCode = (PRInt32) NS_ERROR_ILLEGAL_VALUE;
1155 *aErrorCode = (PRInt32) NS_ERROR_ILLEGAL_VALUE;
1161 nsString::ToFloat(PRInt32* aErrorCode) const
1172 *aErrorCode = (PRInt32) NS_OK;
1174 *aErrorCode = (PRInt32) NS_ERROR_ILLEGAL_VALUE;
1179 *aErrorCode = (PRInt32) NS_ERROR_ILLEGAL_VALUE;
/vbox/src/libs/xpcom18a4/java/src/
H A DnsJavaXPCOMGlue.cpp123 ThrowException(JNIEnv* env, const nsresult aErrorCode, const char* aMessage);
351 ThrowException(JNIEnv* env, const nsresult aErrorCode, const char* aMessage) argument
360 if (aErrorCode == NS_ERROR_OUT_OF_MEMORY) {
378 (PRInt64) aErrorCode,
H A DnsJavaXPCOMBindingUtils.cpp943 ThrowException(JNIEnv* env, const nsresult aErrorCode, const char* aMessage) argument
952 if (aErrorCode == NS_ERROR_OUT_OF_MEMORY) {
966 PRInt64 errorCode = aErrorCode ? aErrorCode : NS_ERROR_FAILURE;
H A DnsJavaXPCOMBindingUtils.h354 * @param aErrorCode The error code returned by an XPCOM/Gecko function. Pass
360 * @throws OutOfMemoryError if aErrorCode == NS_ERROR_OUT_OF_MEMORY
363 void ThrowException(JNIEnv* env, const nsresult aErrorCode,
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsUnicharInputStream.cpp192 PRInt32 Fill(nsresult * aErrorCode);
313 PRInt32 UTF8InputStream::Fill(nsresult * aErrorCode) argument
317 *aErrorCode = NS_BASE_STREAM_CLOSED;
324 PRInt32 nb = mByteData->Fill(aErrorCode, mInput, remainder);
/vbox/src/libs/xpcom18a4/xpcom/string/public/
H A DnsTString.h280 * @param aErrorCode will contain error if one occurs
283 NS_COM float ToFloat( PRInt32* aErrorCode ) const;
288 * @param aErrorCode will contain error if one occurs
292 NS_COM PRInt32 ToInteger( PRInt32* aErrorCode, PRUint32 aRadix=kRadix10 ) const;

Completed in 55 milliseconds