Searched defs:rowSpan (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/html/
H A DHTMLTableCellElement.h40 int rowSpan() const { return m_rowSpan; } function in class:WebCore::HTMLTableCellElement
/external/webkit/Source/WebCore/rendering/
H A DRenderTableCell.h43 int rowSpan() const { return m_rowSpan; } function in class:WebCore::RenderTableCell
/external/webkit/Source/WebCore/bindings/objc/
H A DPublicDOMInterfaces.h823 @property int rowSpan; variable

Completed in 592 milliseconds