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 1340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1351 GamepadDisplayId = 1627, | 1351 GamepadDisplayId = 1627, |
1352 GamepadButtonTouched = 1628, | 1352 GamepadButtonTouched = 1628, |
1353 GamepadPoseHasOrientation = 1629, | 1353 GamepadPoseHasOrientation = 1629, |
1354 GamepadPoseHasPosition = 1630, | 1354 GamepadPoseHasPosition = 1630, |
1355 GamepadPosePosition = 1631, | 1355 GamepadPosePosition = 1631, |
1356 GamepadPoseLinearVelocity = 1632, | 1356 GamepadPoseLinearVelocity = 1632, |
1357 GamepadPoseLinearAcceleration = 1633, | 1357 GamepadPoseLinearAcceleration = 1633, |
1358 GamepadPoseOrientation = 1634, | 1358 GamepadPoseOrientation = 1634, |
1359 GamepadPoseAngularVelocity = 1635, | 1359 GamepadPoseAngularVelocity = 1635, |
1360 GamepadPoseAngularAcceleration = 1636, | 1360 GamepadPoseAngularAcceleration = 1636, |
1361 DeprecatedBluetoothDeviceUUIDsAttribute = 1637, | |
1362 V8RTCDataChannel_MaxRetransmitTime_AttributeGetter = 1638, | 1361 V8RTCDataChannel_MaxRetransmitTime_AttributeGetter = 1638, |
1363 V8RTCDataChannel_MaxRetransmits_AttributeGetter = 1639, | 1362 V8RTCDataChannel_MaxRetransmits_AttributeGetter = 1639, |
1364 V8RTCDataChannel_Reliable_AttributeGetter = 1640, | 1363 V8RTCDataChannel_Reliable_AttributeGetter = 1640, |
1365 V8RTCPeerConnection_AddStream_Method = 1641, | 1364 V8RTCPeerConnection_AddStream_Method = 1641, |
1366 V8RTCPeerConnection_CreateDTMFSender_Method = 1642, | 1365 V8RTCPeerConnection_CreateDTMFSender_Method = 1642, |
1367 V8RTCPeerConnection_GetLocalStreams_Method = 1643, | 1366 V8RTCPeerConnection_GetLocalStreams_Method = 1643, |
1368 V8RTCPeerConnection_GetRemoteStreams_Method = 1644, | 1367 V8RTCPeerConnection_GetRemoteStreams_Method = 1644, |
1369 V8RTCPeerConnection_GetStreamById_Method = 1645, | 1368 V8RTCPeerConnection_GetStreamById_Method = 1645, |
1370 V8RTCPeerConnection_RemoveStream_Method = 1646, | 1369 V8RTCPeerConnection_RemoveStream_Method = 1646, |
1371 V8RTCPeerConnection_UpdateIce_Method = 1647, | 1370 V8RTCPeerConnection_UpdateIce_Method = 1647, |
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1468 // Tracks what features/properties need to be reported to the legacy | 1467 // Tracks what features/properties need to be reported to the legacy |
1469 // histograms. | 1468 // histograms. |
1470 BitVector m_featureBits; | 1469 BitVector m_featureBits; |
1471 BitVector m_CSSBits; | 1470 BitVector m_CSSBits; |
1472 } m_legacyCounter; | 1471 } m_legacyCounter; |
1473 }; | 1472 }; |
1474 | 1473 |
1475 } // namespace blink | 1474 } // namespace blink |
1476 | 1475 |
1477 #endif // UseCounter_h | 1476 #endif // UseCounter_h |
OLD | NEW |