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

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

Issue 744363002: Remove NodeIterator.expandEntityReferences / TreeWalker.expandEntityReferences (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « Source/core/dom/TreeWalker.idl ('k') | Source/core/frame/UseCounter.cpp » ('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 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 EventCancelBubble = 344, 325 EventCancelBubble = 344,
326 EventPath = 345, 326 EventPath = 345,
327 EventClipboardData = 346, 327 EventClipboardData = 346,
328 NodeIteratorDetach = 347, 328 NodeIteratorDetach = 347,
329 AttrNodeValue = 348, 329 AttrNodeValue = 348,
330 AttrTextContent = 349, 330 AttrTextContent = 349,
331 EventGetReturnValueTrue = 350, 331 EventGetReturnValueTrue = 350,
332 EventGetReturnValueFalse = 351, 332 EventGetReturnValueFalse = 351,
333 EventSetReturnValueTrue = 352, 333 EventSetReturnValueTrue = 352,
334 EventSetReturnValueFalse = 353, 334 EventSetReturnValueFalse = 353,
335 NodeIteratorExpandEntityReferences = 354,
336 TreeWalkerExpandEntityReferences = 355,
337 WindowOffscreenBuffering = 356, 335 WindowOffscreenBuffering = 356,
338 WindowDefaultStatus = 357, 336 WindowDefaultStatus = 357,
339 WindowDefaultstatus = 358, 337 WindowDefaultstatus = 358,
340 PrefixedTransitionEventConstructor = 361, 338 PrefixedTransitionEventConstructor = 361,
341 PrefixedMutationObserverConstructor = 362, 339 PrefixedMutationObserverConstructor = 362,
342 PrefixedIDBCursorConstructor = 363, 340 PrefixedIDBCursorConstructor = 363,
343 PrefixedIDBDatabaseConstructor = 364, 341 PrefixedIDBDatabaseConstructor = 364,
344 PrefixedIDBFactoryConstructor = 365, 342 PrefixedIDBFactoryConstructor = 365,
345 PrefixedIDBIndexConstructor = 366, 343 PrefixedIDBIndexConstructor = 366,
346 PrefixedIDBKeyRangeConstructor = 367, 344 PrefixedIDBKeyRangeConstructor = 367,
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
635 633
636 void updateMeasurements(); 634 void updateMeasurements();
637 635
638 OwnPtr<BitVector> m_countBits; 636 OwnPtr<BitVector> m_countBits;
639 BitVector m_CSSFeatureBits; 637 BitVector m_CSSFeatureBits;
640 }; 638 };
641 639
642 } // namespace blink 640 } // namespace blink
643 641
644 #endif // UseCounter_h 642 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « Source/core/dom/TreeWalker.idl ('k') | Source/core/frame/UseCounter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698