Lines Matching refs:IDBFileHandle

34     IDBFileHandle* aFileHandle) {  in GenerateFileRequest()
47 IDBFileHandle::IDBFileHandle(IDBMutableFile* aMutableFile, FileMode aMode) in IDBFileHandle() function in mozilla::dom::IDBFileHandle
66 IDBFileHandle::~IDBFileHandle() { in ~IDBFileHandle()
83 already_AddRefed<IDBFileHandle> IDBFileHandle::Create( in Create()
89 RefPtr<IDBFileHandle> fileHandle = new IDBFileHandle(aMutableFile, aMode); in Create()
107 IDBFileHandle* IDBFileHandle::GetCurrent() { in GetCurrent()
119 void IDBFileHandle::AssertIsOnOwningThread() const { in AssertIsOnOwningThread()
126 void IDBFileHandle::SetBackgroundActor(BackgroundFileHandleChild* aActor) { in SetBackgroundActor()
134 void IDBFileHandle::StartRequest(IDBFileRequest* aFileRequest, in StartRequest()
149 void IDBFileHandle::OnNewRequest() { in OnNewRequest()
160 void IDBFileHandle::OnRequestFinished(bool aActorDestroyedNormally) { in OnRequestFinished()
186 void IDBFileHandle::FireCompleteOrAbortEvents(bool aAborted) { in FireCompleteOrAbortEvents()
214 bool IDBFileHandle::IsOpen() const { in IsOpen()
234 void IDBFileHandle::Abort() { in Abort()
262 already_AddRefed<IDBFileRequest> IDBFileHandle::GetMetadata( in GetMetadata()
293 already_AddRefed<IDBFileRequest> IDBFileHandle::Truncate( in Truncate()
335 already_AddRefed<IDBFileRequest> IDBFileHandle::Flush(ErrorResult& aRv) { in Flush()
357 void IDBFileHandle::Abort(ErrorResult& aRv) { in Abort()
370 bool IDBFileHandle::CheckState(ErrorResult& aRv) { in CheckState()
379 bool IDBFileHandle::CheckStateAndArgumentsForRead(uint64_t aSize, in CheckStateAndArgumentsForRead()
401 bool IDBFileHandle::CheckStateForWrite(ErrorResult& aRv) { in CheckStateForWrite()
416 bool IDBFileHandle::CheckStateForWriteOrAppend(bool aAppend, ErrorResult& aRv) { in CheckStateForWriteOrAppend()
431 bool IDBFileHandle::CheckWindow() { in CheckWindow()
437 already_AddRefed<IDBFileRequest> IDBFileHandle::Read(uint64_t aSize, in Read()
469 already_AddRefed<IDBFileRequest> IDBFileHandle::WriteOrAppend( in WriteOrAppend()
490 already_AddRefed<IDBFileRequest> IDBFileHandle::WriteOrAppend( in WriteOrAppend()
517 already_AddRefed<IDBFileRequest> IDBFileHandle::WriteOrAppend( in WriteOrAppend()
551 already_AddRefed<IDBFileRequest> IDBFileHandle::WriteOrAppend( in WriteOrAppend()
585 already_AddRefed<IDBFileRequest> IDBFileHandle::WriteOrAppend( in WriteOrAppend()
627 already_AddRefed<IDBFileRequest> IDBFileHandle::WriteInternal( in WriteInternal()
657 void IDBFileHandle::SendFinish() { in SendFinish()
672 void IDBFileHandle::SendAbort() { in SendAbort()
686 NS_IMPL_ADDREF_INHERITED(IDBFileHandle, DOMEventTargetHelper) in NS_IMPL_ADDREF_INHERITED() argument
687 NS_IMPL_RELEASE_INHERITED(IDBFileHandle, DOMEventTargetHelper) in NS_IMPL_ADDREF_INHERITED()
689 NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION(IDBFileHandle) in NS_IMPL_ADDREF_INHERITED()
694 NS_IMPL_CYCLE_COLLECTION_CLASS(IDBFileHandle) in NS_IMPL_ADDREF_INHERITED()
696 NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN_INHERITED(IDBFileHandle, in NS_IMPL_ADDREF_INHERITED()
701 NS_IMPL_CYCLE_COLLECTION_UNLINK_BEGIN_INHERITED(IDBFileHandle, in NS_IMPL_ADDREF_INHERITED()
707 IDBFileHandle::Run() { in NS_IMPL_ADDREF_INHERITED()
723 nsresult IDBFileHandle::GetEventTargetParent(EventChainPreVisitor& aVisitor) { in GetEventTargetParent()
732 JSObject* IDBFileHandle::WrapObject(JSContext* aCx, in WrapObject()