OLD | NEW |
1 /* | 1 /* |
2 * Copyright (C) 2012 Adobe Systems Incorporated. All rights reserved. | 2 * Copyright (C) 2012 Adobe Systems Incorporated. All rights reserved. |
3 * Copyright (C) 2012 Apple Inc. All rights reserved. | 3 * Copyright (C) 2012 Apple Inc. All rights reserved. |
4 * | 4 * |
5 * Redistribution and use in source and binary forms, with or without | 5 * Redistribution and use in source and binary forms, with or without |
6 * modification, are permitted provided that the following conditions | 6 * modification, are permitted provided that the following conditions |
7 * are met: | 7 * are met: |
8 * | 8 * |
9 * 1. Redistributions of source code must retain the above | 9 * 1. Redistributions of source code must retain the above |
10 * copyright notice, this list of conditions and the following | 10 * copyright notice, this list of conditions and the following |
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
130 Referrer m_referrer; | 130 Referrer m_referrer; |
131 bool m_isHTMLDocument; | 131 bool m_isHTMLDocument; |
132 bool m_useLegacyBackgroundSizeShorthandBehavior; | 132 bool m_useLegacyBackgroundSizeShorthandBehavior; |
133 ContentSecurityPolicyDisposition m_shouldCheckContentSecurityPolicy; | 133 ContentSecurityPolicyDisposition m_shouldCheckContentSecurityPolicy; |
134 | 134 |
135 UseCounter* m_useCounter; | 135 UseCounter* m_useCounter; |
136 }; | 136 }; |
137 | 137 |
138 CORE_EXPORT const CSSParserContext& strictCSSParserContext(); | 138 CORE_EXPORT const CSSParserContext& strictCSSParserContext(); |
139 | 139 |
140 }; | 140 } // namespace blink; |
141 | 141 |
142 #endif // CSSParserMode_h | 142 #endif // CSSParserMode_h |
OLD | NEW |