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 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
234 CSSStyleDeclarationFloatPropertyName = 189, // Pending removal in CSSOM. | 234 CSSStyleDeclarationFloatPropertyName = 189, // Pending removal in CSSOM. |
235 InputTypeText = 190, | 235 InputTypeText = 190, |
236 InputTypeTextMaxLength = 191, | 236 InputTypeTextMaxLength = 191, |
237 InputTypePassword = 192, | 237 InputTypePassword = 192, |
238 InputTypePasswordMaxLength = 193, | 238 InputTypePasswordMaxLength = 193, |
239 SVGInstanceRoot = 194, | 239 SVGInstanceRoot = 194, |
240 ShowModalDialog = 195, | 240 ShowModalDialog = 195, |
241 PrefixedPageVisibility = 196, | 241 PrefixedPageVisibility = 196, |
242 HTMLFrameElementLocation = 197, | 242 HTMLFrameElementLocation = 197, |
243 CSSStyleSheetInsertRuleOptionalArg = 198, // Inconsistent with the speci
fication and other browsers. | 243 CSSStyleSheetInsertRuleOptionalArg = 198, // Inconsistent with the speci
fication and other browsers. |
244 CSSWebkitRegionAtRule = 199, // @region rule changed to ::region() | |
245 DocumentBeforeUnloadRegistered = 200, | 244 DocumentBeforeUnloadRegistered = 200, |
246 DocumentBeforeUnloadFired = 201, | 245 DocumentBeforeUnloadFired = 201, |
247 DocumentUnloadRegistered = 202, | 246 DocumentUnloadRegistered = 202, |
248 DocumentUnloadFired = 203, | 247 DocumentUnloadFired = 203, |
249 SVGLocatableNearestViewportElement = 204, | 248 SVGLocatableNearestViewportElement = 204, |
250 SVGLocatableFarthestViewportElement = 205, | 249 SVGLocatableFarthestViewportElement = 205, |
251 IsIndexElement = 206, | 250 IsIndexElement = 206, |
252 HTMLHeadElementProfile = 207, | 251 HTMLHeadElementProfile = 207, |
253 OverflowChangedEvent = 208, | 252 OverflowChangedEvent = 208, |
254 SVGPointMatrixTransform = 209, | 253 SVGPointMatrixTransform = 209, |
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
361 | 360 |
362 void updateMeasurements(); | 361 void updateMeasurements(); |
363 | 362 |
364 OwnPtr<BitVector> m_countBits; | 363 OwnPtr<BitVector> m_countBits; |
365 BitVector m_CSSFeatureBits; | 364 BitVector m_CSSFeatureBits; |
366 }; | 365 }; |
367 | 366 |
368 } // namespace WebCore | 367 } // namespace WebCore |
369 | 368 |
370 #endif // UseCounter_h | 369 #endif // UseCounter_h |
OLD | NEW |