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

Side by Side Diff: core/css/cssom/CalcLength.idl

Issue 2786203002: Roll 50: Copied IDLs, PYTHON scripts from WebKit removed deleted files in WebCore (Closed)
Patch Set: Created 3 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
« no previous file with comments | « core/css/cssom/CalcDictionary.idl ('k') | core/css/cssom/KeywordValue.idl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 [
2 Constructor(LengthValue length),
3 Constructor(CalcDictionary calcDictionary),
4 ImplementedAs=StyleCalcLength,
5 RaisesException=Constructor,
6 RuntimeEnabled=CSSTypedOM
7 ] interface CalcLength : LengthValue {
8 readonly attribute double? px;
9 readonly attribute double? percent;
10 readonly attribute double? em;
11 readonly attribute double? ex;
12 readonly attribute double? ch;
13 readonly attribute double? rem;
14 readonly attribute double? vw;
15 readonly attribute double? vh;
16 readonly attribute double? vmin;
17 readonly attribute double? vmax;
18 readonly attribute double? cm;
19 readonly attribute double? mm;
20 readonly attribute double? in;
21 readonly attribute double? pc;
22 readonly attribute double? pt;
23 };
OLDNEW
« no previous file with comments | « core/css/cssom/CalcDictionary.idl ('k') | core/css/cssom/KeywordValue.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698