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

Side by Side Diff: client/dom/generated/src/interface/CSSPrimitiveValue.dart

Issue 9619015: Regenerate dart:dom and dart:html bindings (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 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 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 // WARNING: Do not edit - generated code. 5 // WARNING: Do not edit - generated code.
6 6
7 interface CSSPrimitiveValue extends CSSValue { 7 interface CSSPrimitiveValue extends CSSValue {
8 8
9 static final int CSS_ATTR = 22; 9 static final int CSS_ATTR = 22;
10 10
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 static final int CSS_RGBCOLOR = 25; 51 static final int CSS_RGBCOLOR = 25;
52 52
53 static final int CSS_S = 15; 53 static final int CSS_S = 15;
54 54
55 static final int CSS_STRING = 19; 55 static final int CSS_STRING = 19;
56 56
57 static final int CSS_UNKNOWN = 0; 57 static final int CSS_UNKNOWN = 0;
58 58
59 static final int CSS_URI = 20; 59 static final int CSS_URI = 20;
60 60
61 static final int CSS_VH = 27;
62
63 static final int CSS_VMIN = 28;
64
65 static final int CSS_VW = 26;
66
61 final int primitiveType; 67 final int primitiveType;
62 68
63 Counter getCounterValue(); 69 Counter getCounterValue();
64 70
65 num getFloatValue(int unitType); 71 num getFloatValue(int unitType);
66 72
67 RGBColor getRGBColorValue(); 73 RGBColor getRGBColorValue();
68 74
69 Rect getRectValue(); 75 Rect getRectValue();
70 76
71 String getStringValue(); 77 String getStringValue();
72 78
73 void setFloatValue(int unitType, num floatValue); 79 void setFloatValue(int unitType, num floatValue);
74 80
75 void setStringValue(int stringType, String stringValue); 81 void setStringValue(int stringType, String stringValue);
76 } 82 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/interface/AudioContext.dart ('k') | client/dom/generated/src/interface/Clipboard.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698