OLD | NEW |
1 // Copyright 2016 The Chromium Authors. All rights reserved. | 1 // Copyright 2016 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 /* ***** BEGIN LICENSE BLOCK ***** | 5 /* ***** BEGIN LICENSE BLOCK ***** |
6 * Version: MPL 1.1/GPL 2.0/LGPL 2.1 | 6 * Version: MPL 1.1/GPL 2.0/LGPL 2.1 |
7 * | 7 * |
8 * The contents of this file are subject to the Mozilla Public License Version | 8 * The contents of this file are subject to the Mozilla Public License Version |
9 * 1.1 (the "License"); you may not use this file except in compliance with | 9 * 1.1 (the "License"); you may not use this file except in compliance with |
10 * the License. You may obtain a copy of the License at | 10 * the License. You may obtain a copy of the License at |
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
93 Vector<char> m_data; | 93 Vector<char> m_data; |
94 bool m_isParsingTop = true; | 94 bool m_isParsingTop = true; |
95 bool m_isParsingHeaders = false; | 95 bool m_isParsingHeaders = false; |
96 bool m_sawLastBoundary = false; | 96 bool m_sawLastBoundary = false; |
97 bool m_isCancelled = false; | 97 bool m_isCancelled = false; |
98 }; | 98 }; |
99 | 99 |
100 } // namespace blink | 100 } // namespace blink |
101 | 101 |
102 #endif // MultipartImageResourceParser_h | 102 #endif // MultipartImageResourceParser_h |
OLD | NEW |