HomeSort by relevance Sort by last modified time
    Searched refs:ColumnBlob (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/sql/
statement.h 138 // vector. Danger! ColumnBlob may return NULL if there is no data!
140 const void* ColumnBlob(int col) const;
statement.cc 253 const void* Statement::ColumnBlob(int col) const {
264 const void* p = ColumnBlob(col);
278 const void* data = ColumnBlob(col);
recovery_unittest.cc 44 ret += base::HexEncode(s.ColumnBlob(i), s.ColumnByteLength(i));
  /external/chromium_org/sync/syncable/
directory_backing_store.cc 107 statement->ColumnBlob(i), statement->ColumnByteLength(i));
124 statement->ColumnBlob(i), statement->ColumnByteLength(i));
609 ModelType type = ModelIdToModelTypeEnum(s.ColumnBlob(0),
613 s.ColumnBlob(1), s.ColumnByteLength(1));
616 s.ColumnBlob(3), s.ColumnByteLength(3));
997 ModelType type = ModelIdToModelTypeEnum(query.ColumnBlob(0),
    [all...]
directory_backing_store_unittest.cc     [all...]
  /external/chromium_org/components/password_manager/core/browser/
login_database.cc 544 static_cast<const char*>(s.ColumnBlob(COLUMN_POSSIBLE_USERNAMES)),
551 static_cast<const char*>(s.ColumnBlob(COLUMN_FORM_DATA)),
  /external/chromium_org/components/webdata/common/
web_database_migration_unittest.cc 111 memcpy(&(*encrypted_number)[0], s.ColumnBlob(10), encrypted_number_len);
134 memcpy(&(*encrypted_number)[0], s.ColumnBlob(4), encrypted_number_len);
    [all...]
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_table.cc 157 memcpy(&encrypted_number[0], s.ColumnBlob(index++), encrypted_number_len);
    [all...]

Completed in 116 milliseconds