| 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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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_ |
| OLD | NEW |