LCOV - code coverage report
Current view: top level - obj-x86_64-pc-linux-gnu/dist/include/mozilla/dom - ScrollViewChangeEvent.h (source / functions) Hit Total Coverage
Test: output.info Lines: 0 1 0.0 %
Date: 2017-07-14 16:53:18 Functions: 0 4 0.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
       2             : /* vim:set ts=2 sw=2 sts=2 et cindent: */
       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             : /* THIS FILE IS AUTOGENERATED FROM ScrollViewChangeEvent.webidl BY Codegen.py - DO NOT EDIT */
       8             : 
       9             : #ifndef mozilla_dom_ScrollViewChangeEvent_h
      10             : #define mozilla_dom_ScrollViewChangeEvent_h
      11             : 
      12             : #include "ScrollViewChangeEventBinding.h"
      13             : #include "mozilla/Attributes.h"
      14             : #include "mozilla/ErrorResult.h"
      15             : #include "mozilla/dom/BindingUtils.h"
      16             : #include "mozilla/dom/Event.h"
      17             : #include "mozilla/dom/ScrollViewChangeEventBinding.h"
      18             : 
      19             : struct JSContext;
      20             : namespace mozilla {
      21             : namespace dom {
      22             : 
      23             : class ScrollViewChangeEvent : public Event
      24             : {
      25             : public:
      26             :   NS_DECL_ISUPPORTS_INHERITED
      27           0 :   NS_DECL_CYCLE_COLLECTION_SCRIPT_HOLDER_CLASS_INHERITED(ScrollViewChangeEvent, Event)
      28             : protected:
      29             :   virtual ~ScrollViewChangeEvent();
      30             :   explicit ScrollViewChangeEvent(mozilla::dom::EventTarget* aOwner);
      31             : 
      32             :   ScrollState mState;
      33             : 
      34             : public:
      35             :   virtual ScrollViewChangeEvent* AsScrollViewChangeEvent() override;
      36             : 
      37             :   virtual JSObject* WrapObjectInternal(JSContext* aCx, JS::Handle<JSObject*> aGivenProto) override;
      38             : 
      39             :   static already_AddRefed<ScrollViewChangeEvent> Constructor(mozilla::dom::EventTarget* aOwner, const nsAString& aType, const ScrollViewChangeEventInit& aEventInit);
      40             : 
      41             :   static already_AddRefed<ScrollViewChangeEvent> Constructor(const GlobalObject& aGlobal, const nsAString& aType, const ScrollViewChangeEventInit& aEventInit, ErrorResult& aRv);
      42             : 
      43             :   ScrollState State() const;
      44             : };
      45             : 
      46             : } // namespace dom
      47             : } // namespace mozilla
      48             : 
      49             : #endif // mozilla_dom_ScrollViewChangeEvent_h

Generated by: LCOV version 1.13