Searched defs:topVal (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableCell.cpp1112 CollapsedBorderValue topVal = cachedCollapsedTopBorder(styleForCellFlow); local
1116 int topWidth = topVal.width();
1126 EBorderStyle topStyle = collapsedBorderStyle(topVal.style());
1131 bool renderTop = topStyle > BHIDDEN && !topVal.isTransparent();
1139 borders.addBorder(topVal, BSTop, renderTop, borderRect.x(), borderRect.y(), borderRect.maxX(), borderRect.y() + topWidth, topStyle);
/external/valgrind/main/cachegrind/
H A Dcg_merge.c402 WordFM* topVal; local
412 while (nextIterFM( cpf->outerMap, (Word*)(&topKey), (Word*)(&topVal) )) {
415 initIterFM( topVal );
416 while (nextIterFM( topVal, (Word*)(&subKey), (Word*)(&subVal) )) {
421 doneIterFM( topVal );

Completed in 105 milliseconds