Home
last modified time | relevance | path

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

/external/webkit/WebCore/page/
DGeolocationPositionCache.cpp109 bool providesAltitude = statement.getColumnValue(2).type() != SQLValue::NullValue; in readFromDB()
110 bool providesAltitudeAccuracy = statement.getColumnValue(4).type() != SQLValue::NullValue; in readFromDB()
111 bool providesHeading = statement.getColumnValue(5).type() != SQLValue::NullValue; in readFromDB()
112 bool providesSpeed = statement.getColumnValue(6).type() != SQLValue::NullValue; in readFromDB()
/external/webkit/WebCore/platform/sql/
DSQLiteStatement.h74 SQLValue getColumnValue(int col);
DSQLiteStatement.cpp240 SQLValue SQLiteStatement::getColumnValue(int col) in getColumnValue() function in WebCore::SQLiteStatement
/external/webkit/WebCore/storage/
DSQLStatement.cpp122 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/WebCore/
DChangeLog-2008-08-1051947 (WebCore::SQLiteStatement::getColumnValue): new member function to return SQLValues
51950 (WebCore::SQLStatement::execute): use getColumnValue instead of getColumnText