| 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 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 271 IsIndexElement, | 271 IsIndexElement, |
| 272 HTMLHeadElementProfile, | 272 HTMLHeadElementProfile, |
| 273 OverflowChangedEvent, | 273 OverflowChangedEvent, |
| 274 SVGPointMatrixTransform, | 274 SVGPointMatrixTransform, |
| 275 HTMLHtmlElementManifest, | 275 HTMLHtmlElementManifest, |
| 276 DOMFocusInOutEvent, | 276 DOMFocusInOutEvent, |
| 277 FileGetLastModifiedDate, | 277 FileGetLastModifiedDate, |
| 278 HTMLElementInnerText, | 278 HTMLElementInnerText, |
| 279 HTMLElementOuterText, | 279 HTMLElementOuterText, |
| 280 ReplaceDocumentViaJavaScriptURL, | 280 ReplaceDocumentViaJavaScriptURL, |
| 281 ElementSetAttributeNodeNS, // Removed from DOM4. | 281 REMOVEDElementSetAttributeNodeNS, // Removed from DOM4. |
| 282 ElementPrefixedMatchesSelector, | 282 ElementPrefixedMatchesSelector, |
| 283 DOMImplementationCreateCSSStyleSheet, | 283 DOMImplementationCreateCSSStyleSheet, |
| 284 CSSStyleSheetRules, | 284 CSSStyleSheetRules, |
| 285 CSSStyleSheetAddRule, | 285 CSSStyleSheetAddRule, |
| 286 CSSStyleSheetRemoveRule, | 286 CSSStyleSheetRemoveRule, |
| 287 InitMessageEvent, | 287 InitMessageEvent, |
| 288 PrefixedInitMessageEvent, | 288 PrefixedInitMessageEvent, |
| 289 ElementSetPrefix, // Element.prefix is readonly in DOM4. | 289 ElementSetPrefix, // Element.prefix is readonly in DOM4. |
| 290 CSSStyleDeclarationGetPropertyCSSValue, | 290 CSSStyleDeclarationGetPropertyCSSValue, |
| 291 SVGElementGetPresentationAttribute, | 291 SVGElementGetPresentationAttribute, |
| (...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 370 | 370 |
| 371 void updateMeasurements(); | 371 void updateMeasurements(); |
| 372 | 372 |
| 373 OwnPtr<BitVector> m_countBits; | 373 OwnPtr<BitVector> m_countBits; |
| 374 BitVector m_CSSFeatureBits; | 374 BitVector m_CSSFeatureBits; |
| 375 }; | 375 }; |
| 376 | 376 |
| 377 } // namespace WebCore | 377 } // namespace WebCore |
| 378 | 378 |
| 379 #endif // UseCounter_h | 379 #endif // UseCounter_h |
| OLD | NEW |