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 852 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
863 OfflineAudioContextResume = 1033, | 863 OfflineAudioContextResume = 1033, |
864 AttrCloneNode = 1034, | 864 AttrCloneNode = 1034, |
865 SVG1DOMPaintServer = 1035, | 865 SVG1DOMPaintServer = 1035, |
866 SVGSVGElementFragmentSVGView = 1036, | 866 SVGSVGElementFragmentSVGView = 1036, |
867 SVGSVGElementFragmentSVGViewElement = 1037, | 867 SVGSVGElementFragmentSVGViewElement = 1037, |
868 PresentationConnectionClose = 1038, | 868 PresentationConnectionClose = 1038, |
869 SVG1DOMShape = 1039, | 869 SVG1DOMShape = 1039, |
870 SVG1DOMText = 1040, | 870 SVG1DOMText = 1040, |
871 RTCPeerConnectionConstructorConstraints = 1041, | 871 RTCPeerConnectionConstructorConstraints = 1041, |
872 RTCPeerConnectionConstructorCompliant = 1042, | 872 RTCPeerConnectionConstructorCompliant = 1042, |
873 RTCPeerConnectionCreateOfferLegacyNoFailureCallback = 1043, | |
874 RTCPeerConnectionCreateOfferLegacyFailureCallback = 1044, | 873 RTCPeerConnectionCreateOfferLegacyFailureCallback = 1044, |
875 RTCPeerConnectionCreateOfferLegacyConstraints = 1045, | 874 RTCPeerConnectionCreateOfferLegacyConstraints = 1045, |
876 RTCPeerConnectionCreateOfferLegacyOfferOptions = 1046, | 875 RTCPeerConnectionCreateOfferLegacyOfferOptions = 1046, |
877 RTCPeerConnectionCreateOfferLegacyCompliant = 1047, | 876 RTCPeerConnectionCreateOfferLegacyCompliant = 1047, |
878 RTCPeerConnectionCreateAnswerLegacyNoFailureCallback = 1048, | |
879 RTCPeerConnectionCreateAnswerLegacyFailureCallback = 1049, | 877 RTCPeerConnectionCreateAnswerLegacyFailureCallback = 1049, |
880 RTCPeerConnectionCreateAnswerLegacyConstraints = 1050, | 878 RTCPeerConnectionCreateAnswerLegacyConstraints = 1050, |
881 RTCPeerConnectionCreateAnswerLegacyCompliant = 1051, | 879 RTCPeerConnectionCreateAnswerLegacyCompliant = 1051, |
882 RTCPeerConnectionSetLocalDescriptionLegacyNoSuccessCallback = 1052, | 880 RTCPeerConnectionSetLocalDescriptionLegacyNoSuccessCallback = 1052, |
883 RTCPeerConnectionSetLocalDescriptionLegacyNoFailureCallback = 1053, | 881 RTCPeerConnectionSetLocalDescriptionLegacyNoFailureCallback = 1053, |
884 RTCPeerConnectionSetLocalDescriptionLegacyCompliant = 1054, | 882 RTCPeerConnectionSetLocalDescriptionLegacyCompliant = 1054, |
885 RTCPeerConnectionSetRemoteDescriptionLegacyNoSuccessCallback = 1055, | 883 RTCPeerConnectionSetRemoteDescriptionLegacyNoSuccessCallback = 1055, |
886 RTCPeerConnectionSetRemoteDescriptionLegacyNoFailureCallback = 1056, | 884 RTCPeerConnectionSetRemoteDescriptionLegacyNoFailureCallback = 1056, |
887 RTCPeerConnectionSetRemoteDescriptionLegacyCompliant = 1057, | 885 RTCPeerConnectionSetRemoteDescriptionLegacyCompliant = 1057, |
888 RTCPeerConnectionGetStatsLegacyNonCompliant = 1058, | 886 RTCPeerConnectionGetStatsLegacyNonCompliant = 1058, |
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1165 friend class UseCounterTest; | 1163 friend class UseCounterTest; |
1166 static int m_muteCount; | 1164 static int m_muteCount; |
1167 | 1165 |
1168 CountBits m_countBits; | 1166 CountBits m_countBits; |
1169 BitVector m_CSSFeatureBits; | 1167 BitVector m_CSSFeatureBits; |
1170 }; | 1168 }; |
1171 | 1169 |
1172 } // namespace blink | 1170 } // namespace blink |
1173 | 1171 |
1174 #endif // UseCounter_h | 1172 #endif // UseCounter_h |
OLD | NEW |