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 786 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
797 V8Permissions_Request_Method = 915, | 797 V8Permissions_Request_Method = 915, |
798 LinkRelSubresource = 916, | 798 LinkRelSubresource = 916, |
799 LinkRelPrefetch = 917, | 799 LinkRelPrefetch = 917, |
800 LinkRelPrerender = 918, | 800 LinkRelPrerender = 918, |
801 LinkRelNext = 919, | 801 LinkRelNext = 919, |
802 PrefixedPerformanceResourceTimingBufferFull = 920, | 802 PrefixedPerformanceResourceTimingBufferFull = 920, |
803 CSSValuePrefixedMinContent = 921, | 803 CSSValuePrefixedMinContent = 921, |
804 CSSValuePrefixedMaxContent = 922, | 804 CSSValuePrefixedMaxContent = 922, |
805 CSSValuePrefixedFitContent = 923, | 805 CSSValuePrefixedFitContent = 923, |
806 CSSValuePrefixedFillAvailable = 924, | 806 CSSValuePrefixedFillAvailable = 924, |
807 FetchAPIRequestContext = 925, | |
808 PresentationDefaultRequest = 926, | 807 PresentationDefaultRequest = 926, |
809 PresentationAvailabilityChangeEventListener = 927, | 808 PresentationAvailabilityChangeEventListener = 927, |
810 PresentationRequestConstructor = 928, | 809 PresentationRequestConstructor = 928, |
811 PresentationRequestStart = 929, | 810 PresentationRequestStart = 929, |
812 PresentationRequestReconnect = 930, | 811 PresentationRequestReconnect = 930, |
813 PresentationRequestGetAvailability = 931, | 812 PresentationRequestGetAvailability = 931, |
814 PresentationRequestSessionConnectEventListener = 932, | 813 PresentationRequestSessionConnectEventListener = 932, |
815 PresentationSessionClose = 933, | 814 PresentationSessionClose = 933, |
816 PresentationSessionSend = 934, | 815 PresentationSessionSend = 934, |
817 PresentationSessionStateChangeEventListener = 935, | 816 PresentationSessionStateChangeEventListener = 935, |
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
936 | 935 |
937 bool hasRecordedMeasurement(Feature feature) const { return m_countBits.hasR
ecordedMeasurement(feature); } | 936 bool hasRecordedMeasurement(Feature feature) const { return m_countBits.hasR
ecordedMeasurement(feature); } |
938 | 937 |
939 CountBits m_countBits; | 938 CountBits m_countBits; |
940 BitVector m_CSSFeatureBits; | 939 BitVector m_CSSFeatureBits; |
941 }; | 940 }; |
942 | 941 |
943 } // namespace blink | 942 } // namespace blink |
944 | 943 |
945 #endif // UseCounter_h | 944 #endif // UseCounter_h |
OLD | NEW |