| 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 934 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 945 ContentEditableTrue = 1130, | 945 ContentEditableTrue = 1130, |
| 946 ContentEditableTrueOnHTML = 1131, | 946 ContentEditableTrueOnHTML = 1131, |
| 947 ContentEditablePlainTextOnly = 1132, | 947 ContentEditablePlainTextOnly = 1132, |
| 948 V8RegExpPrototypeUnicodeGetter = 1133, | 948 V8RegExpPrototypeUnicodeGetter = 1133, |
| 949 V8IntlV8Parse = 1134, | 949 V8IntlV8Parse = 1134, |
| 950 V8IntlPattern = 1135, | 950 V8IntlPattern = 1135, |
| 951 V8IntlResolved = 1136, | 951 V8IntlResolved = 1136, |
| 952 V8PromiseChain = 1137, | 952 V8PromiseChain = 1137, |
| 953 V8PromiseAccept = 1138, | 953 V8PromiseAccept = 1138, |
| 954 V8PromiseDefer = 1139, | 954 V8PromiseDefer = 1139, |
| 955 EventScoped = 1140, | 955 EventComposed = 1140, |
| 956 GeolocationInsecureOriginIframe = 1141, | 956 GeolocationInsecureOriginIframe = 1141, |
| 957 GeolocationSecureOriginIframe = 1142, | 957 GeolocationSecureOriginIframe = 1142, |
| 958 RequestMIDIAccessIframe = 1143, | 958 RequestMIDIAccessIframe = 1143, |
| 959 GetUserMediaInsecureOriginIframe = 1144, | 959 GetUserMediaInsecureOriginIframe = 1144, |
| 960 GetUserMediaSecureOriginIframe = 1145, | 960 GetUserMediaSecureOriginIframe = 1145, |
| 961 ElementRequestPointerLockIframe = 1146, | 961 ElementRequestPointerLockIframe = 1146, |
| 962 NotificationAPIInsecureOriginIframe = 1147, | 962 NotificationAPIInsecureOriginIframe = 1147, |
| 963 NotificationAPISecureOriginIframe = 1148, | 963 NotificationAPISecureOriginIframe = 1148, |
| 964 WebSocket = 1149, | 964 WebSocket = 1149, |
| 965 MediaStreamConstraintsNameValue = 1150, | 965 MediaStreamConstraintsNameValue = 1150, |
| (...skipping 321 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 |