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

Side by Side Diff: Source/core/css/StylePropertyShorthand.h

Issue 15758002: Unprefix Flexbox (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: tests Created 7 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 | Annotate | Revision Log
OLDNEW
1 /* 1 /*
2 * (C) 1999-2003 Lars Knoll (knoll@kde.org) 2 * (C) 1999-2003 Lars Knoll (knoll@kde.org)
3 * Copyright (C) 2004, 2005, 2006, 2008 Apple Inc. All rights reserved. 3 * Copyright (C) 2004, 2005, 2006, 2008 Apple Inc. All rights reserved.
4 * 4 *
5 * This library is free software; you can redistribute it and/or 5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Library General Public 6 * modify it under the terms of the GNU Library General Public
7 * License as published by the Free Software Foundation; either 7 * License as published by the Free Software Foundation; either
8 * version 2 of the License, or (at your option) any later version. 8 * version 2 of the License, or (at your option) any later version.
9 * 9 *
10 * This library is distributed in the hope that it will be useful, 10 * This library is distributed in the hope that it will be useful,
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 const StylePropertyShorthand& paddingShorthand(); 82 const StylePropertyShorthand& paddingShorthand();
83 const StylePropertyShorthand& transitionShorthand(); 83 const StylePropertyShorthand& transitionShorthand();
84 const StylePropertyShorthand& webkitAnimationShorthand(); 84 const StylePropertyShorthand& webkitAnimationShorthand();
85 const StylePropertyShorthand& webkitAnimationShorthandForParsing(); 85 const StylePropertyShorthand& webkitAnimationShorthandForParsing();
86 const StylePropertyShorthand& webkitBorderAfterShorthand(); 86 const StylePropertyShorthand& webkitBorderAfterShorthand();
87 const StylePropertyShorthand& webkitBorderBeforeShorthand(); 87 const StylePropertyShorthand& webkitBorderBeforeShorthand();
88 const StylePropertyShorthand& webkitBorderEndShorthand(); 88 const StylePropertyShorthand& webkitBorderEndShorthand();
89 const StylePropertyShorthand& webkitBorderStartShorthand(); 89 const StylePropertyShorthand& webkitBorderStartShorthand();
90 const StylePropertyShorthand& webkitColumnsShorthand(); 90 const StylePropertyShorthand& webkitColumnsShorthand();
91 const StylePropertyShorthand& webkitColumnRuleShorthand(); 91 const StylePropertyShorthand& webkitColumnRuleShorthand();
92 const StylePropertyShorthand& webkitFlexFlowShorthand(); 92 const StylePropertyShorthand& flexFlowShorthand();
93 const StylePropertyShorthand& webkitFlexShorthand(); 93 const StylePropertyShorthand& flexShorthand();
94 const StylePropertyShorthand& gridColumnShorthand(); 94 const StylePropertyShorthand& gridColumnShorthand();
95 const StylePropertyShorthand& gridRowShorthand(); 95 const StylePropertyShorthand& gridRowShorthand();
96 const StylePropertyShorthand& gridAreaShorthand(); 96 const StylePropertyShorthand& gridAreaShorthand();
97 const StylePropertyShorthand& webkitMarginCollapseShorthand(); 97 const StylePropertyShorthand& webkitMarginCollapseShorthand();
98 const StylePropertyShorthand& webkitMarqueeShorthand(); 98 const StylePropertyShorthand& webkitMarqueeShorthand();
99 const StylePropertyShorthand& webkitMaskShorthand(); 99 const StylePropertyShorthand& webkitMaskShorthand();
100 const StylePropertyShorthand& webkitMaskPositionShorthand(); 100 const StylePropertyShorthand& webkitMaskPositionShorthand();
101 const StylePropertyShorthand& webkitMaskRepeatShorthand(); 101 const StylePropertyShorthand& webkitMaskRepeatShorthand();
102 const StylePropertyShorthand& webkitTextEmphasisShorthand(); 102 const StylePropertyShorthand& webkitTextEmphasisShorthand();
103 const StylePropertyShorthand& webkitTextStrokeShorthand(); 103 const StylePropertyShorthand& webkitTextStrokeShorthand();
104 const StylePropertyShorthand& webkitTransitionShorthand(); 104 const StylePropertyShorthand& webkitTransitionShorthand();
105 const StylePropertyShorthand& webkitTransformOriginShorthand(); 105 const StylePropertyShorthand& webkitTransformOriginShorthand();
106 106
107 // Returns an empty list if the property is not a shorthand 107 // Returns an empty list if the property is not a shorthand
108 const StylePropertyShorthand& shorthandForProperty(CSSPropertyID); 108 const StylePropertyShorthand& shorthandForProperty(CSSPropertyID);
109 109
110 bool isExpandedShorthand(CSSPropertyID); 110 bool isExpandedShorthand(CSSPropertyID);
111 111
112 } // namespace WebCore 112 } // namespace WebCore
113 113
114 #endif // StylePropertyShorthand_h 114 #endif // StylePropertyShorthand_h
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698