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

Quelle  PictureInPictureWindow.h

  Sprache: C
 

/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set ts=8 sts=2 et sw=2 tw=80: */
/* 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_PictureInPictureWindow_h
#define mozilla_dom_PictureInPictureWindow_h

#include "mozilla/DOMEventTargetHelper.h"
#include "mozilla/WeakPtr.h"

namespace mozilla {
class ErrorResult;

namespace dom {
class HTMLVideoElement;

class PictureInPictureWindow final : public DOMEventTargetHelper {
 public:
  NS_DECL_ISUPPORTS_INHERITED
  NS_DECL_CYCLE_COLLECTION_CLASS_INHERITED(PictureInPictureWindow,
                                           DOMEventTargetHelper)

  static bool PictureInPictureEnabled();
  PictureInPictureWindow(nsPIDOMWindowInner* aWindow,
                         HTMLVideoElement* aVideoElement);

  // WebIDL interface
  JSObject* WrapObject(JSContext* aCx,
                       JS::Handle<JSObject*> aGivenProto) override;

  // PictureInPictureWindow WebIDL
  int32_t Width() const;
  int32_t Height() const;

  // Call this from Picture In Picture implementation when the platform-specific
  // window changes in dimensions.
  void NotifyDimensionsChanged(int32_t aWidth, int32_t aHeight);
  void Close();

  IMPL_EVENT_HANDLER(resize)

 protected:
  virtual ~PictureInPictureWindow();

 private:
  bool IsStateOpened() const { return mOpened; }

  WeakPtr<HTMLVideoElement> mAssociatedVideoElement;
  int32_t mWidth = 0;
  int32_t mHeight = 0;
  bool mOpened = true;
};

}  // namespace dom
}  // namespace mozilla

#endif  // mozilla_dom_PictureInPictureWindow_h

Messung V0.5 in Prozent
C=91 H=84 G=87

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