HomeSort by relevance Sort by last modified time
    Searched refs:borderValue (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/rendering/
RenderTableCell.cpp 671 CollapsedBorderValue borderValue;
688 void addBorder(const CollapsedBorderValue& borderValue, BoxSide borderSide, bool shouldPaint,
691 if (borderValue.exists() && shouldPaint) {
692 m_borders[m_count].borderValue = borderValue;
707 if (m_borders[i].borderValue.exists() && m_borders[i].shouldPaint) {
720 static void addBorderStyle(RenderTableCell::CollapsedBorderStyles& borderStyles, CollapsedBorderValue borderValue)
722 if (!borderValue.exists())
726 if (borderStyles[i] == borderValue)
728 borderStyles.append(borderValue);
    [all...]
  /external/webkit/WebCore/html/
HTMLTableElement.cpp 468 AtomicString borderValue = m_borderColorAttr ? "solid" : "outset";
469 CSSMappedAttributeDeclaration* decl = getMappedAttributeDecl(ePersistent, tableborderAttr, borderValue);
482 setMappedAttributeDecl(ePersistent, tableborderAttr, borderValue, decl);
485 decl->setMappedState(ePersistent, tableborderAttr, borderValue);

Completed in 966 milliseconds