Home
last modified time | relevance | path

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

/external/webkit/Source/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/Source/WebCore/rendering/
DRenderTableCell.cpp930 CollapsedBorderValue rightVal = collapsedRightBorder(); in paintCollapsedBorder() local
938 int rightWidth = rightVal.width(); in paintCollapsedBorder()
948 EBorderStyle rightStyle = collapsedBorderStyle(rightVal.style()); in paintCollapsedBorder()
953 bool renderRight = rightStyle > BHIDDEN && !rightVal.isTransparent(); in paintCollapsedBorder()
961 …borders.addBorder(rightVal, BSRight, renderRight, tx + w - rightWidth, ty, tx + w, ty + h, rightSt… in paintCollapsedBorder()