ColumnByteLength  454 chrome/browser/history/android/android_provider_backend_unittest.cc   EXPECT_EQ(0, statement->statement()->ColumnByteLength(6));
ColumnByteLength  468 chrome/browser/history/android/android_provider_backend_unittest.cc   EXPECT_NE(0, statement->statement()->ColumnByteLength(6));
ColumnByteLength  573 chrome/browser/history/android/android_provider_backend_unittest.cc   EXPECT_EQ(0, statement->statement()->ColumnByteLength(6));
ColumnByteLength  589 chrome/browser/history/android/android_provider_backend_unittest.cc   EXPECT_NE(0, statement->statement()->ColumnByteLength(6));
ColumnByteLength  681 chrome/browser/history/android/android_provider_backend_unittest.cc   EXPECT_NE(0, statement->statement()->ColumnByteLength(6));
ColumnByteLength 1854 chrome/browser/history/android/android_provider_backend_unittest.cc   EXPECT_EQ(0, statement->statement()->ColumnByteLength(6));
ColumnByteLength 1868 chrome/browser/history/android/android_provider_backend_unittest.cc   EXPECT_EQ(0, statement->statement()->ColumnByteLength(6));
ColumnByteLength  691 chrome/browser/history/thumbnail_database.cc     if (statement.ColumnByteLength(2) > 0) {
ColumnByteLength  720 chrome/browser/history/thumbnail_database.cc   if (png_icon_data && statement.ColumnByteLength(1) > 0) {
ColumnByteLength  101 chrome/browser/webdata/web_apps_table.cc     int col_bytes = s.ColumnByteLength(0);
ColumnByteLength  150 components/autofill/core/browser/webdata/autofill_table.cc   int encrypted_number_len = s.ColumnByteLength(index);
ColumnByteLength  402 components/password_manager/core/browser/login_database.cc   if (s.ColumnByteLength(COLUMN_POSSIBLE_USERNAMES)) {
ColumnByteLength  405 components/password_manager/core/browser/login_database.cc         s.ColumnByteLength(COLUMN_POSSIBLE_USERNAMES));
ColumnByteLength  409 components/password_manager/core/browser/login_database.cc   if (s.ColumnByteLength(COLUMN_FORM_DATA)) {
ColumnByteLength  412 components/password_manager/core/browser/login_database.cc         s.ColumnByteLength(COLUMN_FORM_DATA));
ColumnByteLength  110 components/webdata/common/web_database_migration_unittest.cc   int encrypted_number_len = s.ColumnByteLength(10);
ColumnByteLength  133 components/webdata/common/web_database_migration_unittest.cc   int encrypted_number_len = s.ColumnByteLength(4);
ColumnByteLength   41 sql/recovery_unittest.cc         ret += base::HexEncode(s.ColumnBlob(i), s.ColumnByteLength(i));
ColumnByteLength  265 sql/statement.cc   size_t len = ColumnByteLength(col);
ColumnByteLength  279 sql/statement.cc   size_t len = ColumnByteLength(col) / sizeof(base::char16);
ColumnByteLength  139 sql/statement.h   int ColumnByteLength(int col) const;
ColumnByteLength  102 sync/syncable/directory_backing_store.cc         statement->ColumnBlob(i), statement->ColumnByteLength(i));
ColumnByteLength  585 sync/syncable/directory_backing_store.cc                                               s.ColumnByteLength(0));
ColumnByteLength  588 sync/syncable/directory_backing_store.cc             s.ColumnBlob(1), s.ColumnByteLength(1));
ColumnByteLength  591 sync/syncable/directory_backing_store.cc             s.ColumnBlob(3), s.ColumnByteLength(3));
ColumnByteLength  973 sync/syncable/directory_backing_store.cc                                             query.ColumnByteLength(0));
ColumnByteLength  986 sync/syncable/directory_backing_store.cc       update.BindBlob(0, query.ColumnBlob(0), query.ColumnByteLength(0));
ColumnByteLength 1222 sync/syncable/directory_backing_store.cc         get.ColumnBlob(2), get.ColumnByteLength(2));
ColumnByteLength 2815 sync/syncable/directory_backing_store_unittest.cc   specifics.ParseFromArray(s.ColumnBlob(4), s.ColumnByteLength(4));
ColumnByteLength 2819 sync/syncable/directory_backing_store_unittest.cc   specifics.ParseFromArray(s.ColumnBlob(5), s.ColumnByteLength(5));