| 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 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 192 HTMLAppletElementLegacyCall = 151, | 192 HTMLAppletElementLegacyCall = 151, |
| 193 HTMLEmbedElementLegacyCall = 152, | 193 HTMLEmbedElementLegacyCall = 152, |
| 194 HTMLObjectElementLegacyCall = 153, | 194 HTMLObjectElementLegacyCall = 153, |
| 195 BeforeLoadEvent = 154, | 195 BeforeLoadEvent = 154, |
| 196 GetMatchedCSSRules = 155, | 196 GetMatchedCSSRules = 155, |
| 197 SVGFontInCSS = 156, | 197 SVGFontInCSS = 156, |
| 198 AttributeSpecified = 162, // Removed in DOM4. | 198 AttributeSpecified = 162, // Removed in DOM4. |
| 199 BeforeLoadEventInIsolatedWorld = 163, | 199 BeforeLoadEventInIsolatedWorld = 163, |
| 200 PrefixedAudioDecodedByteCount = 164, | 200 PrefixedAudioDecodedByteCount = 164, |
| 201 PrefixedVideoDecodedByteCount = 165, | 201 PrefixedVideoDecodedByteCount = 165, |
| 202 PrefixedVideoSupportsFullscreen = 166, |
| 203 PrefixedVideoDisplayingFullscreen = 167, |
| 204 PrefixedVideoEnterFullscreen = 168, |
| 205 PrefixedVideoExitFullscreen = 169, |
| 206 PrefixedVideoEnterFullScreen = 170, |
| 207 PrefixedVideoExitFullScreen = 171, |
| 202 PrefixedVideoDecodedFrameCount = 172, | 208 PrefixedVideoDecodedFrameCount = 172, |
| 203 PrefixedVideoDroppedFrameCount = 173, | 209 PrefixedVideoDroppedFrameCount = 173, |
| 204 PrefixedElementRequestFullscreen = 176, | 210 PrefixedElementRequestFullscreen = 176, |
| 205 PrefixedElementRequestFullScreen = 177, | 211 PrefixedElementRequestFullScreen = 177, |
| 206 BarPropLocationbar = 178, | 212 BarPropLocationbar = 178, |
| 207 BarPropMenubar = 179, | 213 BarPropMenubar = 179, |
| 208 BarPropPersonalbar = 180, | 214 BarPropPersonalbar = 180, |
| 209 BarPropScrollbars = 181, | 215 BarPropScrollbars = 181, |
| 210 BarPropStatusbar = 182, | 216 BarPropStatusbar = 182, |
| 211 BarPropToolbar = 183, | 217 BarPropToolbar = 183, |
| (...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 351 | 357 |
| 352 void updateMeasurements(); | 358 void updateMeasurements(); |
| 353 | 359 |
| 354 OwnPtr<BitVector> m_countBits; | 360 OwnPtr<BitVector> m_countBits; |
| 355 BitVector m_CSSFeatureBits; | 361 BitVector m_CSSFeatureBits; |
| 356 }; | 362 }; |
| 357 | 363 |
| 358 } // namespace WebCore | 364 } // namespace WebCore |
| 359 | 365 |
| 360 #endif // UseCounter_h | 366 #endif // UseCounter_h |
| OLD | NEW |