| 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 1191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1202 MetaSetCookieWhenCSPBlocksInlineScript = 1549, | 1202 MetaSetCookieWhenCSPBlocksInlineScript = 1549, |
| 1203 MetaRefreshWhenCSPBlocksInlineScript = 1550, | 1203 MetaRefreshWhenCSPBlocksInlineScript = 1550, |
| 1204 MiddleClickAutoscrollStart = 1551, | 1204 MiddleClickAutoscrollStart = 1551, |
| 1205 RTCPeerConnectionCreateOfferOptionsOfferToReceive = 1553, | 1205 RTCPeerConnectionCreateOfferOptionsOfferToReceive = 1553, |
| 1206 DragAndDropScrollStart = 1554, | 1206 DragAndDropScrollStart = 1554, |
| 1207 PresentationConnectionListConnectionAvailableEventListener = 1555, | 1207 PresentationConnectionListConnectionAvailableEventListener = 1555, |
| 1208 WebAudioAutoplayCrossOriginIframe = 1556, | 1208 WebAudioAutoplayCrossOriginIframe = 1556, |
| 1209 VRGetDisplays = 1558, | 1209 VRGetDisplays = 1558, |
| 1210 VRPresent = 1559, | 1210 VRPresent = 1559, |
| 1211 VRDeprecatedGetPose = 1560, | 1211 VRDeprecatedGetPose = 1560, |
| 1212 WebAudioAnalyserNode = 1561, | |
| 1213 WebAudioAudioBuffer = 1562, | |
| 1214 WebAudioAudioBufferSourceNode = 1563, | |
| 1215 WebAudioBiquadFilterNode = 1564, | |
| 1216 WebAudioChannelMergerNode = 1565, | |
| 1217 WebAudioChannelSplitterNode = 1566, | |
| 1218 WebAudioConvolverNode = 1567, | |
| 1219 WebAudioDelayNode = 1568, | |
| 1220 WebAudioDynamicsCompressorNode = 1569, | |
| 1221 WebAudioGainNode = 1570, | |
| 1222 WebAudioIIRFilterNode = 1571, | |
| 1223 WebAudioMediaElementAudioSourceNode = 1572, | |
| 1224 WebAudioOscillatorNode = 1573, | |
| 1225 WebAudioPannerNode = 1574, | |
| 1226 WebAudioPeriodicWave = 1575, | |
| 1227 WebAudioStereoPannerNode = 1576, | |
| 1228 WebAudioWaveShaperNode = 1577, | |
| 1229 CSSZoomReset = 1578, | 1212 CSSZoomReset = 1578, |
| 1230 CSSZoomDocument = 1579, | 1213 CSSZoomDocument = 1579, |
| 1231 XSSAuditorBlockedScript = 1581, | 1214 XSSAuditorBlockedScript = 1581, |
| 1232 XSSAuditorBlockedEntirePage = 1582, | 1215 XSSAuditorBlockedEntirePage = 1582, |
| 1233 XSSAuditorDisabled = 1583, | 1216 XSSAuditorDisabled = 1583, |
| 1234 XSSAuditorEnabledFilter = 1584, | 1217 XSSAuditorEnabledFilter = 1584, |
| 1235 XSSAuditorEnabledBlock = 1585, | 1218 XSSAuditorEnabledBlock = 1585, |
| 1236 XSSAuditorInvalid = 1586, | 1219 XSSAuditorInvalid = 1586, |
| 1237 TextInputEventOnInput = 1589, | 1220 TextInputEventOnInput = 1589, |
| 1238 TextInputEventOnTextArea = 1590, | 1221 TextInputEventOnTextArea = 1590, |
| (...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1578 // Tracks what features/properties need to be reported to the legacy | 1561 // Tracks what features/properties need to be reported to the legacy |
| 1579 // histograms. | 1562 // histograms. |
| 1580 BitVector m_featureBits; | 1563 BitVector m_featureBits; |
| 1581 BitVector m_CSSBits; | 1564 BitVector m_CSSBits; |
| 1582 } m_legacyCounter; | 1565 } m_legacyCounter; |
| 1583 }; | 1566 }; |
| 1584 | 1567 |
| 1585 } // namespace blink | 1568 } // namespace blink |
| 1586 | 1569 |
| 1587 #endif // UseCounter_h | 1570 #endif // UseCounter_h |
| OLD | NEW |