Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/dom/cache/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 2 kB image not shown  

Quelle  BoundStorageKeyChild.h

  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 this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */


#ifndef mozilla_dom_cache_BoundStorageKeyChild_h
#define mozilla_dom_cache_BoundStorageKeyChild_h

#include "mozilla/dom/cache/ActorChild.h"
#include "mozilla/dom/cache/ActorUtils.h"
#include "mozilla/dom/cache/PBoundStorageKeyChild.h"
#include "mozilla/dom/cache/TypeUtils.h"
#include "mozilla/dom/cache/Types.h"
#include "mozilla/ipc/ProtocolUtils.h"

class nsIGlobalObject;

namespace mozilla::dom::cache {
class CacheWorkerRef;

class PCacheChild;
class PCacheStreamControlChild;
class CacheOpArgs;
class PCacheChild;
class PCacheOpChild;

using ActorDestroyReason = ::mozilla::ipc::IProtocol::ActorDestroyReason;
class BoundStorageKeyChild final : public PBoundStorageKeyChild,
                                   public ActorChild {
  friend class PBoundStorageKeyChild;

 public:
  explicit BoundStorageKeyChild(BoundStorageKeyChildListener* aListener);

  void ClearListener();

  // Our parent Listener object has gone out of scope and is being destroyed.
  void StartDestroyFromListener();

  NS_INLINE_DECL_REFCOUNTING(BoundStorageKeyChild, override)
  void NoteDeletedActor() override;

  already_AddRefed<PCacheChild> AllocPCacheChild() {
    return dom::cache::AllocPCacheChild(this);
  }

  already_AddRefed<PCacheStreamControlChild> AllocPCacheStreamControlChild() {
    return dom::cache::AllocPCacheStreamControlChild(this);
  }

 private:
  ~BoundStorageKeyChild();
  void DestroyInternal();

  // ActorChild methods
  // CacheWorkerRef is trying to destroy due to worker shutdown.
  virtual void StartDestroy() override;

  // PBoundStorageKeyChild methods
  virtual void ActorDestroy(ActorDestroyReason aReason) override;

  // utility methods
  inline uint32_t NumChildActors() {
    return ManagedPCacheStorageChild().Count() + ManagedPCacheChild().Count() +
           ManagedPCacheStreamControlChild().Count();
  }

  // Use a weak ref so actor does not hold DOM object alive past content use.
  // The BoundStorageKey object must call ClearListener() to null this before
  // its destroyed.
  BoundStorageKeyChildListener* MOZ_NON_OWNING_REF mListener;
  bool mDelayedDestroy;
};

}  // namespace mozilla::dom::cache

#endif  // mozilla_dom_cache_BoundStorageKeyChild_h

Messung V0.5 in Prozent
C=91 H=92 G=91

¤ Dauer der Verarbeitung: 0.11 Sekunden  (vorverarbeitet am  2026-08-25) ¤

*© 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.