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

Side by Side Diff: third_party/WebCore/html/HTMLInputElement.idl

Issue 10048001: Roll IDL to multivm@375 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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 | Annotate | Revision Log
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2006, 2010 Apple Inc. All rights reserved. 2 * Copyright (C) 2006, 2010 Apple Inc. All rights reserved.
3 * Copyright (C) 2006 Samuel Weinig <sam.weinig@gmail.com> 3 * Copyright (C) 2006 Samuel Weinig <sam.weinig@gmail.com>
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 #else 82 #else
83 [Custom] void setSelectionRange(in [Optional=DefaultIsUndefined] long st art, 83 [Custom] void setSelectionRange(in [Optional=DefaultIsUndefined] long st art,
84 in [Optional=DefaultIsUndefined] long en d, 84 in [Optional=DefaultIsUndefined] long en d,
85 in [Optional] DOMString direction); 85 in [Optional] DOMString direction);
86 #endif 86 #endif
87 87
88 // Non-standard attributes 88 // Non-standard attributes
89 attribute [Reflect] DOMString align; 89 attribute [Reflect] DOMString align;
90 attribute [Conditional=DIRECTORY_UPLOAD, Reflect] boolean webkitdirector y; 90 attribute [Conditional=DIRECTORY_UPLOAD, Reflect] boolean webkitdirector y;
91 attribute [Reflect] DOMString useMap; 91 attribute [Reflect] DOMString useMap;
92 readonly attribute [Conditional=DATALIST] HTMLOptionElement selectedOpti on;
93 attribute [Reflect] boolean incremental; 92 attribute [Reflect] boolean incremental;
94 attribute [Conditional=INPUT_SPEECH, Reflect, V8EnabledAtRuntime] boolea n webkitSpeech; 93 attribute [Conditional=INPUT_SPEECH, Reflect, V8EnabledAtRuntime] boolea n webkitSpeech;
95 attribute [Conditional=INPUT_SPEECH, Reflect, V8EnabledAtRuntime] boolea n webkitGrammar; 94 attribute [Conditional=INPUT_SPEECH, Reflect, V8EnabledAtRuntime] boolea n webkitGrammar;
96 attribute [Conditional=INPUT_SPEECH, NotEnumerable] EventListener onwebk itspeechchange; 95 attribute [Conditional=INPUT_SPEECH, NotEnumerable] EventListener onwebk itspeechchange;
97 96
98 #if defined(LANGUAGE_OBJECTIVE_C) && LANGUAGE_OBJECTIVE_C 97 #if defined(LANGUAGE_OBJECTIVE_C) && LANGUAGE_OBJECTIVE_C
99 attribute [Reflect] DOMString accessKey; 98 attribute [Reflect] DOMString accessKey;
100 #endif 99 #endif
101 100
102 #if defined(LANGUAGE_OBJECTIVE_C) && LANGUAGE_OBJECTIVE_C 101 #if defined(LANGUAGE_OBJECTIVE_C) && LANGUAGE_OBJECTIVE_C
103 void click(); 102 void click();
104 #endif 103 #endif
105 104
106 #if !defined(LANGUAGE_JAVASCRIPT) || !LANGUAGE_JAVASCRIPT 105 #if !defined(LANGUAGE_JAVASCRIPT) || !LANGUAGE_JAVASCRIPT
107 void setValueForUser(in [TreatNullAs=NullString] DOMString value); 106 void setValueForUser(in [TreatNullAs=NullString] DOMString value);
108 #endif 107 #endif
109 108
110 #if defined(LANGUAGE_OBJECTIVE_C) && LANGUAGE_OBJECTIVE_C 109 #if defined(LANGUAGE_OBJECTIVE_C) && LANGUAGE_OBJECTIVE_C
111 // Objective-C extension: 110 // Objective-C extension:
112 readonly attribute DOMString altDisplayString; 111 readonly attribute DOMString altDisplayString;
113 readonly attribute URL absoluteImageURL; 112 readonly attribute URL absoluteImageURL;
114 #endif 113 #endif
115 114
116 }; 115 };
117 } 116 }
OLDNEW
« no previous file with comments | « third_party/WebCore/dom/WebKitMutationObserver.idl ('k') | third_party/WebCore/page/DOMWindow.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698