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

  /external/webkit/Source/WebCore/rendering/
RenderTableCell.cpp     [all...]
  /external/webkit/Source/WebCore/html/
HTMLTableElement.cpp 454 AtomicString borderValue = m_borderColorAttr ? "solid" : "outset";
455 CSSMappedAttributeDeclaration* decl = getMappedAttributeDecl(ePersistent, tableborderAttr, borderValue);
468 setMappedAttributeDecl(ePersistent, tableborderAttr, borderValue, decl);
471 decl->setMappedState(ePersistent, tableborderAttr, borderValue);

Completed in 43 milliseconds