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

/external/webkit/Source/WebCore/bindings/objc/
H A DDOMCSS.h142 - (NSString *)emptyCells;
143 - (void)setEmptyCells:(NSString *)emptyCells;
H A DDOMCSS.mm567 - (NSString *)emptyCells
572 - (void)setEmptyCells:(NSString *)emptyCells
574 [self setProperty:@"empty-cells" value:emptyCells priority:@""];
/external/webkit/Source/WebCore/rendering/
H A DRenderTableCell.cpp982 if (!tableElt->collapseBorders() && style()->emptyCells() == HIDE && !firstChild())
1018 if (!tableElt->collapseBorders() && style()->emptyCells() == HIDE && !firstChild())
1043 if (!tableElt->collapseBorders() && style()->emptyCells() == HIDE && !firstChild())
/external/webkit/Source/WebCore/platform/mac/
H A DHTMLConverter.mm979 NSString *borderCollapse = [self _stringForNode:tableElement property:@"border-collapse"], *emptyCells = [self _stringForNode:tableElement property:@"empty-cells"], *tableLayout = [self _stringForNode:tableElement property:@"table-layout"];
993 if ([@"hide" isEqualToString:emptyCells]) [table setHidesEmptyCells:YES];
/external/webkit/Source/WebCore/css/
H A DCSSComputedStyleDeclaration.cpp1099 return primitiveValueCache->createValue(style->emptyCells());
H A DCSSStyleSelector.cpp3646 HANDLE_INHERIT_AND_INITIAL_AND_PRIMITIVE(emptyCells, EmptyCells)
/external/webkit/Source/WebCore/rendering/style/
H A DRenderStyle.h599 EEmptyCell emptyCells() const { return static_cast<EEmptyCell>(inherited_flags._empty_cells); } function in class:WebCore::RenderStyle

Completed in 161 milliseconds