Lines Matching defs:ByteBufferImpl
45 ByteBufferImpl::ByteBufferImpl(void)
51 ByteBufferImpl::Init(PRUint32 aBufferSize)
62 NS_IMPL_ISUPPORTS1(ByteBufferImpl,nsIByteBuffer)
64 ByteBufferImpl::~ByteBufferImpl()
74 ByteBufferImpl::Create(nsISupports *aOuter, REFNSIID aIID, void **aResult)
79 ByteBufferImpl* it = new ByteBufferImpl();
90 ByteBufferImpl::GetLength(void) const
96 ByteBufferImpl::GetBufferSize(void) const
102 ByteBufferImpl::GetBuffer(void) const
108 ByteBufferImpl::Grow(PRUint32 aNewSize)
126 ByteBufferImpl::Fill(nsresult* aErrorCode, nsIInputStream* aStream,
160 rv = ByteBufferImpl::Create(aOuter, NS_GET_IID(nsIByteBuffer), (void**)&buf);