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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
127 DocumentClear = 74, | 127 DocumentClear = 74, |
128 SVGFontElement = 76, | 128 SVGFontElement = 76, |
129 XMLDocument = 77, | 129 XMLDocument = 77, |
130 XSLProcessingInstruction = 78, | 130 XSLProcessingInstruction = 78, |
131 XSLTProcessor = 79, | 131 XSLTProcessor = 79, |
132 SVGSwitchElement = 80, | 132 SVGSwitchElement = 80, |
133 DocumentAll = 83, | 133 DocumentAll = 83, |
134 FormElement = 84, | 134 FormElement = 84, |
135 DemotedFormElement = 85, | 135 DemotedFormElement = 85, |
136 CaptureAttributeAsEnum = 86, | 136 CaptureAttributeAsEnum = 86, |
137 ShadowDOMPrefixedCreateShadowRoot = 88, | |
138 ShadowDOMPrefixedShadowRoot = 89, | |
139 SVGAnimationElement = 90, | 137 SVGAnimationElement = 90, |
140 KeyboardEventKeyLocation = 91, | 138 KeyboardEventKeyLocation = 91, |
141 LineClamp = 96, | 139 LineClamp = 96, |
142 SubFrameBeforeUnloadRegistered = 97, | 140 SubFrameBeforeUnloadRegistered = 97, |
143 SubFrameBeforeUnloadFired = 98, | 141 SubFrameBeforeUnloadFired = 98, |
144 CSSPseudoElementPrefixedDistributed = 99, | 142 CSSPseudoElementPrefixedDistributed = 99, |
145 TextReplaceWholeText = 100, | 143 TextReplaceWholeText = 100, |
146 PrefixedShadowRootConstructor = 101, | 144 PrefixedShadowRootConstructor = 101, |
147 ConsoleMarkTimeline = 102, | 145 ConsoleMarkTimeline = 102, |
148 CSSPseudoElementUserAgentCustomPseudo = 103, | 146 CSSPseudoElementUserAgentCustomPseudo = 103, |
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
373 | 371 |
374 void updateMeasurements(); | 372 void updateMeasurements(); |
375 | 373 |
376 OwnPtr<BitVector> m_countBits; | 374 OwnPtr<BitVector> m_countBits; |
377 BitVector m_CSSFeatureBits; | 375 BitVector m_CSSFeatureBits; |
378 }; | 376 }; |
379 | 377 |
380 } // namespace WebCore | 378 } // namespace WebCore |
381 | 379 |
382 #endif // UseCounter_h | 380 #endif // UseCounter_h |
OLD | NEW |