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

  /external/chromium/app/sql/
statement.h 135 // vector. Danger! ColumnBlob may return NULL if there is no data!
137 const void* ColumnBlob(int col) const;
statement.cc 217 const void* Statement::ColumnBlob(int col) const {
231 const void* p = ColumnBlob(col);
  /external/chromium/chrome/browser/webdata/
web_apps_table.cc 85 reinterpret_cast<const unsigned char*>(s.ColumnBlob(0)),
logins_table.cc 34 memcpy(&encrypted_password[0], s->ColumnBlob(5), encrypted_password_len);
web_database_migration_unittest.cc 123 memcpy(&(*encrypted_number)[0], s.ColumnBlob(10), encrypted_number_len);
145 memcpy(&(*encrypted_number)[0], s.ColumnBlob(4), encrypted_number_len);
    [all...]
autofill_table.cc 137 memcpy(&encrypted_number[0], s.ColumnBlob(4), encrypted_number_len);
    [all...]
  /external/chromium/chrome/browser/sync/syncable/
directory_backing_store_unittest.cc     [all...]

Completed in 57 milliseconds