| 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 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 117 case CSSPropertyBorderTopRightRadius: return 63; | 117 case CSSPropertyBorderTopRightRadius: return 63; |
| 118 case CSSPropertyBorderTopStyle: return 64; | 118 case CSSPropertyBorderTopStyle: return 64; |
| 119 case CSSPropertyBorderTopWidth: return 65; | 119 case CSSPropertyBorderTopWidth: return 65; |
| 120 case CSSPropertyBorderWidth: return 66; | 120 case CSSPropertyBorderWidth: return 66; |
| 121 case CSSPropertyBottom: return 67; | 121 case CSSPropertyBottom: return 67; |
| 122 case CSSPropertyBoxShadow: return 68; | 122 case CSSPropertyBoxShadow: return 68; |
| 123 case CSSPropertyBoxSizing: return 69; | 123 case CSSPropertyBoxSizing: return 69; |
| 124 case CSSPropertyCaptionSide: return 70; | 124 case CSSPropertyCaptionSide: return 70; |
| 125 case CSSPropertyClear: return 71; | 125 case CSSPropertyClear: return 71; |
| 126 case CSSPropertyClip: return 72; | 126 case CSSPropertyClip: return 72; |
| 127 case CSSPropertyWebkitClipPath: return 73; | 127 case CSSPropertyAliasWebkitClipPath: return 73; |
| 128 case CSSPropertyContent: return 74; | 128 case CSSPropertyContent: return 74; |
| 129 case CSSPropertyCounterIncrement: return 75; | 129 case CSSPropertyCounterIncrement: return 75; |
| 130 case CSSPropertyCounterReset: return 76; | 130 case CSSPropertyCounterReset: return 76; |
| 131 case CSSPropertyCursor: return 77; | 131 case CSSPropertyCursor: return 77; |
| 132 case CSSPropertyEmptyCells: return 78; | 132 case CSSPropertyEmptyCells: return 78; |
| 133 case CSSPropertyFloat: return 79; | 133 case CSSPropertyFloat: return 79; |
| 134 case CSSPropertyFontStretch: return 80; | 134 case CSSPropertyFontStretch: return 80; |
| 135 case CSSPropertyHeight: return 81; | 135 case CSSPropertyHeight: return 81; |
| 136 case CSSPropertyImageRendering: return 82; | 136 case CSSPropertyImageRendering: return 82; |
| 137 case CSSPropertyLeft: return 83; | 137 case CSSPropertyLeft: return 83; |
| (...skipping 717 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 855 } | 855 } |
| 856 } | 856 } |
| 857 | 857 |
| 858 if (needsPagesMeasuredUpdate) | 858 if (needsPagesMeasuredUpdate) |
| 859 cssPropertiesHistogram.count(totalPagesMeasuredCSSSampleId()); | 859 cssPropertiesHistogram.count(totalPagesMeasuredCSSSampleId()); |
| 860 | 860 |
| 861 m_CSSBits.clearAll(); | 861 m_CSSBits.clearAll(); |
| 862 } | 862 } |
| 863 | 863 |
| 864 } // namespace blink | 864 } // namespace blink |
| OLD | NEW |