| 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 768 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 779 PresentationConnectionTerminate = 933, | 779 PresentationConnectionTerminate = 933, |
| 780 PresentationConnectionSend = 934, | 780 PresentationConnectionSend = 934, |
| 781 PresentationConnectionStateChangeEventListener = 935, | 781 PresentationConnectionStateChangeEventListener = 935, |
| 782 PresentationConnectionMessageEventListener = 936, | 782 PresentationConnectionMessageEventListener = 936, |
| 783 CSSAnimationsStackedNeutralKeyframe = 937, | 783 CSSAnimationsStackedNeutralKeyframe = 937, |
| 784 ReadingCheckedInClickHandler = 938, | 784 ReadingCheckedInClickHandler = 938, |
| 785 FlexboxIntrinsicSizeAlgorithmIsDifferent = 939, | 785 FlexboxIntrinsicSizeAlgorithmIsDifferent = 939, |
| 786 // The above items are available in M46 branch. | 786 // The above items are available in M46 branch. |
| 787 | 787 |
| 788 HTMLImportsHasStyleSheets = 940, | 788 HTMLImportsHasStyleSheets = 940, |
| 789 WebkitTextInColorProperty = 942, | |
| 790 ClipPathOfPositionedElement = 944, | 789 ClipPathOfPositionedElement = 944, |
| 791 ClipCssOfPositionedElement = 945, | 790 ClipCssOfPositionedElement = 945, |
| 792 NetInfoType = 946, | 791 NetInfoType = 946, |
| 793 NetInfoDownlinkMax = 947, | 792 NetInfoDownlinkMax = 947, |
| 794 NetInfoOnChange = 948, | 793 NetInfoOnChange = 948, |
| 795 NetInfoOnTypeChange = 949, | 794 NetInfoOnTypeChange = 949, |
| 796 V8Window_Alert_Method = 950, | 795 V8Window_Alert_Method = 950, |
| 797 V8Window_Confirm_Method = 951, | 796 V8Window_Confirm_Method = 951, |
| 798 V8Window_Prompt_Method = 952, | 797 V8Window_Prompt_Method = 952, |
| 799 V8Window_Print_Method = 953, | 798 V8Window_Print_Method = 953, |
| (...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1172 friend class UseCounterTest; | 1171 friend class UseCounterTest; |
| 1173 static int m_muteCount; | 1172 static int m_muteCount; |
| 1174 | 1173 |
| 1175 CountBits m_countBits; | 1174 CountBits m_countBits; |
| 1176 BitVector m_CSSFeatureBits; | 1175 BitVector m_CSSFeatureBits; |
| 1177 }; | 1176 }; |
| 1178 | 1177 |
| 1179 } // namespace blink | 1178 } // namespace blink |
| 1180 | 1179 |
| 1181 #endif // UseCounter_h | 1180 #endif // UseCounter_h |
| OLD | NEW |