| 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 1417 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1428 kPresentationReceiverInsecureOrigin = 1819, | 1428 kPresentationReceiverInsecureOrigin = 1819, |
| 1429 kPresentationReceiverSecureOrigin = 1820, | 1429 kPresentationReceiverSecureOrigin = 1820, |
| 1430 kPresentationRequestInsecureOrigin = 1821, | 1430 kPresentationRequestInsecureOrigin = 1821, |
| 1431 kPresentationRequestSecureOrigin = 1822, | 1431 kPresentationRequestSecureOrigin = 1822, |
| 1432 kRtcpMuxPolicyNegotiate = 1823, | 1432 kRtcpMuxPolicyNegotiate = 1823, |
| 1433 kDOMClobberedVariableAccessed = 1824, | 1433 kDOMClobberedVariableAccessed = 1824, |
| 1434 kHTMLDocumentCreateProcessingInstruction = 1825, | 1434 kHTMLDocumentCreateProcessingInstruction = 1825, |
| 1435 kFetchResponseConstructionWithStream = 1826, | 1435 kFetchResponseConstructionWithStream = 1826, |
| 1436 kLocationOrigin = 1827, | 1436 kLocationOrigin = 1827, |
| 1437 kDocumentOrigin = 1828, | 1437 kDocumentOrigin = 1828, |
| 1438 kSubtleCryptoOnlyStrictSecureContextCheckFailed = 1829, | |
| 1439 kCanvas2DFilter = 1830, | 1438 kCanvas2DFilter = 1830, |
| 1440 kCanvas2DImageSmoothingQuality = 1831, | 1439 kCanvas2DImageSmoothingQuality = 1831, |
| 1441 kCanvasToBlob = 1832, | 1440 kCanvasToBlob = 1832, |
| 1442 kCanvasToDataURL = 1833, | 1441 kCanvasToDataURL = 1833, |
| 1443 kOffscreenCanvasConvertToBlob = 1834, | 1442 kOffscreenCanvasConvertToBlob = 1834, |
| 1444 kSVGInCanvas2D = 1835, | 1443 kSVGInCanvas2D = 1835, |
| 1445 kSVGInWebGL = 1836, | 1444 kSVGInWebGL = 1836, |
| 1446 kSelectionFuncionsChangeFocus = 1837, | 1445 kSelectionFuncionsChangeFocus = 1837, |
| 1447 kHTMLObjectElementGetter = 1838, | 1446 kHTMLObjectElementGetter = 1838, |
| 1448 kHTMLObjectElementSetter = 1839, | 1447 kHTMLObjectElementSetter = 1839, |
| (...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1690 // Tracks what features/properties need to be reported to the legacy | 1689 // Tracks what features/properties need to be reported to the legacy |
| 1691 // histograms. | 1690 // histograms. |
| 1692 BitVector feature_bits_; | 1691 BitVector feature_bits_; |
| 1693 BitVector css_bits_; | 1692 BitVector css_bits_; |
| 1694 } legacy_counter_; | 1693 } legacy_counter_; |
| 1695 }; | 1694 }; |
| 1696 | 1695 |
| 1697 } // namespace blink | 1696 } // namespace blink |
| 1698 | 1697 |
| 1699 #endif // UseCounter_h | 1698 #endif // UseCounter_h |
| OLD | NEW |