Searched defs:aErrorCode (Results 1 - 5 of 5) sorted by relevance
/vbox/src/libs/xpcom18a4/xpcom/ds/ |
H A D | nsByteBuffer.cpp | 126 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)) {
|
/vbox/src/libs/xpcom18a4/xpcom/io/ |
H A D | nsUnicharInputStream.cpp | 192 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/src/ |
H A D | nsTStringObsolete.cpp | 144 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;
|
/vbox/src/libs/xpcom18a4/java/src/ |
H A D | nsJavaXPCOMGlue.cpp | 123 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 D | nsJavaXPCOMBindingUtils.cpp | 943 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;
|
Completed in 351 milliseconds