Home
last modified time | relevance | path

Searched refs:getColumnInt (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
DSQLiteStatement.h82 int getColumnInt(int col);
DSQLiteDatabase.cpp197 m_pageSize = statement.getColumnInt(0); in pageSize()
469 int autoVacuumMode = statement.getColumnInt(0); in turnOnIncrementalAutoVacuum()
DSQLiteStatement.cpp349 int SQLiteStatement::getColumnInt(int col) in getColumnInt() function in WebCore::SQLiteStatement
479 v.append(getColumnInt(col)); in returnIntResults()