Lines Matching defs:mStore
385 : mStore(do_QueryInterface(inStore))
398 if (mStore)
399 mResult = mStore->Seek(whence, offset);
405 if (mStore)
406 mResult = mStore->Tell(&result);
415 if (mStore)
416 mStore->GetAtEOF(&result);
422 if (mStore)
423 mStore->SetAtEOF(atEnd);
434 nsCOMPtr<nsIRandomAccessStore> mStore;
710 mStore = do_QueryInterface(stream);