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 709 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
720 V8MemoryInfo_TotalJSHeapSize_AttributeGetter = 879, | 720 V8MemoryInfo_TotalJSHeapSize_AttributeGetter = 879, |
721 V8MemoryInfo_UsedJSHeapSize_AttributeGetter = 880, | 721 V8MemoryInfo_UsedJSHeapSize_AttributeGetter = 880, |
722 V8MemoryInfo_JSHeapSizeLimit_AttributeGetter = 881, | 722 V8MemoryInfo_JSHeapSizeLimit_AttributeGetter = 881, |
723 V8Performance_Timing_AttributeGetter = 882, | 723 V8Performance_Timing_AttributeGetter = 882, |
724 V8Performance_Navigation_AttributeGetter = 883, | 724 V8Performance_Navigation_AttributeGetter = 883, |
725 V8Performance_Memory_AttributeGetter = 884, | 725 V8Performance_Memory_AttributeGetter = 884, |
726 V8SharedWorker_WorkerStart_AttributeGetter = 885, | 726 V8SharedWorker_WorkerStart_AttributeGetter = 885, |
727 HTMLKeygenElement = 886, | 727 HTMLKeygenElement = 886, |
728 // The above items are available in M45 branch. | 728 // The above items are available in M45 branch. |
729 | 729 |
730 V8SVGElement_OffsetParent_AttributeGetter = 887, | |
731 V8SVGElement_OffsetTop_AttributeGetter = 888, | |
732 V8SVGElement_OffsetLeft_AttributeGetter = 889, | |
733 V8SVGElement_OffsetWidth_AttributeGetter = 890, | |
734 V8SVGElement_OffsetHeight_AttributeGetter = 891, | |
735 HTMLMediaElementPreloadNone = 892, | 730 HTMLMediaElementPreloadNone = 892, |
736 HTMLMediaElementPreloadMetadata = 893, | 731 HTMLMediaElementPreloadMetadata = 893, |
737 HTMLMediaElementPreloadAuto = 894, | 732 HTMLMediaElementPreloadAuto = 894, |
738 HTMLMediaElementPreloadDefault = 895, | 733 HTMLMediaElementPreloadDefault = 895, |
739 MixedContentBlockableAllowed = 896, | 734 MixedContentBlockableAllowed = 896, |
740 PseudoBeforeAfterForInputElement = 897, | 735 PseudoBeforeAfterForInputElement = 897, |
741 V8Permissions_Revoke_Method = 898, | 736 V8Permissions_Revoke_Method = 898, |
742 LinkRelDnsPrefetch = 899, | 737 LinkRelDnsPrefetch = 899, |
743 LinkRelPreconnect = 900, | 738 LinkRelPreconnect = 900, |
744 LinkRelPreload = 901, | 739 LinkRelPreload = 901, |
(...skipping 425 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1170 friend class UseCounterTest; | 1165 friend class UseCounterTest; |
1171 static int m_muteCount; | 1166 static int m_muteCount; |
1172 | 1167 |
1173 CountBits m_countBits; | 1168 CountBits m_countBits; |
1174 BitVector m_CSSFeatureBits; | 1169 BitVector m_CSSFeatureBits; |
1175 }; | 1170 }; |
1176 | 1171 |
1177 } // namespace blink | 1172 } // namespace blink |
1178 | 1173 |
1179 #endif // UseCounter_h | 1174 #endif // UseCounter_h |
OLD | NEW |