LCOV - code coverage report
Current view: top level - widget/headless - HeadlessClipboard.h (source / functions) Hit Total Coverage
Test: output.info Lines: 0 1 0.0 %
Date: 2017-07-14 16:53:18 Functions: 0 1 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             :  * This Source Code Form is subject to the terms of the Mozilla Public
       3             :  * License, v. 2.0. If a copy of the MPL was not distributed with this
       4             :  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
       5             : 
       6             : 
       7             : #ifndef mozilla_widget_HeadlessClipboard_h
       8             : #define mozilla_widget_HeadlessClipboard_h
       9             : 
      10             : #include "nsIClipboard.h"
      11             : #include "mozilla/UniquePtr.h"
      12             : #include "HeadlessClipboardData.h"
      13             : 
      14             : namespace mozilla {
      15             : namespace widget {
      16             : 
      17             : class HeadlessClipboard final : public nsIClipboard
      18             : {
      19             : public:
      20             :   NS_DECL_ISUPPORTS
      21             :   NS_DECL_NSICLIPBOARD
      22             : 
      23             :   HeadlessClipboard();
      24             : 
      25             : protected:
      26           0 :   ~HeadlessClipboard() {}
      27             : 
      28             : private:
      29             :   UniquePtr<HeadlessClipboardData> mClipboard;
      30             : };
      31             : 
      32             : } // namespace widget
      33             : } // namespace mozilla
      34             : 
      35             : #endif

Generated by: LCOV version 1.13