Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(329)

Side by Side Diff: third_party/WebKit/Source/core/frame/UseCounter.h

Issue 1418133011: Remove the named item getters on TextTrackList and TextTrackCueList (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 680 matching lines...) Expand 10 before | Expand all | Expand 10 after
691 V8DOMError_Message_AttributeGetter = 818, 691 V8DOMError_Message_AttributeGetter = 818,
692 V8FileReader_Error_AttributeGetter = 819, 692 V8FileReader_Error_AttributeGetter = 819,
693 V8IDBRequest_Error_AttributeGetter = 820, 693 V8IDBRequest_Error_AttributeGetter = 820,
694 V8IDBTransaction_Error_AttributeGetter = 821, 694 V8IDBTransaction_Error_AttributeGetter = 821,
695 V8DOMStringList_Item_Method = 822, 695 V8DOMStringList_Item_Method = 822,
696 V8Location_AncestorOrigins_AttributeGetter = 823, 696 V8Location_AncestorOrigins_AttributeGetter = 823,
697 V8IDBDatabase_ObjectStoreNames_AttributeGetter = 824, 697 V8IDBDatabase_ObjectStoreNames_AttributeGetter = 824,
698 V8IDBObjectStore_IndexNames_AttributeGetter = 825, 698 V8IDBObjectStore_IndexNames_AttributeGetter = 825,
699 V8IDBTransaction_ObjectStoreNames_AttributeGetter = 826, 699 V8IDBTransaction_ObjectStoreNames_AttributeGetter = 826,
700 V8Navigator_GetStorageUpdates_Method = 827, 700 V8Navigator_GetStorageUpdates_Method = 827,
701 V8TextTrackCueList_Item_Method = 828,
702 V8TextTrackList_Item_Method = 829,
703 TextInputFired = 830, 701 TextInputFired = 830,
704 V8TextEvent_Data_AttributeGetter = 831, 702 V8TextEvent_Data_AttributeGetter = 831,
705 V8TextEvent_InitTextEvent_Method = 832, 703 V8TextEvent_InitTextEvent_Method = 832,
706 V8SVGSVGElement_UseCurrentView_AttributeGetter = 833, 704 V8SVGSVGElement_UseCurrentView_AttributeGetter = 833,
707 V8SVGSVGElement_CurrentView_AttributeGetter = 834, 705 V8SVGSVGElement_CurrentView_AttributeGetter = 834,
708 ClientHintsDPR = 835, 706 ClientHintsDPR = 835,
709 ClientHintsResourceWidth = 836, 707 ClientHintsResourceWidth = 836,
710 ClientHintsViewportWidth = 837, 708 ClientHintsViewportWidth = 837,
711 SRIElementIntegrityAttributeButIneligible = 838, 709 SRIElementIntegrityAttributeButIneligible = 838,
712 FormDataAppendFile = 839, 710 FormDataAppendFile = 839,
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
957 955
958 bool hasRecordedMeasurement(Feature feature) const { return m_countBits.hasR ecordedMeasurement(feature); } 956 bool hasRecordedMeasurement(Feature feature) const { return m_countBits.hasR ecordedMeasurement(feature); }
959 957
960 CountBits m_countBits; 958 CountBits m_countBits;
961 BitVector m_CSSFeatureBits; 959 BitVector m_CSSFeatureBits;
962 }; 960 };
963 961
964 } // namespace blink 962 } // namespace blink
965 963
966 #endif // UseCounter_h 964 #endif // UseCounter_h
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698