Searched refs:rowList (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorDatabaseAgent.cpp81 SQLResultSetRowList* rowList = resultSet->rows(); variable
84 const Vector<String>& columns = rowList->columnNames();
89 const Vector<SQLValue>& data = rowList->values();
91 const SQLValue& value = rowList->values()[i];
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/tablelist/scripts/
H A DtablelistUtil.tcl785 set rowList {}
789 lappend rowList $cellRow
793 return $rowList

Completed in 184 milliseconds