Searched refs:tableRow (Results 1 – 4 of 4) sorted by relevance
/external/webkit/WebCore/accessibility/ |
D | AccessibilityARIAGrid.cpp | 140 AccessibilityObject* tableRow = m_rows[row].get(); in cellForColumnAndRow() local 141 if (!tableRow) in cellForColumnAndRow() 144 AccessibilityChildrenVector children = tableRow->children(); in cellForColumnAndRow()
|
/external/chromium/third_party/icu/source/test/cintltst/ |
D | creststn.c | 1823 UResourceBundle *tableRow=NULL; in testTag() local 1824 tableRow=ures_getByIndex(array2d, row, tableRow, &status); in testTag() 1828 CONFIRM_INT_EQ(ures_getType(tableRow), URES_ARRAY); in testTag() 1829 column_count=ures_getSize(tableRow); in testTag() 1839 arrayItem1=ures_getNextResource(tableRow, arrayItem1, &status); in testTag() 1846 ures_close(tableRow); in testTag() 1866 UResourceBundle *tableRow=NULL; in testTag() local 1867 tableRow=ures_getByIndex(array2d, row, tableRow, &status); in testTag() 1870 t=(UChar*)ures_getStringByIndex(tableRow, col, &len, &status); in testTag() 1875 ures_close(tableRow); in testTag()
|
/external/icu4c/test/cintltst/ |
D | creststn.c | 1832 UResourceBundle *tableRow=NULL; in testTag() local 1833 tableRow=ures_getByIndex(array2d, row, tableRow, &status); in testTag() 1837 CONFIRM_INT_EQ(ures_getType(tableRow), URES_ARRAY); in testTag() 1838 column_count=ures_getSize(tableRow); in testTag() 1848 arrayItem1=ures_getNextResource(tableRow, arrayItem1, &status); in testTag() 1855 ures_close(tableRow); in testTag() 1875 UResourceBundle *tableRow=NULL; in testTag() local 1876 tableRow=ures_getByIndex(array2d, row, tableRow, &status); in testTag() 1879 t=(UChar*)ures_getStringByIndex(tableRow, col, &len, &status); in testTag() 1884 ures_close(tableRow); in testTag()
|
/external/webkit/WebCore/rendering/ |
D | RenderTableSection.cpp | 1195 RenderTableRow* tableRow = toRenderTableRow(row); in setCellWidths() local 1196 m_grid[m_cRow].rowRenderer = tableRow; in setCellWidths() 1201 addCell(toRenderTableCell(cell), tableRow); in setCellWidths()
|