Home
last modified time | relevance | path

Searched refs:getColumnValue (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/page/
DGeolocationPositionCache.cpp168 bool providesAltitude = statement.getColumnValue(2).type() != SQLValue::NullValue; in readFromDatabaseImpl()
169 bool providesAltitudeAccuracy = statement.getColumnValue(4).type() != SQLValue::NullValue; in readFromDatabaseImpl()
170 bool providesHeading = statement.getColumnValue(5).type() != SQLValue::NullValue; in readFromDatabaseImpl()
171 bool providesSpeed = statement.getColumnValue(6).type() != SQLValue::NullValue; in readFromDatabaseImpl()
/external/webkit/Source/WebCore/platform/sql/
DSQLiteStatement.h78 SQLValue getColumnValue(int col);
DSQLiteStatement.cpp301 SQLValue SQLiteStatement::getColumnValue(int col) in getColumnValue() function in WebCore::SQLiteStatement
/external/webkit/Source/WebCore/storage/
DSQLStatementSync.cpp98 rows->addResult(statement.getColumnValue(i)); in execute()
DSQLStatement.cpp120 rows->addResult(statement.getColumnValue(i)); in execute()
/external/sonivox/jet_tools/JetCreator/
DJetUtils.py142 def getColumnValue(list, index, col): function
DJetCtrls.py236 return getColumnValue(self, index, 0)
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1051947 (WebCore::SQLiteStatement::getColumnValue): new member function to return SQLValues
51950 (WebCore::SQLStatement::execute): use getColumnValue instead of getColumnText