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

  /external/chromium/app/sql/
statement.h 136 int ColumnByteLength(int col) const;
statement.cc 209 int Statement::ColumnByteLength(int col) const {
232 size_t len = ColumnByteLength(col);
  /external/chromium/chrome/browser/webdata/
web_apps_table.cc 82 int col_bytes = s.ColumnByteLength(0);
logins_table.cc 30 int encrypted_password_len = s->ColumnByteLength(5);
web_database_migration_unittest.cc 120 int encrypted_number_len = s.ColumnByteLength(10);
142 int encrypted_number_len = s.ColumnByteLength(4);
    [all...]
autofill_table.cc 132 int encrypted_number_len = s.ColumnByteLength(4);
    [all...]
  /external/chromium/chrome/browser/sync/syncable/
directory_backing_store_unittest.cc     [all...]
  /external/chromium/chrome/browser/history/
thumbnail_database.cc 439 if (statement.ColumnByteLength(1) > 0)

Completed in 198 milliseconds