Searched defs:columnIndex (Results 1 - 2 of 2) sorted by relevance
/external/webkit/WebCore/accessibility/ | ||
H A D | AccessibilityTableColumn.h | 56 void setColumnIndex(int columnIndex) { m_columnIndex = columnIndex; } argument 57 int columnIndex() const { return m_columnIndex; } function in class:WebCore::AccessibilityTableColumn |
/external/sqlite/dist/ | ||
H A D | sqlite3.c | 79424 static int columnIndex(Table *pTab, const char *zCol){ function [all...] |
Completed in 168 milliseconds