LCOV - code coverage report
Current view: top level - dom/svg - SVGSetElement.h (source / functions) Hit Total Coverage
Test: output.info Lines: 0 1 0.0 %
Date: 2017-07-14 16:53:18 Functions: 0 2 0.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
       2             : /* vim: set ts=8 sts=2 et sw=2 tw=80: */
       3             : /* This Source Code Form is subject to the terms of the Mozilla Public
       4             :  * License, v. 2.0. If a copy of the MPL was not distributed with this
       5             :  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
       6             : 
       7             : #ifndef mozilla_dom_SVGSetElement_h
       8             : #define mozilla_dom_SVGSetElement_h
       9             : 
      10             : #include "mozilla/Attributes.h"
      11             : #include "mozilla/dom/SVGAnimationElement.h"
      12             : #include "nsSMILSetAnimationFunction.h"
      13             : 
      14             : nsresult NS_NewSVGSetElement(nsIContent **aResult,
      15             :                              already_AddRefed<mozilla::dom::NodeInfo>&& aNodeInfo);
      16             : 
      17             : namespace mozilla {
      18             : namespace dom {
      19             : 
      20           0 : class SVGSetElement final : public SVGAnimationElement
      21             : {
      22             : protected:
      23             :   explicit SVGSetElement(already_AddRefed<mozilla::dom::NodeInfo>& aNodeInfo);
      24             : 
      25             :   nsSMILSetAnimationFunction mAnimationFunction;
      26             : 
      27             :   friend nsresult (::NS_NewSVGSetElement(nsIContent **aResult,
      28             :                                          already_AddRefed<mozilla::dom::NodeInfo>&& aNodeInfo));
      29             : 
      30             :   virtual JSObject* WrapNode(JSContext *aCx, JS::Handle<JSObject*> aGivenProto) override;
      31             : 
      32             : public:
      33             :   // nsIDOMNode
      34             :   virtual nsresult Clone(mozilla::dom::NodeInfo *aNodeInfo, nsINode **aResult,
      35             :                          bool aPreallocateChildren) const override;
      36             : 
      37             :   // SVGAnimationElement
      38             :   virtual nsSMILAnimationFunction& AnimationFunction() override;
      39             : };
      40             : 
      41             : } // namespace dom
      42             : } // namespace mozilla
      43             : 
      44             : #endif // mozilla_dom_SVGSetElement_h

Generated by: LCOV version 1.13