OLD | NEW |
1 /* | 1 /* |
2 * Copyright (C) 2012 Google, Inc. All rights reserved. | 2 * Copyright (C) 2012 Google, Inc. All rights reserved. |
3 * | 3 * |
4 * Redistribution and use in source and binary forms, with or without | 4 * Redistribution and use in source and binary forms, with or without |
5 * modification, are permitted provided that the following conditions | 5 * modification, are permitted provided that the following conditions |
6 * are met: | 6 * are met: |
7 * 1. Redistributions of source code must retain the above copyright | 7 * 1. Redistributions of source code must retain the above copyright |
8 * notice, this list of conditions and the following disclaimer. | 8 * notice, this list of conditions and the following disclaimer. |
9 * 2. Redistributions in binary form must reproduce the above copyright | 9 * 2. Redistributions in binary form must reproduce the above copyright |
10 * notice, this list of conditions and the following disclaimer in the | 10 * notice, this list of conditions and the following disclaimer in the |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
74 LegacyTextNotifications, | 74 LegacyTextNotifications, |
75 UnprefixedRequestAnimationFrame, | 75 UnprefixedRequestAnimationFrame, |
76 PrefixedRequestAnimationFrame, | 76 PrefixedRequestAnimationFrame, |
77 ContentSecurityPolicy, | 77 ContentSecurityPolicy, |
78 ContentSecurityPolicyReportOnly, | 78 ContentSecurityPolicyReportOnly, |
79 PrefixedContentSecurityPolicyReportOnly, | 79 PrefixedContentSecurityPolicyReportOnly, |
80 PrefixedTransitionEndEvent, | 80 PrefixedTransitionEndEvent, |
81 UnprefixedTransitionEndEvent, | 81 UnprefixedTransitionEndEvent, |
82 PrefixedAndUnprefixedTransitionEndEvent, | 82 PrefixedAndUnprefixedTransitionEndEvent, |
83 AutoFocusAttribute, | 83 AutoFocusAttribute, |
84 UnusedSlot01, // Prior to 4/2013, we used this slot for AutoSaveAttribut
e. | 84 SVGAnimationElement, // Prior to 4/2013, we used this slot for AutoSaveA
ttribute. |
85 DataListElement, | 85 DataListElement, |
86 FormAttribute, | 86 FormAttribute, |
87 IncrementalAttribute, | 87 IncrementalAttribute, |
88 InputTypeColor, | 88 InputTypeColor, |
89 InputTypeDate, | 89 InputTypeDate, |
90 InputTypeDateTime, | 90 InputTypeDateTime, |
91 InputTypeDateTimeFallback, | 91 InputTypeDateTimeFallback, |
92 InputTypeDateTimeLocal, | 92 InputTypeDateTimeLocal, |
93 InputTypeEmail, | 93 InputTypeEmail, |
94 InputTypeMonth, | 94 InputTypeMonth, |
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
190 | 190 |
191 void updateMeasurements(); | 191 void updateMeasurements(); |
192 | 192 |
193 OwnPtr<BitVector> m_countBits; | 193 OwnPtr<BitVector> m_countBits; |
194 BitVector m_CSSFeatureBits; | 194 BitVector m_CSSFeatureBits; |
195 }; | 195 }; |
196 | 196 |
197 } // namespace WebCore | 197 } // namespace WebCore |
198 | 198 |
199 #endif // UseCounter_h | 199 #endif // UseCounter_h |
OLD | NEW |