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

  /external/chromium_org/sql/
statement.h 139 int ColumnByteLength(int col) const;
statement.cc 246 int Statement::ColumnByteLength(int col) const {
265 size_t len = ColumnByteLength(col);
279 size_t len = ColumnByteLength(col) / sizeof(base::char16);
recovery_unittest.cc 44 ret += base::HexEncode(s.ColumnBlob(i), s.ColumnByteLength(i));
  /external/chromium_org/components/enhanced_bookmarks/
persistent_image_store.cc 147 if (statement.ColumnByteLength(0) > 0) {
170 if (statement.ColumnByteLength(0) > 0) {
  /external/chromium_org/sync/syncable/
directory_backing_store.cc 107 statement->ColumnBlob(i), statement->ColumnByteLength(i));
124 statement->ColumnBlob(i), statement->ColumnByteLength(i));
610 s.ColumnByteLength(0));
613 s.ColumnBlob(1), s.ColumnByteLength(1));
616 s.ColumnBlob(3), s.ColumnByteLength(3));
998 query.ColumnByteLength(0));
    [all...]
directory_backing_store_unittest.cc     [all...]
  /external/chromium_org/components/password_manager/core/browser/
login_database.cc 542 if (s.ColumnByteLength(COLUMN_POSSIBLE_USERNAMES)) {
545 s.ColumnByteLength(COLUMN_POSSIBLE_USERNAMES));
549 if (s.ColumnByteLength(COLUMN_FORM_DATA)) {
552 s.ColumnByteLength(COLUMN_FORM_DATA));
  /external/chromium_org/chrome/browser/history/
thumbnail_database.cc 688 if (statement.ColumnByteLength(2) > 0) {
717 if (png_icon_data && statement.ColumnByteLength(1) > 0) {
    [all...]
  /external/chromium_org/chrome/browser/history/android/
android_provider_backend_unittest.cc 448 EXPECT_EQ(0, statement->statement()->ColumnByteLength(6));
462 EXPECT_NE(0, statement->statement()->ColumnByteLength(6));
570 EXPECT_EQ(0, statement->statement()->ColumnByteLength(6));
586 EXPECT_NE(0, statement->statement()->ColumnByteLength(6));
681 EXPECT_NE(0, statement->statement()->ColumnByteLength(6));
    [all...]
  /external/chromium_org/components/webdata/common/
web_database_migration_unittest.cc 108 int encrypted_number_len = s.ColumnByteLength(10);
131 int encrypted_number_len = s.ColumnByteLength(4);
    [all...]
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_table.cc 152 int encrypted_number_len = s.ColumnByteLength(index);
    [all...]

Completed in 677 milliseconds