Home
last modified time | relevance | path

Searched refs:HTMLTableSectionElement (Results 1 – 25 of 31) sorted by relevance

12

/external/webkit/Source/WebCore/html/
DHTMLTableSectionElement.cpp40 inline HTMLTableSectionElement::HTMLTableSectionElement(const QualifiedName& tagName, Document* doc… in HTMLTableSectionElement() function in WebCore::HTMLTableSectionElement
45 PassRefPtr<HTMLTableSectionElement> HTMLTableSectionElement::create(const QualifiedName& tagName, D… in create()
47 return adoptRef(new HTMLTableSectionElement(tagName, document)); in create()
51 void HTMLTableSectionElement::additionalAttributeStyleDecls(Vector<CSSMutableStyleDeclaration*>& re… in additionalAttributeStyleDecls()
63 PassRefPtr<HTMLElement> HTMLTableSectionElement::insertRow(int index, ExceptionCode& ec) in insertRow()
86 void HTMLTableSectionElement::deleteRow(int index, ExceptionCode& ec) in deleteRow()
99 int HTMLTableSectionElement::numRows() const in numRows()
112 String HTMLTableSectionElement::align() const in align()
117 void HTMLTableSectionElement::setAlign(const String &value) in setAlign()
122 String HTMLTableSectionElement::ch() const in ch()
[all …]
DHTMLTableElement.h35 class HTMLTableSectionElement; variable
45 HTMLTableSectionElement* tHead() const;
46 void setTHead(PassRefPtr<HTMLTableSectionElement>, ExceptionCode&);
48 HTMLTableSectionElement* tFoot() const;
49 void setTFoot(PassRefPtr<HTMLTableSectionElement>, ExceptionCode&);
93 HTMLTableSectionElement* lastBody() const;
DHTMLTableElement.cpp82 HTMLTableSectionElement* HTMLTableElement::tHead() const in tHead()
86 return static_cast<HTMLTableSectionElement*>(child); in tHead()
91 void HTMLTableElement::setTHead(PassRefPtr<HTMLTableSectionElement> newHead, ExceptionCode& ec) in setTHead()
103 HTMLTableSectionElement* HTMLTableElement::tFoot() const in tFoot()
107 return static_cast<HTMLTableSectionElement*>(child); in tFoot()
112 void HTMLTableElement::setTFoot(PassRefPtr<HTMLTableSectionElement> newFoot, ExceptionCode& ec) in setTFoot()
126 if (HTMLTableSectionElement* existingHead = tHead()) in createTHead()
128 RefPtr<HTMLTableSectionElement> head = HTMLTableSectionElement::create(theadTag, document()); in createTHead()
142 if (HTMLTableSectionElement* existingFoot = tFoot()) in createTFoot()
144 RefPtr<HTMLTableSectionElement> foot = HTMLTableSectionElement::create(tfootTag, document()); in createTFoot()
[all …]
DHTMLTableSectionElement.h33 class HTMLTableSectionElement : public HTMLTablePartElement {
35 static PassRefPtr<HTMLTableSectionElement> create(const QualifiedName&, Document*);
57 HTMLTableSectionElement(const QualifiedName& tagName, Document*);
DHTMLTableRowElement.cpp73 if (HTMLTableSectionElement* head = static_cast<HTMLTableElement*>(table)->tHead()) { in rowIndex()
84 HTMLTableSectionElement* section = static_cast<HTMLTableSectionElement*>(node); in rowIndex()
94 if (HTMLTableSectionElement* foot = static_cast<HTMLTableElement*>(table)->tFoot()) { in rowIndex()
DHTMLViewSourceDocument.h33 class HTMLTableSectionElement; variable
66 RefPtr<HTMLTableSectionElement> m_tbody;
DHTMLTagNames.in121 tbody interfaceName=HTMLTableSectionElement
124 tfoot interfaceName=HTMLTableSectionElement
126 thead interfaceName=HTMLTableSectionElement
DHTMLTableElement.idl25 attribute HTMLTableSectionElement tHead setter raises(DOMException);
26 attribute HTMLTableSectionElement tFoot setter raises(DOMException);
DHTMLTableSectionElement.idl25 ] HTMLTableSectionElement : HTMLElement {
DHTMLViewSourceDocument.cpp94 m_tbody = HTMLTableSectionElement::create(tbodyTag, this); in createContainingTable()
/external/webkit/LayoutTests/fast/dom/HTMLTableSectionElement/
Drows-expected.txt1 Test behavior of the HTMLTableSectionElement rows attribute in cases where there is unusual nesting.
/external/webkit/LayoutTests/platform/android/
Dlayout_test_directories.txt24 fast/dom/HTMLTableSectionElement
/external/webkit/Source/WebCore/bindings/gobject/
DWebKitHTMLElementWrapperFactory.cpp441 return wrapHTMLTableSectionElement(static_cast<HTMLTableSectionElement*>(element.get())); in createTableSectionWrapper()
/external/webkit/Source/WebCore/
DDerivedSources.make275 HTMLTableSectionElement \
DCodeGenerators.pri296 html/HTMLTableSectionElement.idl \
DCMakeLists.txt271 html/HTMLTableSectionElement.idl
816 html/HTMLTableSectionElement.cpp
DWebCore.pro738 html/HTMLTableSectionElement.cpp \
1722 html/HTMLTableSectionElement.h \
DWebCore.gypi1271 'html/HTMLTableSectionElement.idl',
2990 'html/HTMLTableSectionElement.cpp',
2991 'html/HTMLTableSectionElement.h',
DGNUmakefile.list.am1766 Source/WebCore/html/HTMLTableSectionElement.cpp \
1767 Source/WebCore/html/HTMLTableSectionElement.h \
DGNUmakefile.am1811 Source/WebCore/html/HTMLTableSectionElement.cpp \
1812 Source/WebCore/html/HTMLTableSectionElement.h \
DChangeLog-2007-10-144904 * html/HTMLTableSectionElement.cpp:
4905 * html/HTMLTableSectionElement.h:
4906 * html/HTMLTableSectionElement.idl:
35077 * html/HTMLTableSectionElement.idl:
36361 * html/HTMLTableSectionElement.cpp:
36362 (WebCore::HTMLTableSectionElement::checkDTD):
36531 * html/HTMLTableSectionElement.cpp:
36532 (WebCore::HTMLTableSectionElement::insertRow):
36533 (WebCore::HTMLTableSectionElement::deleteRow):
37586 HTMLTableCellElement, HTMLTableColElement, HTMLTableRowElement, HTMLTableSectionElement.
[all …]
DChangeLog-2006-12-3112629 …://problem/4808720> Hamachi test tool crashes Safari in WebCore::HTMLTableSectionElement::deleteRow
29556 * html/HTMLTableSectionElement.cpp:
29557 (WebCore::HTMLTableSectionElement::additionalAttributeStyleDecl):
29558 * html/HTMLTableSectionElement.h:
34747 * html/HTMLTableSectionElement.idl: Ditto.
35263 * html/HTMLTableSectionElement.idl: Added.
47181 * html/HTMLTableSectionElement.cpp:
47182 (WebCore::HTMLTableSectionElement::rows):
55410 * html/HTMLTableSectionElement.cpp: Added.
55411 (WebCore::HTMLTableSectionElement::insertRow):
[all …]
DChangeLog-2005-08-238932 (HTMLTableSectionElement::operator = ):
11279 (HTMLTableSectionElement::operator = ):
49205 (-[HTMLTableSectionElement align]):
49206 (-[HTMLTableSectionElement setAlign:]):
49207 (-[HTMLTableSectionElement ch]):
49208 (-[HTMLTableSectionElement setCh:]):
49209 (-[HTMLTableSectionElement chOff]):
49210 (-[HTMLTableSectionElement setChOff:]):
49211 (-[HTMLTableSectionElement vAlign]):
49212 (-[HTMLTableSectionElement setVAlign:]):
[all …]
/external/webkit/Source/WebCore/page/
DDOMWindow.idl477 attribute HTMLTableSectionElementConstructor HTMLTableSectionElement;
/external/webkit/Source/WebCore/WebCore.xcodeproj/
Dproject.pbxproj3611 …D600B12A68 /* HTMLTableSectionElement.h in Headers */ = {isa = PBXBuildFile; fileRef = A871DB170A1…
3612 …600B12A68 /* HTMLTableSectionElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A871DB180A…
8735 …BA89F2 /* HTMLTableSectionElement.idl */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFi…
10048 …68 /* HTMLTableSectionElement.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType…
10049 …/* HTMLTableSectionElement.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType …
16114 A871DB180A150BD600B12A68 /* HTMLTableSectionElement.cpp */,
16115 A871DB170A150BD600B12A68 /* HTMLTableSectionElement.h */,
16116 8555425C0AA48B1E00BA89F2 /* HTMLTableSectionElement.idl */,
21316 A871DB250A150BD600B12A68 /* HTMLTableSectionElement.h in Headers */,
24154 A871DB260A150BD600B12A68 /* HTMLTableSectionElement.cpp in Sources */,

12