Home
last modified time | relevance | path

Searched refs:bindDouble (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/page/
DGeolocationPositionCache.cpp232 statement.bindDouble(1, cachedPosition->coords()->latitude()); in writeToDatabaseImpl()
233 statement.bindDouble(2, cachedPosition->coords()->longitude()); in writeToDatabaseImpl()
235 statement.bindDouble(3, cachedPosition->coords()->altitude()); in writeToDatabaseImpl()
238 statement.bindDouble(4, cachedPosition->coords()->accuracy()); in writeToDatabaseImpl()
240 statement.bindDouble(5, cachedPosition->coords()->altitudeAccuracy()); in writeToDatabaseImpl()
244 statement.bindDouble(6, cachedPosition->coords()->heading()); in writeToDatabaseImpl()
248 statement.bindDouble(7, cachedPosition->coords()->speed()); in writeToDatabaseImpl()
/external/webkit/Source/WebCore/platform/sql/
DSQLiteStatement.h49 int bindDouble(int index, double);
DSQLiteStatement.cpp229 int SQLiteStatement::bindDouble(int index, double number) in bindDouble() function in WebCore::SQLiteStatement
253 return bindDouble(index, value.number()); in bindValue()
/external/webkit/Source/WebCore/storage/
DIDBSQLiteBackingStore.cpp347 query.bindDouble(column, key.date()); in bindKeyToQuery()
350 query.bindDouble(column, key.number()); in bindKeyToQuery()
427 query.bindDouble(baseColumn + 1, key.date()); in bindKeyToQueryWithNulls()
433 query.bindDouble(baseColumn + 2, key.number()); in bindKeyToQueryWithNulls()
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1055364 (WebCore::SQLiteStatement::bindDouble): Ditto.
80959 (WebCore::SQLStatement::bindDouble): Added