| 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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 156 DOMNodeRemovedEvent = 145, | 156 DOMNodeRemovedEvent = 145, |
| 157 DOMNodeRemovedFromDocumentEvent = 146, | 157 DOMNodeRemovedFromDocumentEvent = 146, |
| 158 DOMNodeInsertedIntoDocumentEvent = 147, | 158 DOMNodeInsertedIntoDocumentEvent = 147, |
| 159 DOMCharacterDataModifiedEvent = 148, | 159 DOMCharacterDataModifiedEvent = 148, |
| 160 DocumentAllLegacyCall = 150, | 160 DocumentAllLegacyCall = 150, |
| 161 GetMatchedCSSRules = 155, | 161 GetMatchedCSSRules = 155, |
| 162 SVGFontInCSS = 156, | 162 SVGFontInCSS = 156, |
| 163 AttributeOwnerElement = 160, // Removed in DOM4. | 163 AttributeOwnerElement = 160, // Removed in DOM4. |
| 164 AttributeSpecified = 162, // Removed in DOM4. | 164 AttributeSpecified = 162, // Removed in DOM4. |
| 165 PrefixedAudioDecodedByteCount = 164, | 165 PrefixedAudioDecodedByteCount = 164, |
| 166 PrefixedVideoDecodedByteCount = 165, | |
| 167 PrefixedVideoSupportsFullscreen = 166, | |
| 168 PrefixedVideoDisplayingFullscreen = 167, | |
| 169 PrefixedVideoEnterFullscreen = 168, | |
| 170 PrefixedVideoExitFullscreen = 169, | |
| 171 PrefixedVideoEnterFullScreen = 170, | |
| 172 PrefixedVideoExitFullScreen = 171, | |
| 173 PrefixedVideoDecodedFrameCount = 172, | |
| 174 PrefixedVideoDroppedFrameCount = 173, | |
| 175 PrefixedElementRequestFullscreen = 176, | 166 PrefixedElementRequestFullscreen = 176, |
| 176 PrefixedElementRequestFullScreen = 177, | 167 PrefixedElementRequestFullScreen = 177, |
| 177 InputTypeEmailMultiple = 184, | 168 InputTypeEmailMultiple = 184, |
| 178 InputTypeEmailMaxLength = 185, | 169 InputTypeEmailMaxLength = 185, |
| 179 InputTypeEmailMultipleMaxLength = 186, | 170 InputTypeEmailMultipleMaxLength = 186, |
| 180 InputTypeText = 190, | 171 InputTypeText = 190, |
| 181 InputTypeTextMaxLength = 191, | 172 InputTypeTextMaxLength = 191, |
| 182 InputTypePassword = 192, | 173 InputTypePassword = 192, |
| 183 InputTypePasswordMaxLength = 193, | 174 InputTypePasswordMaxLength = 193, |
| 184 PrefixedPageVisibility = 196, | 175 PrefixedPageVisibility = 196, |
| (...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 384 UseAsm = 473, | 375 UseAsm = 473, |
| 385 KeyEventNotAllowedInFullScreen = 474, | 376 KeyEventNotAllowedInFullScreen = 474, |
| 386 DOMWindowOpen = 475, | 377 DOMWindowOpen = 475, |
| 387 DOMWindowOpenFeatures = 476, | 378 DOMWindowOpenFeatures = 476, |
| 388 AspectRatioFlexItem = 479, | 379 AspectRatioFlexItem = 479, |
| 389 DetailsElement = 480, | 380 DetailsElement = 480, |
| 390 DialogElement = 481, | 381 DialogElement = 481, |
| 391 MapElement = 482, | 382 MapElement = 482, |
| 392 MeterElement = 483, | 383 MeterElement = 483, |
| 393 ProgressElement = 484, | 384 ProgressElement = 484, |
| 394 VideoFullscreenAllowedExemption = 485, | |
| 395 PrefixedHTMLElementDropzone = 490, | 385 PrefixedHTMLElementDropzone = 490, |
| 396 WheelEventWheelDeltaX = 491, | 386 WheelEventWheelDeltaX = 491, |
| 397 WheelEventWheelDeltaY = 492, | 387 WheelEventWheelDeltaY = 492, |
| 398 WheelEventWheelDelta = 493, | 388 WheelEventWheelDelta = 493, |
| 399 SendBeacon = 494, | 389 SendBeacon = 494, |
| 400 SendBeaconQuotaExceeded = 495, | 390 SendBeaconQuotaExceeded = 495, |
| 401 SVGSMILElementInDocument = 501, | 391 SVGSMILElementInDocument = 501, |
| 402 MouseEventOffsetX = 502, | 392 MouseEventOffsetX = 502, |
| 403 MouseEventOffsetY = 503, | 393 MouseEventOffsetY = 503, |
| 404 MouseEventX = 504, | 394 MouseEventX = 504, |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 485 | 475 |
| 486 void updateMeasurements(); | 476 void updateMeasurements(); |
| 487 | 477 |
| 488 OwnPtr<BitVector> m_countBits; | 478 OwnPtr<BitVector> m_countBits; |
| 489 BitVector m_CSSFeatureBits; | 479 BitVector m_CSSFeatureBits; |
| 490 }; | 480 }; |
| 491 | 481 |
| 492 } // namespace blink | 482 } // namespace blink |
| 493 | 483 |
| 494 #endif // UseCounter_h | 484 #endif // UseCounter_h |
| OLD | NEW |