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

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

Issue 1771233002: Rename treeRoot to rootNode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Modify histograms.xml Created 4 years, 9 months 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
« no previous file with comments | « third_party/WebKit/Source/core/dom/Node.idl ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 963 matching lines...) Expand 10 before | Expand all | Expand 10 after
974 GetUserMediaInsecureOriginIframe = 1144, 974 GetUserMediaInsecureOriginIframe = 1144,
975 GetUserMediaSecureOriginIframe = 1145, 975 GetUserMediaSecureOriginIframe = 1145,
976 ElementRequestPointerLockIframe = 1146, 976 ElementRequestPointerLockIframe = 1146,
977 NotificationAPIInsecureOriginIframe = 1147, 977 NotificationAPIInsecureOriginIframe = 1147,
978 NotificationAPISecureOriginIframe = 1148, 978 NotificationAPISecureOriginIframe = 1148,
979 WebSocket = 1149, 979 WebSocket = 1149,
980 MediaStreamConstraintsNameValue = 1150, 980 MediaStreamConstraintsNameValue = 1150,
981 MediaStreamConstraintsFromDictionary = 1151, 981 MediaStreamConstraintsFromDictionary = 1151,
982 MediaStreamConstraintsConformant = 1152, 982 MediaStreamConstraintsConformant = 1152,
983 CSSSelectorIndirectAdjacent = 1153, 983 CSSSelectorIndirectAdjacent = 1153,
984 NodeTreeRoot = 1154, 984 NodeRootNode = 1154,
985 BluetoothDeviceConnectGATT = 1155, 985 BluetoothDeviceConnectGATT = 1155,
986 CreateImageBitmap = 1156, 986 CreateImageBitmap = 1156,
987 PresentationConnectionConnectEventListener = 1157, 987 PresentationConnectionConnectEventListener = 1157,
988 PresentationConnectionCloseEventListener = 1158, 988 PresentationConnectionCloseEventListener = 1158,
989 PresentationConnectionTerminateEventListener = 1159, 989 PresentationConnectionTerminateEventListener = 1159,
990 DocumentCreateEventFontFaceSetLoadEvent = 1160, 990 DocumentCreateEventFontFaceSetLoadEvent = 1160,
991 DocumentCreateEventMediaQueryListEvent = 1161, 991 DocumentCreateEventMediaQueryListEvent = 1161,
992 DocumentCreateEventAnimationEvent = 1162, 992 DocumentCreateEventAnimationEvent = 1162,
993 DocumentCreateEventAnimationPlayerEvent = 1163, 993 DocumentCreateEventAnimationPlayerEvent = 1163,
994 DocumentCreateEventApplicationCacheErrorEvent = 1164, 994 DocumentCreateEventApplicationCacheErrorEvent = 1164,
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
1176 friend class UseCounterTest; 1176 friend class UseCounterTest;
1177 static int m_muteCount; 1177 static int m_muteCount;
1178 1178
1179 CountBits m_countBits; 1179 CountBits m_countBits;
1180 BitVector m_CSSFeatureBits; 1180 BitVector m_CSSFeatureBits;
1181 }; 1181 };
1182 1182
1183 } // namespace blink 1183 } // namespace blink
1184 1184
1185 #endif // UseCounter_h 1185 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/dom/Node.idl ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698