Searched refs:cellPadding (Results 1 - 7 of 7) sorted by relevance

/external/webkit/LayoutTests/dom/html/level2/html/
H A DHTMLTableElement13.js104 vcellpadding = testNode.cellPadding;
H A Dtable37.js100 vcellpadding = testNode.cellPadding;
/external/webkit/LayoutTests/dom/xhtml/level2/html/
H A DHTMLTableElement13.js104 vcellpadding = testNode.cellPadding;
H A Dtable37.js100 vcellpadding = testNode.cellPadding;
/external/webkit/Source/WebCore/html/
H A DHTMLTableElement.idl33 attribute [Reflect] DOMString cellPadding;
/external/webkit/Source/WebCore/platform/mac/
H A DHTMLConverter.mm984 if ([tableElement respondsToSelector:@selector(cellPadding)]) {
985 NSString *cellPadding = [(DOMHTMLTableElement *)tableElement cellPadding];
986 if (cellPadding && [cellPadding length] > 0 && ![cellPadding hasSuffix:@"%"]) cellPaddingVal = [cellPadding floatValue];
/external/webkit/Source/WebCore/bindings/objc/
H A DPublicDOMInterfaces.h847 @property(copy) NSString *cellPadding; variable

Completed in 216 milliseconds