| 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 917 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 928 SVG1DOMSVGElement = 1114, | 928 SVG1DOMSVGElement = 1114, |
| 929 SVG1DOMImageElement = 1115, | 929 SVG1DOMImageElement = 1115, |
| 930 SVG1DOMForeignObjectElement = 1116, | 930 SVG1DOMForeignObjectElement = 1116, |
| 931 AudioContextCreateIIRFilter = 1117, | 931 AudioContextCreateIIRFilter = 1117, |
| 932 // The above items are available in M49 branch | 932 // The above items are available in M49 branch |
| 933 | 933 |
| 934 CSSSelectorPseudoSlotted = 1118, | 934 CSSSelectorPseudoSlotted = 1118, |
| 935 MediaDevicesEnumerateDevices = 1119, | 935 MediaDevicesEnumerateDevices = 1119, |
| 936 NonSecureSharedWorkerAccessedFromSecureContext = 1120, | 936 NonSecureSharedWorkerAccessedFromSecureContext = 1120, |
| 937 SecureSharedWorkerAccessedFromNonSecureContext = 1121, | 937 SecureSharedWorkerAccessedFromNonSecureContext = 1121, |
| 938 EventDeepPath = 1123, | 938 EventComposedPath = 1123, |
| 939 LinkHeaderPreload = 1124, | 939 LinkHeaderPreload = 1124, |
| 940 MouseWheelEvent = 1125, | 940 MouseWheelEvent = 1125, |
| 941 WheelEvent = 1126, | 941 WheelEvent = 1126, |
| 942 MouseWheelAndWheelEvent = 1127, | 942 MouseWheelAndWheelEvent = 1127, |
| 943 BodyScrollsInAdditionToViewport = 1128, | 943 BodyScrollsInAdditionToViewport = 1128, |
| 944 DocumentDesignModeEnabeld = 1129, | 944 DocumentDesignModeEnabeld = 1129, |
| 945 ContentEditableTrue = 1130, | 945 ContentEditableTrue = 1130, |
| 946 ContentEditableTrueOnHTML = 1131, | 946 ContentEditableTrueOnHTML = 1131, |
| 947 ContentEditablePlainTextOnly = 1132, | 947 ContentEditablePlainTextOnly = 1132, |
| 948 V8RegExpPrototypeUnicodeGetter = 1133, | 948 V8RegExpPrototypeUnicodeGetter = 1133, |
| (...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1287 friend class UseCounterTest; | 1287 friend class UseCounterTest; |
| 1288 static int m_muteCount; | 1288 static int m_muteCount; |
| 1289 | 1289 |
| 1290 CountBits m_countBits; | 1290 CountBits m_countBits; |
| 1291 BitVector m_CSSFeatureBits; | 1291 BitVector m_CSSFeatureBits; |
| 1292 }; | 1292 }; |
| 1293 | 1293 |
| 1294 } // namespace blink | 1294 } // namespace blink |
| 1295 | 1295 |
| 1296 #endif // UseCounter_h | 1296 #endif // UseCounter_h |
| OLD | NEW |