| 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 1080 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1091 ScriptPassesCSPDynamic = 1275, | 1091 ScriptPassesCSPDynamic = 1275, |
| 1092 ScriptPassesCSPNonce = 1276, | 1092 ScriptPassesCSPNonce = 1276, |
| 1093 CSPWithUnsafeDynamic = 1277, | 1093 CSPWithUnsafeDynamic = 1277, |
| 1094 ScrollAnchored = 1278, | 1094 ScrollAnchored = 1278, |
| 1095 AddEventListenerFourArguments = 1279, | 1095 AddEventListenerFourArguments = 1279, |
| 1096 RemoveEventListenerFourArguments = 1280, | 1096 RemoveEventListenerFourArguments = 1280, |
| 1097 InvalidReportUriDirectiveInMetaCSP = 1281, | 1097 InvalidReportUriDirectiveInMetaCSP = 1281, |
| 1098 InvalidSandboxDirectiveInMetaCSP = 1282, | 1098 InvalidSandboxDirectiveInMetaCSP = 1282, |
| 1099 InvalidFrameAncestorsDirectiveInMetaCSP = 1283, | 1099 InvalidFrameAncestorsDirectiveInMetaCSP = 1283, |
| 1100 TouchDragUserGestureUsed = 1284, | 1100 TouchDragUserGestureUsed = 1284, |
| 1101 TouchDragUserGestureUsedCrossOrigin = 1285, | |
| 1102 DocumentCreateEventForeignFetchEvent = 1286, | 1101 DocumentCreateEventForeignFetchEvent = 1286, |
| 1103 SVGCalcModeDiscrete = 1287, | 1102 SVGCalcModeDiscrete = 1287, |
| 1104 SVGCalcModeLinear = 1288, | 1103 SVGCalcModeLinear = 1288, |
| 1105 SVGCalcModePaced = 1289, | 1104 SVGCalcModePaced = 1289, |
| 1106 SVGCalcModeSpline = 1290, | 1105 SVGCalcModeSpline = 1290, |
| 1107 FormSubmissionStarted = 1291, | 1106 FormSubmissionStarted = 1291, |
| 1108 FormValidationStarted = 1292, | 1107 FormValidationStarted = 1292, |
| 1109 FormValidationAbortedSubmission = 1293, | 1108 FormValidationAbortedSubmission = 1293, |
| 1110 FormValidationShowedMessage = 1294, | 1109 FormValidationShowedMessage = 1294, |
| 1111 WebAnimationsEasingAsFunctionLinear = 1295, | 1110 WebAnimationsEasingAsFunctionLinear = 1295, |
| (...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1250 friend class UseCounterTest; | 1249 friend class UseCounterTest; |
| 1251 static int m_muteCount; | 1250 static int m_muteCount; |
| 1252 | 1251 |
| 1253 CountBits m_countBits; | 1252 CountBits m_countBits; |
| 1254 BitVector m_CSSFeatureBits; | 1253 BitVector m_CSSFeatureBits; |
| 1255 }; | 1254 }; |
| 1256 | 1255 |
| 1257 } // namespace blink | 1256 } // namespace blink |
| 1258 | 1257 |
| 1259 #endif // UseCounter_h | 1258 #endif // UseCounter_h |
| OLD | NEW |