| 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 632 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 643 CryptoAlgorithmEcdh = 736, | 643 CryptoAlgorithmEcdh = 736, |
| 644 CryptoAlgorithmHkdf = 737, | 644 CryptoAlgorithmHkdf = 737, |
| 645 CryptoAlgorithmPbkdf2 = 738, | 645 CryptoAlgorithmPbkdf2 = 738, |
| 646 DocumentSetDomain = 739, | 646 DocumentSetDomain = 739, |
| 647 UpgradeInsecureRequestsEnabled = 740, | 647 UpgradeInsecureRequestsEnabled = 740, |
| 648 UpgradeInsecureRequestsUpgradedRequest = 741, | 648 UpgradeInsecureRequestsUpgradedRequest = 741, |
| 649 DocumentDesignMode = 742, | 649 DocumentDesignMode = 742, |
| 650 GlobalCacheStorage = 743, | 650 GlobalCacheStorage = 743, |
| 651 NetInfo = 744, | 651 NetInfo = 744, |
| 652 BackgroundSync = 745, | 652 BackgroundSync = 745, |
| 653 TabStopProperty = 746, | |
| 654 TabStopAttribute = 747, | |
| 655 LegacyConst = 748, | 653 LegacyConst = 748, |
| 656 V8Permissions_Query_Method = 750, | 654 V8Permissions_Query_Method = 750, |
| 657 // The above items are available in M43 branch. | 655 // The above items are available in M43 branch. |
| 658 | 656 |
| 659 LegacyCSSValueIntrinsic = 751, | 657 LegacyCSSValueIntrinsic = 751, |
| 660 LegacyCSSValueMinIntrinsic = 752, | 658 LegacyCSSValueMinIntrinsic = 752, |
| 661 WebkitCanvas = 753, | 659 WebkitCanvas = 753, |
| 662 V8HTMLInputElement_Autocapitalize_AttributeGetter = 754, | 660 V8HTMLInputElement_Autocapitalize_AttributeGetter = 754, |
| 663 V8HTMLInputElement_Autocapitalize_AttributeSetter = 755, | 661 V8HTMLInputElement_Autocapitalize_AttributeSetter = 755, |
| 664 V8HTMLTextAreaElement_Autocapitalize_AttributeGetter = 756, | 662 V8HTMLTextAreaElement_Autocapitalize_AttributeGetter = 756, |
| (...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 826 | 824 |
| 827 bool hasRecordedMeasurement(Feature feature) const { return m_countBits.hasR
ecordedMeasurement(feature); } | 825 bool hasRecordedMeasurement(Feature feature) const { return m_countBits.hasR
ecordedMeasurement(feature); } |
| 828 | 826 |
| 829 CountBits m_countBits; | 827 CountBits m_countBits; |
| 830 BitVector m_CSSFeatureBits; | 828 BitVector m_CSSFeatureBits; |
| 831 }; | 829 }; |
| 832 | 830 |
| 833 } // namespace blink | 831 } // namespace blink |
| 834 | 832 |
| 835 #endif // UseCounter_h | 833 #endif // UseCounter_h |
| OLD | NEW |