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

/external/webkit/WebCore/accessibility/
H A DAccessibilityTableColumn.h56 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 Dsqlite3.c79424 static int columnIndex(Table *pTab, const char *zCol){ function
[all...]

Completed in 342 milliseconds