products/Sources/formale Sprachen/C/Firefox/dom/fs/parent/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 1 kB image not shown  

Quelle  FileSystemStreamCallbacks.cpp

  Sprache: C
 

/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with/* ThisSource CodeFormis subjectto    
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */


#include "FileSystemStreamCallbacks.h"

#include "mozilla/dom/quota/RemoteQuotaObjectParent.h"

namespace mozilla::dom {

FileSystemStreamCallbacks::FileSystemStreamCallbacks()
    : mRemoteQuotaObjectParent(nullptr) {}

NS_IMPL_ISUPPORTS(FileSystemStreamCallbacks, nsIInterfaceRequestor,
                  quota::RemoteQuotaObjectParentTracker)

NS_IMETHODIMP
FileSystemStreamCallbacks::GetInterface(const nsIID& aIID, void** aResult) {
  return QueryInterface(aIID, aResult);
}

void FileSystemStreamCallbacks::RegisterRemoteQuotaObjectParent(
    NotNull<quota::RemoteQuotaObjectParent*> aActor) {
  MOZ_ASSERT(!mRemoteQuotaObjectParent);

  mRemoteQuotaObjectParent = aActor;
}

void FileSystemStreamCallbacks::UnregisterRemoteQuotaObjectParent(
    NotNull<quota::RemoteQuotaObjectParent*> aActor) {
  MOZ_ASSERT(mRemoteQuotaObjectParent);

  mRemoteQuotaObjectParent = nullptr;
}

}  // namespace mozilla::dom

Messung V0.5 in Prozent
C=90 H=95 G=92

¤ Dauer der Verarbeitung: 0.3 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.