| 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 1410 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1421 kServiceWorkerNavigationPreload = 1803, | 1421 kServiceWorkerNavigationPreload = 1803, |
| 1422 kFullscreenRequestWithPendingElement = 1804, | 1422 kFullscreenRequestWithPendingElement = 1804, |
| 1423 kHTMLIFrameElementAllowfullscreenAttributeSetAfterContentLoad = 1805, | 1423 kHTMLIFrameElementAllowfullscreenAttributeSetAfterContentLoad = 1805, |
| 1424 kPointerEventSetCaptureOutsideDispatch = 1806, | 1424 kPointerEventSetCaptureOutsideDispatch = 1806, |
| 1425 kNotificationPermissionRequestedInsecureOrigin = 1807, | 1425 kNotificationPermissionRequestedInsecureOrigin = 1807, |
| 1426 kV8DeprecatedStorageInfo_QueryUsageAndQuota_Method = 1808, | 1426 kV8DeprecatedStorageInfo_QueryUsageAndQuota_Method = 1808, |
| 1427 kV8DeprecatedStorageInfo_RequestQuota_Method = 1809, | 1427 kV8DeprecatedStorageInfo_RequestQuota_Method = 1809, |
| 1428 kV8DeprecatedStorageQuota_QueryUsageAndQuota_Method = 1810, | 1428 kV8DeprecatedStorageQuota_QueryUsageAndQuota_Method = 1810, |
| 1429 kV8DeprecatedStorageQuota_RequestQuota_Method = 1811, | 1429 kV8DeprecatedStorageQuota_RequestQuota_Method = 1811, |
| 1430 kV8FileReaderSync_Constructor = 1812, | 1430 kV8FileReaderSync_Constructor = 1812, |
| 1431 kUncancellableTouchEventPreventDefaulted = 1813, | 1431 kUncancelableTouchEventPreventDefaulted = 1813, |
| 1432 kUncancellableTouchEventDueToMainThreadResponsivenessPreventDefaulted = | 1432 kUncancelableTouchEventDueToMainThreadResponsivenessPreventDefaulted = 1814, |
| 1433 1814, | |
| 1434 kV8HTMLVideoElement_Poster_AttributeGetter = 1815, | 1433 kV8HTMLVideoElement_Poster_AttributeGetter = 1815, |
| 1435 kV8HTMLVideoElement_Poster_AttributeSetter = 1816, | 1434 kV8HTMLVideoElement_Poster_AttributeSetter = 1816, |
| 1436 kNotificationPermissionRequestedIframe = 1817, | 1435 kNotificationPermissionRequestedIframe = 1817, |
| 1437 kPresentationReceiverInsecureOrigin = 1819, | 1436 kPresentationReceiverInsecureOrigin = 1819, |
| 1438 kPresentationReceiverSecureOrigin = 1820, | 1437 kPresentationReceiverSecureOrigin = 1820, |
| 1439 kPresentationRequestInsecureOrigin = 1821, | 1438 kPresentationRequestInsecureOrigin = 1821, |
| 1440 kPresentationRequestSecureOrigin = 1822, | 1439 kPresentationRequestSecureOrigin = 1822, |
| 1441 kRtcpMuxPolicyNegotiate = 1823, | 1440 kRtcpMuxPolicyNegotiate = 1823, |
| 1442 kDOMClobberedVariableAccessed = 1824, | 1441 kDOMClobberedVariableAccessed = 1824, |
| 1443 kHTMLDocumentCreateProcessingInstruction = 1825, | 1442 kHTMLDocumentCreateProcessingInstruction = 1825, |
| (...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1686 // Tracks what features/properties need to be reported to the legacy | 1685 // Tracks what features/properties need to be reported to the legacy |
| 1687 // histograms. | 1686 // histograms. |
| 1688 BitVector feature_bits_; | 1687 BitVector feature_bits_; |
| 1689 BitVector css_bits_; | 1688 BitVector css_bits_; |
| 1690 } legacy_counter_; | 1689 } legacy_counter_; |
| 1691 }; | 1690 }; |
| 1692 | 1691 |
| 1693 } // namespace blink | 1692 } // namespace blink |
| 1694 | 1693 |
| 1695 #endif // UseCounter_h | 1694 #endif // UseCounter_h |
| OLD | NEW |