/work/obj-fuzz/dist/include/mozilla/ServoComputedDataInlines.h
Line | Count | Source (jump to first uncovered line) |
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_ServoComputedDataInlines_h |
8 | | #define mozilla_ServoComputedDataInlines_h |
9 | | |
10 | | #include "mozilla/ServoComputedData.h" |
11 | | #include "nsStyleStruct.h" |
12 | | |
13 | | namespace mozilla { |
14 | | #define STYLE_STRUCT(name_) struct Gecko##name_ {nsStyle##name_ gecko;}; |
15 | | #include "nsStyleStructList.h" |
16 | | #undef STYLE_STRUCT |
17 | | } |
18 | | |
19 | | #define STYLE_STRUCT(name_) \ |
20 | 0 | const nsStyle##name_* ServoComputedData::GetStyle##name_() const { return &name_.mPtr->gecko; } Unexecuted instantiation: ServoComputedData::GetStyleFont() const Unexecuted instantiation: ServoComputedData::GetStyleColor() const Unexecuted instantiation: ServoComputedData::GetStyleList() const Unexecuted instantiation: ServoComputedData::GetStyleText() const Unexecuted instantiation: ServoComputedData::GetStyleVisibility() const Unexecuted instantiation: ServoComputedData::GetStyleUI() const Unexecuted instantiation: ServoComputedData::GetStyleTableBorder() const Unexecuted instantiation: ServoComputedData::GetStyleSVG() const Unexecuted instantiation: ServoComputedData::GetStyleBackground() const Unexecuted instantiation: ServoComputedData::GetStylePosition() const Unexecuted instantiation: ServoComputedData::GetStyleTextReset() const Unexecuted instantiation: ServoComputedData::GetStyleDisplay() const Unexecuted instantiation: ServoComputedData::GetStyleContent() const Unexecuted instantiation: ServoComputedData::GetStyleUIReset() const Unexecuted instantiation: ServoComputedData::GetStyleTable() const Unexecuted instantiation: ServoComputedData::GetStyleMargin() const Unexecuted instantiation: ServoComputedData::GetStylePadding() const Unexecuted instantiation: ServoComputedData::GetStyleBorder() const Unexecuted instantiation: ServoComputedData::GetStyleOutline() const Unexecuted instantiation: ServoComputedData::GetStyleXUL() const Unexecuted instantiation: ServoComputedData::GetStyleSVGReset() const Unexecuted instantiation: ServoComputedData::GetStyleColumn() const Unexecuted instantiation: ServoComputedData::GetStyleEffects() const |
21 | | #include "nsStyleStructList.h" |
22 | | #undef STYLE_STRUCT |
23 | | |
24 | | #endif // mozilla_ServoComputedDataInlines_h |