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

Side by Side Diff: lib/html/doc/nodoc-src/_Elements.dart

Issue 10544064: Add dummy dart:html library for documentation. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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
(Empty)
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
3 // BSD-style license that can be found in the LICENSE file.
4
5 class _Elements {
6 factory AnchorElement([String href]) => null;
7 factory AreaElement() => null;
8 factory BRElement() => null;
9 factory BaseElement() => null;
10 factory BodyElement() => null;
11 factory ButtonElement() => null;
12 factory CanvasElement([int height, int width]) => null;
13 factory DListElement() => null;
14 factory DetailsElement() => null;
15 factory DivElement() => null;
16 factory EmbedElement() => null;
17 factory FieldSetElement() => null;
18 factory HRElement() => null;
19 factory HeadElement() => null;
20 factory HeadingElement.h1() => null;
21 factory HeadingElement.h2() => null;
22 factory HeadingElement.h3() => null;
23 factory HeadingElement.h4() => null;
24 factory HeadingElement.h5() => null;
25 factory HeadingElement.h6() => null;
26 factory HtmlElement() => null;
27 factory IFrameElement() => null;
28 factory ImageElement([String src, int height, int width]) => null;
29 factory InputElement([String type]) => null;
30 factory KeygenElement() => null;
31 factory LIElement() => null;
32 factory LabelElement() => null;
33 factory LegendElement() => null;
34 factory LinkElement() => null;
35 factory MapElement() => null;
36 factory MenuElement() => null;
37 factory MeterElement() => null;
38 factory OListElement() => null;
39 factory ObjectElement() => null;
40 factory OptGroupElement() => null;
41 factory OutputElement() => null;
42 factory ParagraphElement() => null;
43 factory ParamElement() => null;
44 factory PreElement() => null;
45 factory ProgressElement() => null;
46 factory ScriptElement() => null;
47 factory SourceElement() => null;
48 factory SpanElement() => null;
49 factory StyleElement() => null;
50 factory TableCaptionElement() => null;
51 factory TableCellElement() => null;
52 factory TableColElement() => null;
53 factory TableElement() => null;
54 factory TableRowElement() => null;
55 factory TextAreaElement() => null;
56 factory TitleElement() => null;
57 factory TrackElement() => null;
58 factory UListElement() => null;
59 factory VideoElement() => null;
60 }
OLDNEW
« no previous file with comments | « lib/html/doc/nodoc-src/_ElementFactoryProvider.dart ('k') | lib/html/doc/nodoc-src/_EventSourceFactoryProvider.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698