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 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 SVGAnimationElement = 90, | 137 SVGAnimationElement = 90, |
138 KeyboardEventKeyLocation = 91, | 138 KeyboardEventKeyLocation = 91, |
139 LineClamp = 96, | 139 LineClamp = 96, |
140 SubFrameBeforeUnloadRegistered = 97, | 140 SubFrameBeforeUnloadRegistered = 97, |
141 SubFrameBeforeUnloadFired = 98, | 141 SubFrameBeforeUnloadFired = 98, |
142 CSSPseudoElementPrefixedDistributed = 99, | |
143 TextReplaceWholeText = 100, | 142 TextReplaceWholeText = 100, |
144 PrefixedShadowRootConstructor = 101, | 143 PrefixedShadowRootConstructor = 101, |
145 ConsoleMarkTimeline = 102, | 144 ConsoleMarkTimeline = 102, |
146 CSSPseudoElementUserAgentCustomPseudo = 103, | 145 CSSPseudoElementUserAgentCustomPseudo = 103, |
147 DocumentTypeInternalSubset = 105, // Removed from DOM4. | 146 DocumentTypeInternalSubset = 105, // Removed from DOM4. |
148 ElementGetAttributeNode = 107, // Removed from DOM4. | 147 ElementGetAttributeNode = 107, // Removed from DOM4. |
149 ElementSetAttributeNode = 108, // Removed from DOM4. | 148 ElementSetAttributeNode = 108, // Removed from DOM4. |
150 ElementRemoveAttributeNode = 109, // Removed from DOM4. | 149 ElementRemoveAttributeNode = 109, // Removed from DOM4. |
151 ElementGetAttributeNodeNS = 110, // Removed from DOM4. | 150 ElementGetAttributeNodeNS = 110, // Removed from DOM4. |
152 DocumentCreateAttribute = 111, // Removed from DOM4. | 151 DocumentCreateAttribute = 111, // Removed from DOM4. |
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
386 | 385 |
387 void updateMeasurements(); | 386 void updateMeasurements(); |
388 | 387 |
389 OwnPtr<BitVector> m_countBits; | 388 OwnPtr<BitVector> m_countBits; |
390 BitVector m_CSSFeatureBits; | 389 BitVector m_CSSFeatureBits; |
391 }; | 390 }; |
392 | 391 |
393 } // namespace WebCore | 392 } // namespace WebCore |
394 | 393 |
395 #endif // UseCounter_h | 394 #endif // UseCounter_h |
OLD | NEW |