Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(175)

Side by Side Diff: Source/core/style/ComputedStyleConstants.h

Issue 1210903004: Implement hanja counter styles (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix remaining tests Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « Source/core/paint/ListMarkerPainter.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2000 Lars Knoll (knoll@kde.org) 2 * Copyright (C) 2000 Lars Knoll (knoll@kde.org)
3 * (C) 2000 Antti Koivisto (koivisto@kde.org) 3 * (C) 2000 Antti Koivisto (koivisto@kde.org)
4 * (C) 2000 Dirk Mueller (mueller@kde.org) 4 * (C) 2000 Dirk Mueller (mueller@kde.org)
5 * Copyright (C) 2003, 2005, 2006, 2007, 2008, 2009, 2010 Apple Inc. All rights reserved. 5 * Copyright (C) 2003, 2005, 2006, 2007, 2008, 2009, 2010 Apple Inc. All rights reserved.
6 * Copyright (C) 2006 Graham Dennis (graham.dennis@gmail.com) 6 * Copyright (C) 2006 Graham Dennis (graham.dennis@gmail.com)
7 * Copyright (C) 2009 Torch Mobile Inc. All rights reserved. (http://www.torchmo bile.com/) 7 * Copyright (C) 2009 Torch Mobile Inc. All rights reserved. (http://www.torchmo bile.com/)
8 * 8 *
9 * This library is free software; you can redistribute it and/or 9 * This library is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU Library General Public 10 * modify it under the terms of the GNU Library General Public
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 UpperLatin, 242 UpperLatin,
243 CjkEarthlyBranch, 243 CjkEarthlyBranch,
244 CjkHeavenlyStem, 244 CjkHeavenlyStem,
245 EthiopicHalehame, 245 EthiopicHalehame,
246 EthiopicHalehameAm, 246 EthiopicHalehameAm,
247 EthiopicHalehameTiEr, 247 EthiopicHalehameTiEr,
248 EthiopicHalehameTiEt, 248 EthiopicHalehameTiEt,
249 Hangul, 249 Hangul,
250 HangulConsonant, 250 HangulConsonant,
251 KoreanHangulFormal, 251 KoreanHangulFormal,
252 KoreanHanjaFormal,
253 KoreanHanjaInformal,
252 Hebrew, 254 Hebrew,
253 Armenian, 255 Armenian,
254 LowerArmenian, 256 LowerArmenian,
255 UpperArmenian, 257 UpperArmenian,
256 Georgian, 258 Georgian,
257 CJKIdeographic, 259 CJKIdeographic,
258 SimpChineseFormal, 260 SimpChineseFormal,
259 SimpChineseInformal, 261 SimpChineseInformal,
260 TradChineseFormal, 262 TradChineseFormal,
261 TradChineseInformal, 263 TradChineseInformal,
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
536 538
537 enum ScrollSnapType { 539 enum ScrollSnapType {
538 ScrollSnapTypeNone, 540 ScrollSnapTypeNone,
539 ScrollSnapTypeMandatory, 541 ScrollSnapTypeMandatory,
540 ScrollSnapTypeProximity 542 ScrollSnapTypeProximity
541 }; 543 };
542 544
543 } // namespace blink 545 } // namespace blink
544 546
545 #endif // ComputedStyleConstants_h 547 #endif // ComputedStyleConstants_h
OLDNEW
« no previous file with comments | « Source/core/paint/ListMarkerPainter.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698