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

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

Issue 426513002: Remove HTMLOptionsCollection.remove(element) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: header too Created 6 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/core/html/HTMLOptionsCollection.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 370 matching lines...) Expand 10 before | Expand all | Expand 10 after
381 PrefixedWheelEventDirectionInvertedFromDevice = 384, 381 PrefixedWheelEventDirectionInvertedFromDevice = 384,
382 PrefixedWheelEventInit = 385, 382 PrefixedWheelEventInit = 385,
383 PrefixedFileRelativePath = 386, 383 PrefixedFileRelativePath = 386,
384 DocumentCaretRangeFromPoint = 387, 384 DocumentCaretRangeFromPoint = 387,
385 DocumentGetCSSCanvasContext = 388, 385 DocumentGetCSSCanvasContext = 388,
386 ElementScrollIntoViewIfNeeded = 389, 386 ElementScrollIntoViewIfNeeded = 389,
387 RangeCompareNode = 392, 387 RangeCompareNode = 392,
388 RangeExpand = 393, 388 RangeExpand = 393,
389 HTMLImageElementX = 396, 389 HTMLImageElementX = 396,
390 HTMLImageElementY = 397, 390 HTMLImageElementY = 397,
391 HTMLOptionsCollectionRemoveElement = 398,
392 SelectionBaseNode = 400, 391 SelectionBaseNode = 400,
393 SelectionBaseOffset = 401, 392 SelectionBaseOffset = 401,
394 SelectionExtentNode = 402, 393 SelectionExtentNode = 402,
395 SelectionExtentOffset = 403, 394 SelectionExtentOffset = 403,
396 SelectionType = 404, 395 SelectionType = 404,
397 SelectionModify = 405, 396 SelectionModify = 405,
398 SelectionSetBaseAndExtent = 406, 397 SelectionSetBaseAndExtent = 406,
399 SelectionEmpty = 407, 398 SelectionEmpty = 407,
400 SVGFEMorphologyElementSetRadius = 408, 399 SVGFEMorphologyElementSetRadius = 408,
401 VTTCue = 409, 400 VTTCue = 409,
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
554 553
555 void updateMeasurements(); 554 void updateMeasurements();
556 555
557 OwnPtr<BitVector> m_countBits; 556 OwnPtr<BitVector> m_countBits;
558 BitVector m_CSSFeatureBits; 557 BitVector m_CSSFeatureBits;
559 }; 558 };
560 559
561 } // namespace blink 560 } // namespace blink
562 561
563 #endif // UseCounter_h 562 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « no previous file | Source/core/html/HTMLOptionsCollection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698