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

Side by Side Diff: sky/engine/core/rendering/style/RenderStyleConstants.h

Issue 1068383005: Remove CSSPropertySpeak (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 8 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
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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 enum ETransformStyle3D { 225 enum ETransformStyle3D {
226 TransformStyle3DFlat, TransformStyle3DPreserve3D 226 TransformStyle3DFlat, TransformStyle3DPreserve3D
227 }; 227 };
228 228
229 enum EBackfaceVisibility { 229 enum EBackfaceVisibility {
230 BackfaceVisibilityVisible, BackfaceVisibilityHidden 230 BackfaceVisibilityVisible, BackfaceVisibilityHidden
231 }; 231 };
232 232
233 enum Hyphens { HyphensNone, HyphensManual, HyphensAuto }; 233 enum Hyphens { HyphensNone, HyphensManual, HyphensAuto };
234 234
235 enum ESpeak { SpeakNone, SpeakNormal, SpeakSpellOut, SpeakDigits, SpeakLiteralPu nctuation, SpeakNoPunctuation };
236
237 enum TextEmphasisFill { TextEmphasisFillFilled, TextEmphasisFillOpen }; 235 enum TextEmphasisFill { TextEmphasisFillFilled, TextEmphasisFillOpen };
238 236
239 enum TextEmphasisMark { TextEmphasisMarkNone, TextEmphasisMarkAuto, TextEmphasis MarkDot, TextEmphasisMarkCircle, TextEmphasisMarkDoubleCircle, TextEmphasisMarkT riangle, TextEmphasisMarkSesame, TextEmphasisMarkCustom }; 237 enum TextEmphasisMark { TextEmphasisMarkNone, TextEmphasisMarkAuto, TextEmphasis MarkDot, TextEmphasisMarkCircle, TextEmphasisMarkDoubleCircle, TextEmphasisMarkT riangle, TextEmphasisMarkSesame, TextEmphasisMarkCustom };
240 238
241 enum TextEmphasisPosition { TextEmphasisPositionOver, TextEmphasisPositionUnder }; 239 enum TextEmphasisPosition { TextEmphasisPositionOver, TextEmphasisPositionUnder };
242 240
243 enum TextOrientation { TextOrientationVerticalRight, TextOrientationUpright, Tex tOrientationSideways, TextOrientationSidewaysRight }; 241 enum TextOrientation { TextOrientationVerticalRight, TextOrientationUpright, Tex tOrientationSideways, TextOrientationSidewaysRight };
244 242
245 enum TextOverflow { TextOverflowClip = 0, TextOverflowEllipsis }; 243 enum TextOverflow { TextOverflowClip = 0, TextOverflowEllipsis };
246 244
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 static const float maximumAllowedFontSize = 1000000.0f; 300 static const float maximumAllowedFontSize = 1000000.0f;
303 301
304 enum TextIndentLine { TextIndentFirstLine, TextIndentEachLine }; 302 enum TextIndentLine { TextIndentFirstLine, TextIndentEachLine };
305 enum TextIndentType { TextIndentNormal, TextIndentHanging }; 303 enum TextIndentType { TextIndentNormal, TextIndentHanging };
306 304
307 enum CSSBoxType { BoxMissing = 0, MarginBox, BorderBox, PaddingBox, ContentBox } ; 305 enum CSSBoxType { BoxMissing = 0, MarginBox, BorderBox, PaddingBox, ContentBox } ;
308 306
309 } // namespace blink 307 } // namespace blink
310 308
311 #endif // SKY_ENGINE_CORE_RENDERING_STYLE_RENDERSTYLECONSTANTS_H_ 309 #endif // SKY_ENGINE_CORE_RENDERING_STYLE_RENDERSTYLECONSTANTS_H_
OLDNEW
« no previous file with comments | « sky/engine/core/rendering/style/RenderStyle.h ('k') | sky/engine/core/rendering/style/StyleRareInheritedData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698