Searched refs:bindDouble (Results 1 – 5 of 5) sorted by relevance
/external/webkit/Source/WebCore/page/ |
D | GeolocationPositionCache.cpp | 232 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/ |
D | SQLiteStatement.h | 49 int bindDouble(int index, double);
|
D | SQLiteStatement.cpp | 229 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/ |
D | IDBSQLiteBackingStore.cpp | 347 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/ |
D | ChangeLog-2008-08-10 | 55364 (WebCore::SQLiteStatement::bindDouble): Ditto. 80959 (WebCore::SQLStatement::bindDouble): Added
|