| 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 1420 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1431 V8DeprecatedStorageInfo_QueryUsageAndQuota_Method = 1808, | 1431 V8DeprecatedStorageInfo_QueryUsageAndQuota_Method = 1808, |
| 1432 V8DeprecatedStorageInfo_RequestQuota_Method = 1809, | 1432 V8DeprecatedStorageInfo_RequestQuota_Method = 1809, |
| 1433 V8DeprecatedStorageQuota_QueryUsageAndQuota_Method = 1810, | 1433 V8DeprecatedStorageQuota_QueryUsageAndQuota_Method = 1810, |
| 1434 V8DeprecatedStorageQuota_RequestQuota_Method = 1811, | 1434 V8DeprecatedStorageQuota_RequestQuota_Method = 1811, |
| 1435 V8FileReaderSync_Constructor = 1812, | 1435 V8FileReaderSync_Constructor = 1812, |
| 1436 UncancellableTouchEventPreventDefaulted = 1813, | 1436 UncancellableTouchEventPreventDefaulted = 1813, |
| 1437 UncancellableTouchEventDueToMainThreadResponsivenessPreventDefaulted = 1814, | 1437 UncancellableTouchEventDueToMainThreadResponsivenessPreventDefaulted = 1814, |
| 1438 V8HTMLVideoElement_Poster_AttributeGetter = 1815, | 1438 V8HTMLVideoElement_Poster_AttributeGetter = 1815, |
| 1439 V8HTMLVideoElement_Poster_AttributeSetter = 1816, | 1439 V8HTMLVideoElement_Poster_AttributeSetter = 1816, |
| 1440 NotificationPermissionRequestedIframe = 1817, | 1440 NotificationPermissionRequestedIframe = 1817, |
| 1441 FileReaderSyncInServiceWorker = 1818, | |
| 1442 PresentationReceiverInsecureOrigin = 1819, | 1441 PresentationReceiverInsecureOrigin = 1819, |
| 1443 PresentationReceiverSecureOrigin = 1820, | 1442 PresentationReceiverSecureOrigin = 1820, |
| 1444 PresentationRequestInsecureOrigin = 1821, | 1443 PresentationRequestInsecureOrigin = 1821, |
| 1445 PresentationRequestSecureOrigin = 1822, | 1444 PresentationRequestSecureOrigin = 1822, |
| 1446 RtcpMuxPolicyNegotiate = 1823, | 1445 RtcpMuxPolicyNegotiate = 1823, |
| 1447 DOMClobberedVariableAccessed = 1824, | 1446 DOMClobberedVariableAccessed = 1824, |
| 1448 HTMLDocumentCreateProcessingInstruction = 1825, | 1447 HTMLDocumentCreateProcessingInstruction = 1825, |
| 1449 FetchResponseConstructionWithStream = 1826, | 1448 FetchResponseConstructionWithStream = 1826, |
| 1450 LocationOrigin = 1827, | 1449 LocationOrigin = 1827, |
| 1451 DocumentOrigin = 1828, | 1450 DocumentOrigin = 1828, |
| (...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1601 // Tracks what features/properties need to be reported to the legacy | 1600 // Tracks what features/properties need to be reported to the legacy |
| 1602 // histograms. | 1601 // histograms. |
| 1603 BitVector m_featureBits; | 1602 BitVector m_featureBits; |
| 1604 BitVector m_CSSBits; | 1603 BitVector m_CSSBits; |
| 1605 } m_legacyCounter; | 1604 } m_legacyCounter; |
| 1606 }; | 1605 }; |
| 1607 | 1606 |
| 1608 } // namespace blink | 1607 } // namespace blink |
| 1609 | 1608 |
| 1610 #endif // UseCounter_h | 1609 #endif // UseCounter_h |
| OLD | NEW |