| 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 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 148 PrefixedAndUnprefixedAnimationIterationEvent = 136, | 148 PrefixedAndUnprefixedAnimationIterationEvent = 136, |
| 149 EventReturnValue = 137, // Legacy IE extension. | 149 EventReturnValue = 137, // Legacy IE extension. |
| 150 HasAttributes = 142, // Removed from DOM4. | 150 HasAttributes = 142, // Removed from DOM4. |
| 151 DOMSubtreeModifiedEvent = 143, | 151 DOMSubtreeModifiedEvent = 143, |
| 152 DOMNodeInsertedEvent = 144, | 152 DOMNodeInsertedEvent = 144, |
| 153 DOMNodeRemovedEvent = 145, | 153 DOMNodeRemovedEvent = 145, |
| 154 DOMNodeRemovedFromDocumentEvent = 146, | 154 DOMNodeRemovedFromDocumentEvent = 146, |
| 155 DOMNodeInsertedIntoDocumentEvent = 147, | 155 DOMNodeInsertedIntoDocumentEvent = 147, |
| 156 DOMCharacterDataModifiedEvent = 148, | 156 DOMCharacterDataModifiedEvent = 148, |
| 157 DocumentAllLegacyCall = 150, | 157 DocumentAllLegacyCall = 150, |
| 158 GetMatchedCSSRules = 155, | |
| 159 SVGFontInCSS = 156, | 158 SVGFontInCSS = 156, |
| 160 AttributeOwnerElement = 160, // Removed in DOM4. | 159 AttributeOwnerElement = 160, // Removed in DOM4. |
| 161 AttributeSpecified = 162, // Removed in DOM4. | 160 AttributeSpecified = 162, // Removed in DOM4. |
| 162 PrefixedAudioDecodedByteCount = 164, | 161 PrefixedAudioDecodedByteCount = 164, |
| 163 PrefixedElementRequestFullscreen = 176, | 162 PrefixedElementRequestFullscreen = 176, |
| 164 PrefixedElementRequestFullScreen = 177, | 163 PrefixedElementRequestFullScreen = 177, |
| 165 InputTypeEmailMultiple = 184, | 164 InputTypeEmailMultiple = 184, |
| 166 InputTypeEmailMaxLength = 185, | 165 InputTypeEmailMaxLength = 185, |
| 167 InputTypeEmailMultipleMaxLength = 186, | 166 InputTypeEmailMultipleMaxLength = 186, |
| 168 InputTypeText = 190, | 167 InputTypeText = 190, |
| (...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 464 | 463 |
| 465 void updateMeasurements(); | 464 void updateMeasurements(); |
| 466 | 465 |
| 467 OwnPtr<BitVector> m_countBits; | 466 OwnPtr<BitVector> m_countBits; |
| 468 BitVector m_CSSFeatureBits; | 467 BitVector m_CSSFeatureBits; |
| 469 }; | 468 }; |
| 470 | 469 |
| 471 } // namespace blink | 470 } // namespace blink |
| 472 | 471 |
| 473 #endif // SKY_ENGINE_CORE_FRAME_USECOUNTER_H_ | 472 #endif // SKY_ENGINE_CORE_FRAME_USECOUNTER_H_ |
| OLD | NEW |