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

Side by Side Diff: sky/engine/core/frame/UseCounter.h

Issue 772743004: Remove more Node API. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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 | « sky/engine/core/events/EventDispatcher.cpp ('k') | sky/engine/core/rendering/RenderObject.h » ('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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 ConsoleMarkTimeline = 102, 123 ConsoleMarkTimeline = 102,
124 CSSPseudoElementUserAgentCustomPseudo = 103, 124 CSSPseudoElementUserAgentCustomPseudo = 103,
125 ElementGetAttributeNode = 107, // Removed from DOM4. 125 ElementGetAttributeNode = 107, // Removed from DOM4.
126 ElementSetAttributeNode = 108, // Removed from DOM4. 126 ElementSetAttributeNode = 108, // Removed from DOM4.
127 ElementRemoveAttributeNode = 109, // Removed from DOM4. 127 ElementRemoveAttributeNode = 109, // Removed from DOM4.
128 DocumentCreateAttribute = 111, // Removed from DOM4. 128 DocumentCreateAttribute = 111, // Removed from DOM4.
129 DocumentCreateAttributeNS = 112, // Removed from DOM4. 129 DocumentCreateAttributeNS = 112, // Removed from DOM4.
130 DocumentInputEncoding = 114, // Removed from DOM4. 130 DocumentInputEncoding = 114, // Removed from DOM4.
131 DocumentXMLEncoding = 115, // Removed from DOM4. 131 DocumentXMLEncoding = 115, // Removed from DOM4.
132 DocumentXMLStandalone = 116, // Removed from DOM4. 132 DocumentXMLStandalone = 116, // Removed from DOM4.
133 NodeIsSameNode = 118, // Removed from DOM4.
134 NodeNamespaceURI = 120, // Removed from DOM4. 133 NodeNamespaceURI = 120, // Removed from DOM4.
135 NodeLocalName = 122, // Removed from DOM4. 134 NodeLocalName = 122, // Removed from DOM4.
136 NavigatorProductSub = 123, 135 NavigatorProductSub = 123,
137 NavigatorVendor = 124, 136 NavigatorVendor = 124,
138 NavigatorVendorSub = 125, 137 NavigatorVendorSub = 125,
139 FileError = 126, 138 FileError = 126,
140 DocumentCharset = 127, // Documented as IE extensions = 0, from KHTML da ys. 139 DocumentCharset = 127, // Documented as IE extensions = 0, from KHTML da ys.
141 PrefixedAnimationEndEvent = 128, 140 PrefixedAnimationEndEvent = 128,
142 UnprefixedAnimationEndEvent = 129, 141 UnprefixedAnimationEndEvent = 129,
143 PrefixedAndUnprefixedAnimationEndEvent = 130, 142 PrefixedAndUnprefixedAnimationEndEvent = 130,
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
465 464
466 void updateMeasurements(); 465 void updateMeasurements();
467 466
468 OwnPtr<BitVector> m_countBits; 467 OwnPtr<BitVector> m_countBits;
469 BitVector m_CSSFeatureBits; 468 BitVector m_CSSFeatureBits;
470 }; 469 };
471 470
472 } // namespace blink 471 } // namespace blink
473 472
474 #endif // SKY_ENGINE_CORE_FRAME_USECOUNTER_H_ 473 #endif // SKY_ENGINE_CORE_FRAME_USECOUNTER_H_
OLDNEW
« no previous file with comments | « sky/engine/core/events/EventDispatcher.cpp ('k') | sky/engine/core/rendering/RenderObject.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698