Searched refs:topVal (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/main/cachegrind/ |
D | cg_merge.c | 398 WordFM* topVal; in show_CacheProfFile() local 408 while (nextIterFM( cpf->outerMap, (Word*)(&topKey), (Word*)(&topVal) )) { in show_CacheProfFile() 411 initIterFM( topVal ); in show_CacheProfFile() 412 while (nextIterFM( topVal, (Word*)(&subKey), (Word*)(&subVal) )) { in show_CacheProfFile() 417 doneIterFM( topVal ); in show_CacheProfFile()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderTableCell.cpp | 1125 CollapsedBorderValue topVal = cachedCollapsedTopBorder(styleForCellFlow); in paintCollapsedBorders() local 1129 int topWidth = topVal.width(); in paintCollapsedBorders() 1139 EBorderStyle topStyle = collapsedBorderStyle(topVal.style()); in paintCollapsedBorders() 1144 bool renderTop = topStyle > BHIDDEN && !topVal.isTransparent(); in paintCollapsedBorders() 1152 …borders.addBorder(topVal, BSTop, renderTop, borderRect.x(), borderRect.y(), borderRect.maxX(), bor… in paintCollapsedBorders()
|