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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
111 HTMLMarqueeElement = 53, | 111 HTMLMarqueeElement = 53, |
112 Reflection = 55, | 112 Reflection = 55, |
113 PrefixedStorageInfo = 57, | 113 PrefixedStorageInfo = 57, |
114 XFrameOptions = 58, | 114 XFrameOptions = 58, |
115 XFrameOptionsSameOrigin = 59, | 115 XFrameOptionsSameOrigin = 59, |
116 XFrameOptionsSameOriginWithBadAncestorChain = 60, | 116 XFrameOptionsSameOriginWithBadAncestorChain = 60, |
117 DeprecatedFlexboxWebContent = 61, | 117 DeprecatedFlexboxWebContent = 61, |
118 DeprecatedFlexboxChrome = 62, | 118 DeprecatedFlexboxChrome = 62, |
119 DeprecatedFlexboxChromeExtension = 63, | 119 DeprecatedFlexboxChromeExtension = 63, |
120 UnprefixedPerformanceTimeline = 65, | 120 UnprefixedPerformanceTimeline = 65, |
121 PrefixedPerformanceTimeline = 66, | |
122 UnprefixedUserTiming = 67, | 121 UnprefixedUserTiming = 67, |
123 WindowEvent = 69, | 122 WindowEvent = 69, |
124 ContentSecurityPolicyWithBaseElement = 70, | 123 ContentSecurityPolicyWithBaseElement = 70, |
125 PrefixedMediaAddKey = 71, | 124 PrefixedMediaAddKey = 71, |
126 PrefixedMediaGenerateKeyRequest = 72, | 125 PrefixedMediaGenerateKeyRequest = 72, |
127 DocumentClear = 74, | 126 DocumentClear = 74, |
128 SVGFontElement = 76, | 127 SVGFontElement = 76, |
129 XMLDocument = 77, | 128 XMLDocument = 77, |
130 XSLProcessingInstruction = 78, | 129 XSLProcessingInstruction = 78, |
131 XSLTProcessor = 79, | 130 XSLTProcessor = 79, |
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
415 | 414 |
416 void updateMeasurements(); | 415 void updateMeasurements(); |
417 | 416 |
418 OwnPtr<BitVector> m_countBits; | 417 OwnPtr<BitVector> m_countBits; |
419 BitVector m_CSSFeatureBits; | 418 BitVector m_CSSFeatureBits; |
420 }; | 419 }; |
421 | 420 |
422 } // namespace WebCore | 421 } // namespace WebCore |
423 | 422 |
424 #endif // UseCounter_h | 423 #endif // UseCounter_h |
OLD | NEW |