| 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 666 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 677 V8FileReader_ReadAsBinaryString_Method = 814, | 677 V8FileReader_ReadAsBinaryString_Method = 814, |
| 678 V8FileReaderSync_ReadAsBinaryString_Method = 815, | 678 V8FileReaderSync_ReadAsBinaryString_Method = 815, |
| 679 V8DOMError_Constructor = 816, | 679 V8DOMError_Constructor = 816, |
| 680 V8DOMError_Name_AttributeGetter = 817, | 680 V8DOMError_Name_AttributeGetter = 817, |
| 681 V8DOMError_Message_AttributeGetter = 818, | 681 V8DOMError_Message_AttributeGetter = 818, |
| 682 V8FileReader_Error_AttributeGetter = 819, | 682 V8FileReader_Error_AttributeGetter = 819, |
| 683 V8Location_AncestorOrigins_AttributeGetter = 823, | 683 V8Location_AncestorOrigins_AttributeGetter = 823, |
| 684 V8IDBDatabase_ObjectStoreNames_AttributeGetter = 824, | 684 V8IDBDatabase_ObjectStoreNames_AttributeGetter = 824, |
| 685 V8IDBObjectStore_IndexNames_AttributeGetter = 825, | 685 V8IDBObjectStore_IndexNames_AttributeGetter = 825, |
| 686 V8IDBTransaction_ObjectStoreNames_AttributeGetter = 826, | 686 V8IDBTransaction_ObjectStoreNames_AttributeGetter = 826, |
| 687 V8Navigator_GetStorageUpdates_Method = 827, | |
| 688 TextInputFired = 830, | 687 TextInputFired = 830, |
| 689 V8TextEvent_Data_AttributeGetter = 831, | 688 V8TextEvent_Data_AttributeGetter = 831, |
| 690 V8TextEvent_InitTextEvent_Method = 832, | 689 V8TextEvent_InitTextEvent_Method = 832, |
| 691 V8SVGSVGElement_UseCurrentView_AttributeGetter = 833, | 690 V8SVGSVGElement_UseCurrentView_AttributeGetter = 833, |
| 692 V8SVGSVGElement_CurrentView_AttributeGetter = 834, | 691 V8SVGSVGElement_CurrentView_AttributeGetter = 834, |
| 693 ClientHintsDPR = 835, | 692 ClientHintsDPR = 835, |
| 694 ClientHintsResourceWidth = 836, | 693 ClientHintsResourceWidth = 836, |
| 695 ClientHintsViewportWidth = 837, | 694 ClientHintsViewportWidth = 837, |
| 696 SRIElementIntegrityAttributeButIneligible = 838, | 695 SRIElementIntegrityAttributeButIneligible = 838, |
| 697 FormDataAppendFile = 839, | 696 FormDataAppendFile = 839, |
| (...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 981 | 980 |
| 982 bool hasRecordedMeasurement(Feature feature) const { return m_countBits.hasR
ecordedMeasurement(feature); } | 981 bool hasRecordedMeasurement(Feature feature) const { return m_countBits.hasR
ecordedMeasurement(feature); } |
| 983 | 982 |
| 984 CountBits m_countBits; | 983 CountBits m_countBits; |
| 985 BitVector m_CSSFeatureBits; | 984 BitVector m_CSSFeatureBits; |
| 986 }; | 985 }; |
| 987 | 986 |
| 988 } // namespace blink | 987 } // namespace blink |
| 989 | 988 |
| 990 #endif // UseCounter_h | 989 #endif // UseCounter_h |
| OLD | NEW |