Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  StorageEvent.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_StorageEvent_h
#define mozilla_dom_StorageEvent_h

#include "js/RootingAPI.h"
#include "mozilla/AlreadyAddRefed.h"
#include "mozilla/Assertions.h"
#include "mozilla/RefPtr.h"
#include "mozilla/dom/Event.h"
#include "nsCOMPtr.h"
#include "nsCycleCollectionParticipant.h"
#include "nsIPrincipal.h"
#include "nsISupports.h"
#include "nsStringFwd.h"

class nsIPrincipal;

namespace mozilla::dom {

class Storage;
struct StorageEventInit;

class StorageEvent : public Event {
 public:
  NS_DECL_ISUPPORTS_INHERITED
  NS_DECL_CYCLE_COLLECTION_SCRIPT_HOLDER_CLASS_INHERITED(StorageEvent, Event)

  explicit StorageEvent(EventTarget* aOwner);

 protected:
  virtual ~StorageEvent();

  nsString mKey;
  nsString mOldValue;
  nsString mNewValue;
  nsString mUrl;
  RefPtr<Storage> mStorageArea;
  nsCOMPtr<nsIPrincipal> mPrincipal;

 public:
  virtual StorageEvent* AsStorageEvent();

  virtual JSObject* WrapObjectInternal(
      JSContext* aCx, JS::Handle<JSObject*> aGivenProto) override;

  static already_AddRefed<StorageEvent> Constructor(
      EventTarget* aOwner, const nsAString& aType,
      const StorageEventInit& aEventInitDict);

  static already_AddRefed<StorageEvent> Constructor(
      const GlobalObject& aGlobal, const nsAString& aType,
      const StorageEventInit& aEventInitDict);

  void InitStorageEvent(const nsAString& aType, bool aCanBubble,
                        bool aCancelable, const nsAString& aKey,
                        const nsAString& aOldValue, const nsAString& aNewValue,
                        const nsAString& aURL, Storage* aStorageArea);

  void GetKey(nsString& aRetVal) const { aRetVal = mKey; }

  void GetOldValue(nsString& aRetVal) const { aRetVal = mOldValue; }

  void GetNewValue(nsString& aRetVal) const { aRetVal = mNewValue; }

  void GetUrl(nsString& aRetVal) const { aRetVal = mUrl; }

  Storage* GetStorageArea() const { return mStorageArea; }

  // Non WebIDL methods
  void SetPrincipal(nsIPrincipal* aPrincipal) {
    MOZ_ASSERT(!mPrincipal);
    mPrincipal = aPrincipal;
  }

  nsIPrincipal* GetPrincipal() const { return mPrincipal; }
};

}  // namespace mozilla::dom

#endif  // mozilla_dom_StorageEvent_h

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

¤ Dauer der Verarbeitung: 0.1 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.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik

Statistik
#Sources=277311
#Domains=752002