| 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 614 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 625 V8MessagePort_Start_Method = 782, | 625 V8MessagePort_Start_Method = 782, |
| 626 V8MessagePort_Close_Method = 783, | 626 V8MessagePort_Close_Method = 783, |
| 627 MessagePortsTransferred = 784, | 627 MessagePortsTransferred = 784, |
| 628 CSSKeyframesRuleAnonymousIndexedGetter = 785, | 628 CSSKeyframesRuleAnonymousIndexedGetter = 785, |
| 629 V8Screen_AvailLeft_AttributeGetter = 786, | 629 V8Screen_AvailLeft_AttributeGetter = 786, |
| 630 V8Screen_AvailTop_AttributeGetter = 787, | 630 V8Screen_AvailTop_AttributeGetter = 787, |
| 631 ObjectObserve = 788, | 631 ObjectObserve = 788, |
| 632 V8SVGFEConvolveMatrixElement_PreserveAlpha_AttributeGetter = 791, | 632 V8SVGFEConvolveMatrixElement_PreserveAlpha_AttributeGetter = 791, |
| 633 V8SVGStyleElement_Disabled_AttributeGetter = 798, | 633 V8SVGStyleElement_Disabled_AttributeGetter = 798, |
| 634 V8SVGStyleElement_Disabled_AttributeSetter = 799, | 634 V8SVGStyleElement_Disabled_AttributeSetter = 799, |
| 635 ElementCreateShadowRootMultipleWithUserAgentShadowRoot = 800, | |
| 636 InputTypeFileSecureOrigin = 801, | 635 InputTypeFileSecureOrigin = 801, |
| 637 InputTypeFileInsecureOrigin = 802, | 636 InputTypeFileInsecureOrigin = 802, |
| 638 ElementAttachShadow = 804, | 637 ElementAttachShadow = 804, |
| 639 V8KeyboardEvent_KeyIdentifier_AttributeGetter = 805, | 638 V8KeyboardEvent_KeyIdentifier_AttributeGetter = 805, |
| 640 V8SecurityPolicyViolationEvent_DocumentURI_AttributeGetter = 806, | 639 V8SecurityPolicyViolationEvent_DocumentURI_AttributeGetter = 806, |
| 641 V8SecurityPolicyViolationEvent_BlockedURI_AttributeGetter = 807, | 640 V8SecurityPolicyViolationEvent_BlockedURI_AttributeGetter = 807, |
| 642 V8SecurityPolicyViolationEvent_StatusCode_AttributeGetter = 808, | 641 V8SecurityPolicyViolationEvent_StatusCode_AttributeGetter = 808, |
| 643 HTMLLinkElementDisabled = 809, | 642 HTMLLinkElementDisabled = 809, |
| 644 V8HTMLLinkElement_Disabled_AttributeGetter = 810, | 643 V8HTMLLinkElement_Disabled_AttributeGetter = 810, |
| 645 V8HTMLLinkElement_Disabled_AttributeSetter = 811, | 644 V8HTMLLinkElement_Disabled_AttributeSetter = 811, |
| (...skipping 567 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1213 friend class UseCounterTest; | 1212 friend class UseCounterTest; |
| 1214 static int m_muteCount; | 1213 static int m_muteCount; |
| 1215 | 1214 |
| 1216 CountBits m_countBits; | 1215 CountBits m_countBits; |
| 1217 BitVector m_CSSFeatureBits; | 1216 BitVector m_CSSFeatureBits; |
| 1218 }; | 1217 }; |
| 1219 | 1218 |
| 1220 } // namespace blink | 1219 } // namespace blink |
| 1221 | 1220 |
| 1222 #endif // UseCounter_h | 1221 #endif // UseCounter_h |
| OLD | NEW |