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 1023 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1034 HTMLMediaElementInDocument = 1230, | 1034 HTMLMediaElementInDocument = 1230, |
1035 HTMLMediaElementControlsAttribute = 1231, | 1035 HTMLMediaElementControlsAttribute = 1231, |
1036 V8Animation_Oncancel_AttributeGetter = 1233, | 1036 V8Animation_Oncancel_AttributeGetter = 1233, |
1037 V8Animation_Oncancel_AttributeSetter = 1234, | 1037 V8Animation_Oncancel_AttributeSetter = 1234, |
1038 V8HTMLCommentInExternalScript = 1235, | 1038 V8HTMLCommentInExternalScript = 1235, |
1039 V8HTMLComment = 1236, | 1039 V8HTMLComment = 1236, |
1040 V8SloppyModeBlockScopedFunctionRedefinition = 1237, | 1040 V8SloppyModeBlockScopedFunctionRedefinition = 1237, |
1041 V8ForInInitializer = 1238, | 1041 V8ForInInitializer = 1238, |
1042 V8Animation_Id_AttributeGetter = 1239, | 1042 V8Animation_Id_AttributeGetter = 1239, |
1043 V8Animation_Id_AttributeSetter = 1240, | 1043 V8Animation_Id_AttributeSetter = 1240, |
1044 MediaStreamOnEnded = 1241, | |
1045 DocumentCreateEventInputEvent = 1242, | 1044 DocumentCreateEventInputEvent = 1242, |
1046 WebAnimationHyphenatedProperty = 1243, | 1045 WebAnimationHyphenatedProperty = 1243, |
1047 FormControlsCollectionReturnsRadioNodeListForFieldSet = 1244, | 1046 FormControlsCollectionReturnsRadioNodeListForFieldSet = 1244, |
1048 ApplicationCacheManifestSelectInsecureOrigin = 1245, | 1047 ApplicationCacheManifestSelectInsecureOrigin = 1245, |
1049 ApplicationCacheManifestSelectSecureOrigin = 1246, | 1048 ApplicationCacheManifestSelectSecureOrigin = 1246, |
1050 ApplicationCacheAPIInsecureOrigin = 1247, | 1049 ApplicationCacheAPIInsecureOrigin = 1247, |
1051 ApplicationCacheAPISecureOrigin = 1248, | 1050 ApplicationCacheAPISecureOrigin = 1248, |
1052 // The above items are available in M50 branch | 1051 // The above items are available in M50 branch |
1053 | 1052 |
1054 CSSAtRuleApply = 1249, | 1053 CSSAtRuleApply = 1249, |
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1331 friend class UseCounterTest; | 1330 friend class UseCounterTest; |
1332 static int m_muteCount; | 1331 static int m_muteCount; |
1333 | 1332 |
1334 CountBits m_countBits; | 1333 CountBits m_countBits; |
1335 BitVector m_CSSFeatureBits; | 1334 BitVector m_CSSFeatureBits; |
1336 }; | 1335 }; |
1337 | 1336 |
1338 } // namespace blink | 1337 } // namespace blink |
1339 | 1338 |
1340 #endif // UseCounter_h | 1339 #endif // UseCounter_h |
OLD | NEW |