Lines Matching refs:Seek
126 nsresult rv = Seek(aStartingOffset);
135 // Need to re-Seek, since realloc might have changed segment base pointer
136 rv = Seek(aStartingOffset);
289 nsStorageStream::Seek(PRInt32 aPosition)
307 ("nsStorageStream [%x] Seek mWriteCursor=%x mSegmentEnd=%x\n",
320 ("nsStorageStream [%x] Seek mWriteCursor=%x mSegmentEnd=%x\n",
351 NS_METHOD Seek(PRUint32 aPosition);
380 nsresult rv = inputStream->Seek(aStartingOffset);
492 nsStorageInputStream::Seek(PRInt32 aWhence, PRInt64 aOffset)
513 return Seek(pos);
531 nsStorageInputStream::Seek(PRUint32 aPosition)