| 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 808 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 819 ExternalAddSearchProvider = 981, | 819 ExternalAddSearchProvider = 981, |
| 820 ExternalIsSearchProviderInstalled = 982, | 820 ExternalIsSearchProviderInstalled = 982, |
| 821 V8Permissions_RequestAll_Method = 983, | 821 V8Permissions_RequestAll_Method = 983, |
| 822 BluetoothDeviceInstanceId = 984, | 822 BluetoothDeviceInstanceId = 984, |
| 823 HTMLLabelElementFormIDLAttribute = 985, | 823 HTMLLabelElementFormIDLAttribute = 985, |
| 824 HTMLLabelElementFormContentAttribute = 986, | 824 HTMLLabelElementFormContentAttribute = 986, |
| 825 DeviceOrientationAbsoluteInsecureOrigin = 987, | 825 DeviceOrientationAbsoluteInsecureOrigin = 987, |
| 826 DeviceOrientationAbsoluteSecureOrigin = 988, | 826 DeviceOrientationAbsoluteSecureOrigin = 988, |
| 827 FontFaceConstructor = 989, | 827 FontFaceConstructor = 989, |
| 828 ServiceWorkerControlledPage = 990, | 828 ServiceWorkerControlledPage = 990, |
| 829 MeterElementWithContinuousCapacityAppearance = 991, | |
| 830 MeterElementWithDiscreteCapacityAppearance = 992, | |
| 831 MeterElementWithMeterAppearance = 993, | 829 MeterElementWithMeterAppearance = 993, |
| 832 MeterElementWithNoneAppearance = 994, | 830 MeterElementWithNoneAppearance = 994, |
| 833 MeterElementWithRatingAppearance = 995, | |
| 834 MeterElementWithRelevancyAppearance = 996, | |
| 835 SelectionAnchorNode = 997, | 831 SelectionAnchorNode = 997, |
| 836 SelectionAnchorOffset = 998, | 832 SelectionAnchorOffset = 998, |
| 837 SelectionFocusNode = 999, | 833 SelectionFocusNode = 999, |
| 838 SelectionFocusOffset = 1000, | 834 SelectionFocusOffset = 1000, |
| 839 SelectionIsCollapsed = 1001, | 835 SelectionIsCollapsed = 1001, |
| 840 SelectionRangeCount = 1002, | 836 SelectionRangeCount = 1002, |
| 841 SelectionGetRangeAt = 1003, | 837 SelectionGetRangeAt = 1003, |
| 842 SelectionAddRange = 1004, | 838 SelectionAddRange = 1004, |
| 843 SelectionRemoveAllRanges = 1005, | 839 SelectionRemoveAllRanges = 1005, |
| 844 SelectionCollapse = 1006, | 840 SelectionCollapse = 1006, |
| (...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1174 friend class UseCounterTest; | 1170 friend class UseCounterTest; |
| 1175 static int m_muteCount; | 1171 static int m_muteCount; |
| 1176 | 1172 |
| 1177 CountBits m_countBits; | 1173 CountBits m_countBits; |
| 1178 BitVector m_CSSFeatureBits; | 1174 BitVector m_CSSFeatureBits; |
| 1179 }; | 1175 }; |
| 1180 | 1176 |
| 1181 } // namespace blink | 1177 } // namespace blink |
| 1182 | 1178 |
| 1183 #endif // UseCounter_h | 1179 #endif // UseCounter_h |
| OLD | NEW |