OLD | NEW |
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 449 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
460 MouseEventY = 505, | 460 MouseEventY = 505, |
461 MouseEventFromElement = 506, | 461 MouseEventFromElement = 506, |
462 MouseEventToElement = 507, | 462 MouseEventToElement = 507, |
463 RequestFileSystem = 508, | 463 RequestFileSystem = 508, |
464 RequestFileSystemWorker = 509, | 464 RequestFileSystemWorker = 509, |
465 RequestFileSystemSyncWorker = 510, | 465 RequestFileSystemSyncWorker = 510, |
466 UIEventLayerX = 511, | 466 UIEventLayerX = 511, |
467 UIEventLayerY = 512, | 467 UIEventLayerY = 512, |
468 UIEventPageX = 513, | 468 UIEventPageX = 513, |
469 UIEventPageY = 514, | 469 UIEventPageY = 514, |
470 BgPropertiesFixed = 515, | |
471 DevToolsConsoleTimeline = 517, | 470 DevToolsConsoleTimeline = 517, |
472 DevToolsConsoleProfile = 518, | 471 DevToolsConsoleProfile = 518, |
473 SVGStyleElementTitle = 519, | 472 SVGStyleElementTitle = 519, |
474 PictureSourceSrc = 520, | 473 PictureSourceSrc = 520, |
475 // The above items are available in M38 branch. | 474 // The above items are available in M38 branch. |
476 | 475 |
477 Picture = 521, | 476 Picture = 521, |
478 Sizes = 522, | 477 Sizes = 522, |
479 SrcsetXDescriptor = 523, | 478 SrcsetXDescriptor = 523, |
480 SrcsetWDescriptor = 524, | 479 SrcsetWDescriptor = 524, |
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
635 | 634 |
636 void updateMeasurements(); | 635 void updateMeasurements(); |
637 | 636 |
638 OwnPtr<BitVector> m_countBits; | 637 OwnPtr<BitVector> m_countBits; |
639 BitVector m_CSSFeatureBits; | 638 BitVector m_CSSFeatureBits; |
640 }; | 639 }; |
641 | 640 |
642 } // namespace blink | 641 } // namespace blink |
643 | 642 |
644 #endif // UseCounter_h | 643 #endif // UseCounter_h |
OLD | NEW |