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 725 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
736 FormDataAppendBlobWithFilename = 842, | 736 FormDataAppendBlobWithFilename = 842, |
737 FormDataAppendNull = 843, | 737 FormDataAppendNull = 843, |
738 HTMLDocumentCreateAttributeNameNotLowercase = 844, | 738 HTMLDocumentCreateAttributeNameNotLowercase = 844, |
739 NonHTMLElementSetAttributeNodeFromHTMLDocumentNameNotLowercase = 845, | 739 NonHTMLElementSetAttributeNodeFromHTMLDocumentNameNotLowercase = 845, |
740 DOMStringList_Item_AttributeGetter_IndexedDB = 846, | 740 DOMStringList_Item_AttributeGetter_IndexedDB = 846, |
741 DOMStringList_Item_AttributeGetter_Location = 847, | 741 DOMStringList_Item_AttributeGetter_Location = 847, |
742 DOMStringList_Contains_Method_IndexedDB = 848, | 742 DOMStringList_Contains_Method_IndexedDB = 848, |
743 DOMStringList_Contains_Method_Location = 849, | 743 DOMStringList_Contains_Method_Location = 849, |
744 NavigatorVibrate = 850, | 744 NavigatorVibrate = 850, |
745 NavigatorVibrateSubFrame = 851, | 745 NavigatorVibrateSubFrame = 851, |
746 PermissionStatusStatus = 852, | |
747 V8XPathEvaluator_Constructor = 853, | 746 V8XPathEvaluator_Constructor = 853, |
748 V8XPathEvaluator_CreateExpression_Method = 854, | 747 V8XPathEvaluator_CreateExpression_Method = 854, |
749 V8XPathEvaluator_CreateNSResolver_Method = 855, | 748 V8XPathEvaluator_CreateNSResolver_Method = 855, |
750 V8XPathEvaluator_Evaluate_Method = 856, | 749 V8XPathEvaluator_Evaluate_Method = 856, |
751 RequestMIDIAccess = 857, | 750 RequestMIDIAccess = 857, |
752 V8MouseEvent_LayerX_AttributeGetter = 858, | 751 V8MouseEvent_LayerX_AttributeGetter = 858, |
753 V8MouseEvent_LayerY_AttributeGetter = 859, | 752 V8MouseEvent_LayerY_AttributeGetter = 859, |
754 InnerTextWithShadowTree = 860, | 753 InnerTextWithShadowTree = 860, |
755 SelectionToStringWithShadowTree = 861, | 754 SelectionToStringWithShadowTree = 861, |
756 WindowFindWithShadowTree = 862, | 755 WindowFindWithShadowTree = 862, |
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
940 | 939 |
941 bool hasRecordedMeasurement(Feature feature) const { return m_countBits.hasR
ecordedMeasurement(feature); } | 940 bool hasRecordedMeasurement(Feature feature) const { return m_countBits.hasR
ecordedMeasurement(feature); } |
942 | 941 |
943 CountBits m_countBits; | 942 CountBits m_countBits; |
944 BitVector m_CSSFeatureBits; | 943 BitVector m_CSSFeatureBits; |
945 }; | 944 }; |
946 | 945 |
947 } // namespace blink | 946 } // namespace blink |
948 | 947 |
949 #endif // UseCounter_h | 948 #endif // UseCounter_h |
OLD | NEW |