Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/sql/
DSQLiteStatement.h44 int bindBlob(int index, const void* blob, int size);
45 int bindBlob(int index, const String&);
DSQLiteStatement.cpp165 int SQLiteStatement::bindBlob(int index, const void* blob, int size) in bindBlob() function in WebCore::SQLiteStatement
179 int SQLiteStatement::bindBlob(int index, const String& text) in bindBlob() function in WebCore::SQLiteStatement
190 return bindBlob(index, characters, text.length() * sizeof(UChar)); in bindBlob()
/external/webkit/Source/WebCore/loader/icon/
DIconDatabase.cpp2070 … m_updateIconDataStatement->bindBlob(1, snapshot.data()->data(), snapshot.data()->size()); in writeIconSnapshotToSQLDatabase()
2096 m_setIconDataStatement->bindBlob(2, snapshot.data()->data(), snapshot.data()->size()); in writeIconSnapshotToSQLDatabase()
/external/webkit/Source/WebCore/storage/
DIDBSQLiteBackingStore.cpp456 query.bindBlob(4, value); in putObjectStoreRecord()
/external/webkit/Source/WebCore/loader/appcache/
DApplicationCacheStorage.cpp815 dataStatement.bindBlob(1, resource->data()->data(), resource->data()->size()); in store()
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1055358 (WebCore::SQLiteStatement::bindBlob): Added some assertions. Return SQLITE_ERROR if this
73214 Remove the copy parameter from bindText and bindBlob and always copy passed in data instead.
DChangeLog-2011-02-1619126 (WebCore::SQLiteStatement::bindBlob):
DChangeLog-2006-12-3149061 (WebCore::SQLStatement::bindBlob):