initial import
[vuplus_webkit] / Source / WebCore / html / HTMLElementsAllInOne.cpp
1 /*
2  * Copyright (c) 2009, Google Inc. All rights reserved.
3  * 
4  * Redistribution and use in source and binary forms, with or without
5  * modification, are permitted provided that the following conditions are
6  * met:
7  * 
8  *     * Redistributions of source code must retain the above copyright
9  *       notice, this list of conditions and the following disclaimer.
10  *     * Redistributions in binary form must reproduce the above
11  *       copyright notice, this list of conditions and the following disclaimer
12  *       in the documentation and/or other materials provided with the
13  *       distribution.
14  *     * Neither the name of Google Inc. nor the names of its
15  *       contributors may be used to endorse or promote products derived from
16  *       this software without specific prior written permission.
17  * 
18  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
19  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
20  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
21  * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
22  * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
23  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
24  * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
25  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
26  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
27  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
28  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29  */
30
31 // This source file coalesces the HTML elements into a single object file to
32 // reduce bloat and allow us to link release builds on 32-bit Windows.
33
34 #include "HTMLAnchorElement.cpp"
35 #include "HTMLAppletElement.cpp"
36 #include "HTMLAreaElement.cpp"
37 #include "HTMLAudioElement.cpp"
38 #include "HTMLBRElement.cpp"
39 #include "HTMLBaseElement.cpp"
40 #include "HTMLBaseFontElement.cpp"
41 #include "HTMLBodyElement.cpp"
42 #include "HTMLButtonElement.cpp"
43 #include "HTMLCanvasElement.cpp"
44 #include "HTMLDataListElement.cpp"
45 #include "HTMLDetailsElement.cpp"
46 #include "HTMLDListElement.cpp"
47 #include "HTMLDirectoryElement.cpp"
48 #include "HTMLDivElement.cpp"
49 #include "HTMLElement.cpp"
50 #include "HTMLEmbedElement.cpp"
51 #include "HTMLFieldSetElement.cpp"
52 #include "HTMLFontElement.cpp"
53 #include "HTMLFormControlElement.cpp"
54 #include "HTMLFormElement.cpp"
55 #include "HTMLFrameElement.cpp"
56 #include "HTMLFrameElementBase.cpp"
57 #include "HTMLFrameOwnerElement.cpp"
58 #include "HTMLFrameSetElement.cpp"
59 #include "HTMLHRElement.cpp"
60 #include "HTMLHeadElement.cpp"
61 #include "HTMLHeadingElement.cpp"
62 #include "HTMLHtmlElement.cpp"
63 #include "HTMLIFrameElement.cpp"
64 #include "HTMLImageElement.cpp"
65 #include "HTMLInputElement.cpp"
66 #include "HTMLIsIndexElement.cpp"
67 #include "HTMLKeygenElement.cpp"
68 #include "HTMLLIElement.cpp"
69 #include "HTMLLabelElement.cpp"
70 #include "HTMLLegendElement.cpp"
71 #include "HTMLLinkElement.cpp"
72 #include "HTMLMapElement.cpp"
73 #include "HTMLMarqueeElement.cpp"
74 #include "HTMLMediaElement.cpp"
75 #include "HTMLMenuElement.cpp"
76 #include "HTMLMetaElement.cpp"
77 #include "HTMLMeterElement.cpp"
78 #include "HTMLModElement.cpp"
79 #include "HTMLNoScriptElement.cpp"
80 #include "HTMLOListElement.cpp"
81 #include "HTMLObjectElement.cpp"
82 #include "HTMLOptGroupElement.cpp"
83 #include "HTMLOptionElement.cpp"
84 #include "HTMLParagraphElement.cpp"
85 #include "HTMLParamElement.cpp"
86 #include "HTMLPlugInElement.cpp"
87 #include "HTMLPlugInImageElement.cpp"
88 #include "HTMLPreElement.cpp"
89 #include "HTMLProgressElement.cpp"
90 #include "HTMLQuoteElement.cpp"
91 #include "HTMLScriptElement.cpp"
92 #include "HTMLSelectElement.cpp"
93 #include "HTMLSourceElement.cpp"
94 #include "HTMLSpanElement.cpp"
95 #include "HTMLStyleElement.cpp"
96 #include "HTMLSummaryElement.cpp"
97 #include "HTMLTableCaptionElement.cpp"
98 #include "HTMLTableCellElement.cpp"
99 #include "HTMLTableColElement.cpp"
100 #include "HTMLTableElement.cpp"
101 #include "HTMLTablePartElement.cpp"
102 #include "HTMLTableRowElement.cpp"
103 #include "HTMLTableSectionElement.cpp"
104 #include "HTMLTextAreaElement.cpp"
105 #include "HTMLTextFormControlElement.cpp"
106 #include "HTMLTitleElement.cpp"
107 #include "HTMLUListElement.cpp"
108 #include "HTMLVideoElement.cpp"