Searched refs:tableRow (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/WebCore/accessibility/ |
D | AccessibilityARIAGrid.cpp | 160 AccessibilityObject* tableRow = m_rows[intRow].get(); in cellForColumnAndRow() local 161 if (!tableRow) in cellForColumnAndRow() 164 AccessibilityChildrenVector children = tableRow->children(); in cellForColumnAndRow()
|
/external/webkit/Source/WebCore/rendering/ |
D | break_lines.cpp | 138 const unsigned char* tableRow = asciiLineBreakTable[ch - asciiLineBreakTableFirstChar]; in shouldBreakAfter() local 140 return tableRow[nextChIndex / 8] & (1 << (nextChIndex % 8)); in shouldBreakAfter()
|
D | RenderTableSection.cpp | 1180 RenderTableRow* tableRow = toRenderTableRow(row); in setCellLogicalWidths() local 1181 m_grid[m_cRow].rowRenderer = tableRow; in setCellLogicalWidths() 1186 addCell(toRenderTableCell(cell), tableRow); in setCellLogicalWidths()
|
/external/icu4c/test/cintltst/ |
D | creststn.c | 1834 UResourceBundle *tableRow=NULL; in testTag() local 1835 tableRow=ures_getByIndex(array2d, row, tableRow, &status); in testTag() 1839 CONFIRM_INT_EQ(ures_getType(tableRow), URES_ARRAY); in testTag() 1840 column_count=ures_getSize(tableRow); in testTag() 1850 arrayItem1=ures_getNextResource(tableRow, arrayItem1, &status); in testTag() 1857 ures_close(tableRow); in testTag() 1877 UResourceBundle *tableRow=NULL; in testTag() local 1878 tableRow=ures_getByIndex(array2d, row, tableRow, &status); in testTag() 1881 t=(UChar*)ures_getStringByIndex(tableRow, col, &len, &status); in testTag() 1886 ures_close(tableRow); in testTag()
|