| 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 612 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 623 UpgradeInsecureRequestsEnabled = 740, | 623 UpgradeInsecureRequestsEnabled = 740, |
| 624 UpgradeInsecureRequestsUpgradedRequest = 741, | 624 UpgradeInsecureRequestsUpgradedRequest = 741, |
| 625 DocumentDesignMode = 742, | 625 DocumentDesignMode = 742, |
| 626 GlobalCacheStorage = 743, | 626 GlobalCacheStorage = 743, |
| 627 NetInfo = 744, | 627 NetInfo = 744, |
| 628 BackgroundSync = 745, | 628 BackgroundSync = 745, |
| 629 LegacyConst = 748, | 629 LegacyConst = 748, |
| 630 V8Permissions_Query_Method = 750, | 630 V8Permissions_Query_Method = 750, |
| 631 // The above items are available in M43 branch. | 631 // The above items are available in M43 branch. |
| 632 | 632 |
| 633 LegacyCSSValueIntrinsic = 751, | |
| 634 LegacyCSSValueMinIntrinsic = 752, | |
| 635 WebkitCanvas = 753, | 633 WebkitCanvas = 753, |
| 636 V8HTMLInputElement_Autocapitalize_AttributeGetter = 754, | 634 V8HTMLInputElement_Autocapitalize_AttributeGetter = 754, |
| 637 V8HTMLInputElement_Autocapitalize_AttributeSetter = 755, | 635 V8HTMLInputElement_Autocapitalize_AttributeSetter = 755, |
| 638 V8HTMLTextAreaElement_Autocapitalize_AttributeGetter = 756, | 636 V8HTMLTextAreaElement_Autocapitalize_AttributeGetter = 756, |
| 639 V8HTMLTextAreaElement_Autocapitalize_AttributeSetter = 757, | 637 V8HTMLTextAreaElement_Autocapitalize_AttributeSetter = 757, |
| 640 SVGHrefBaseVal = 758, | 638 SVGHrefBaseVal = 758, |
| 641 SVGHrefAnimVal = 759, | 639 SVGHrefAnimVal = 759, |
| 642 V8CSSRuleList_Item_Method = 760, | 640 V8CSSRuleList_Item_Method = 760, |
| 643 V8MediaList_Item_Method = 761, | 641 V8MediaList_Item_Method = 761, |
| 644 V8StyleSheetList_Item_Method = 762, | 642 V8StyleSheetList_Item_Method = 762, |
| (...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 954 | 952 |
| 955 bool hasRecordedMeasurement(Feature feature) const { return m_countBits.hasR
ecordedMeasurement(feature); } | 953 bool hasRecordedMeasurement(Feature feature) const { return m_countBits.hasR
ecordedMeasurement(feature); } |
| 956 | 954 |
| 957 CountBits m_countBits; | 955 CountBits m_countBits; |
| 958 BitVector m_CSSFeatureBits; | 956 BitVector m_CSSFeatureBits; |
| 959 }; | 957 }; |
| 960 | 958 |
| 961 } // namespace blink | 959 } // namespace blink |
| 962 | 960 |
| 963 #endif // UseCounter_h | 961 #endif // UseCounter_h |
| OLD | NEW |