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 805 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
816 PrefixedPerformanceResourceTimingBufferFull = 920, | 816 PrefixedPerformanceResourceTimingBufferFull = 920, |
817 CSSValuePrefixedMinContent = 921, | 817 CSSValuePrefixedMinContent = 921, |
818 CSSValuePrefixedMaxContent = 922, | 818 CSSValuePrefixedMaxContent = 922, |
819 CSSValuePrefixedFitContent = 923, | 819 CSSValuePrefixedFitContent = 923, |
820 CSSValuePrefixedFillAvailable = 924, | 820 CSSValuePrefixedFillAvailable = 924, |
821 FetchAPIRequestContext = 925, | 821 FetchAPIRequestContext = 925, |
822 PresentationDefaultRequest = 926, | 822 PresentationDefaultRequest = 926, |
823 PresentationAvailabilityChangeEventListener = 927, | 823 PresentationAvailabilityChangeEventListener = 927, |
824 PresentationRequestConstructor = 928, | 824 PresentationRequestConstructor = 928, |
825 PresentationRequestStart = 929, | 825 PresentationRequestStart = 929, |
826 PresentationRequestJoin = 930, | 826 PresentationRequestReconnect = 930, |
827 PresentationRequestGetAvailability = 931, | 827 PresentationRequestGetAvailability = 931, |
828 PresentationRequestSessionConnectEventListener = 932, | 828 PresentationRequestSessionConnectEventListener = 932, |
829 PresentationSessionClose = 933, | 829 PresentationSessionClose = 933, |
830 PresentationSessionSend = 934, | 830 PresentationSessionSend = 934, |
831 PresentationSessionStateChangeEventListener = 935, | 831 PresentationSessionStateChangeEventListener = 935, |
832 PresentationSessionMessageEventListener = 936, | 832 PresentationSessionMessageEventListener = 936, |
833 CSSAnimationsStackedNeutralKeyframe = 937, | 833 CSSAnimationsStackedNeutralKeyframe = 937, |
834 ReadingCheckedInClickHandler = 938, | 834 ReadingCheckedInClickHandler = 938, |
835 FlexboxIntrinsicSizeAlgorithmIsDifferent = 939, | 835 FlexboxIntrinsicSizeAlgorithmIsDifferent = 939, |
836 HTMLImportsHasStyleSheets = 940, | 836 HTMLImportsHasStyleSheets = 940, |
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
933 | 933 |
934 bool hasRecordedMeasurement(Feature feature) const { return m_countBits.hasR
ecordedMeasurement(feature); } | 934 bool hasRecordedMeasurement(Feature feature) const { return m_countBits.hasR
ecordedMeasurement(feature); } |
935 | 935 |
936 CountBits m_countBits; | 936 CountBits m_countBits; |
937 BitVector m_CSSFeatureBits; | 937 BitVector m_CSSFeatureBits; |
938 }; | 938 }; |
939 | 939 |
940 } // namespace blink | 940 } // namespace blink |
941 | 941 |
942 #endif // UseCounter_h | 942 #endif // UseCounter_h |
OLD | NEW |