Home
last modified time | relevance | path

Searched refs:rightVal (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/xml/
DXPathPredicate.cpp83 double rightVal = rhs.toNumber(); in evaluate() local
87 return leftVal + rightVal; in evaluate()
89 return leftVal - rightVal; in evaluate()
91 return leftVal * rightVal; in evaluate()
93 return leftVal / rightVal; in evaluate()
95 return fmod(leftVal, rightVal); in evaluate()
/external/webkit/WebCore/rendering/
DRenderTableCell.cpp788 CollapsedBorderValue rightVal = collapsedRightBorder(rtl); in paintCollapsedBorder() local
796 int rightWidth = rightVal.width(); in paintCollapsedBorder()
806 EBorderStyle rightStyle = collapsedBorderStyle(rightVal.style()); in paintCollapsedBorder()
811 bool renderRight = rightStyle > BHIDDEN && !rightVal.isTransparent(); in paintCollapsedBorder()
819 …borders.addBorder(rightVal, BSRight, renderRight, tx + w - rightWidth, ty, tx + w, ty + h, rightSt… in paintCollapsedBorder()