/src/mozilla-central/parser/html/nsHtml5MetaScannerHSupplement.h
Line | Count | Source (jump to first uncovered line) |
1 | | /* This Source Code Form is subject to the terms of the Mozilla Public |
2 | | * License, v. 2.0. If a copy of the MPL was not distributed with this |
3 | | * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ |
4 | | using Encoding = mozilla::Encoding; |
5 | | |
6 | | private: |
7 | | const Encoding* mEncoding; |
8 | | inline int32_t |
9 | | read() |
10 | 0 | { |
11 | 0 | return readable->read(); |
12 | 0 | } |
13 | | |
14 | | public: |
15 | | const Encoding* |
16 | | sniff(nsHtml5ByteReadable* bytes); |