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

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

Issue 689283003: Remove scroll corners and resizers. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 }; 168 };
169 169
170 enum EOverflowWrap { 170 enum EOverflowWrap {
171 NormalOverflowWrap, BreakOverflowWrap 171 NormalOverflowWrap, BreakOverflowWrap
172 }; 172 };
173 173
174 enum LineBreak { 174 enum LineBreak {
175 LineBreakAuto, LineBreakLoose, LineBreakNormal, LineBreakStrict, LineBreakAf terWhiteSpace 175 LineBreakAuto, LineBreakLoose, LineBreakNormal, LineBreakStrict, LineBreakAf terWhiteSpace
176 }; 176 };
177 177
178 enum EResize {
179 RESIZE_NONE, RESIZE_BOTH, RESIZE_HORIZONTAL, RESIZE_VERTICAL
180 };
181
182 // The order of this enum must match the order of the list style types in CSSVal ueKeywords.in. 178 // The order of this enum must match the order of the list style types in CSSVal ueKeywords.in.
183 enum EListStyleType { 179 enum EListStyleType {
184 Disc, 180 Disc,
185 Circle, 181 Circle,
186 Square, 182 Square,
187 DecimalListStyle, 183 DecimalListStyle,
188 DecimalLeadingZero, 184 DecimalLeadingZero,
189 ArabicIndic, 185 ArabicIndic,
190 BinaryListStyle, 186 BinaryListStyle,
191 Bengali, 187 Bengali,
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
467 static const float maximumAllowedFontSize = 1000000.0f; 463 static const float maximumAllowedFontSize = 1000000.0f;
468 464
469 enum TextIndentLine { TextIndentFirstLine, TextIndentEachLine }; 465 enum TextIndentLine { TextIndentFirstLine, TextIndentEachLine };
470 enum TextIndentType { TextIndentNormal, TextIndentHanging }; 466 enum TextIndentType { TextIndentNormal, TextIndentHanging };
471 467
472 enum CSSBoxType { BoxMissing = 0, MarginBox, BorderBox, PaddingBox, ContentBox } ; 468 enum CSSBoxType { BoxMissing = 0, MarginBox, BorderBox, PaddingBox, ContentBox } ;
473 469
474 } // namespace blink 470 } // namespace blink
475 471
476 #endif // RenderStyleConstants_h 472 #endif // 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