Home
last modified time | relevance | path

Searched refs:ColumnByteLength (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/sql/
Dstatement.cc246 int Statement::ColumnByteLength(int col) const { in ColumnByteLength() function in sql::Statement
265 size_t len = ColumnByteLength(col); in ColumnBlobAsString()
279 size_t len = ColumnByteLength(col) / sizeof(base::char16); in ColumnBlobAsString16()
Dstatement.h139 int ColumnByteLength(int col) const;
Drecovery_unittest.cc44 ret += base::HexEncode(s.ColumnBlob(i), s.ColumnByteLength(i)); in ExecuteWithResults()
/external/chromium_org/sync/syncable/
Ddirectory_backing_store.cc107 statement->ColumnBlob(i), statement->ColumnByteLength(i)); in UnpackEntry()
124 statement->ColumnBlob(i), statement->ColumnByteLength(i)); in UnpackEntry()
610 s.ColumnByteLength(0)); in LoadInfo()
613 s.ColumnBlob(1), s.ColumnByteLength(1)); in LoadInfo()
616 s.ColumnBlob(3), s.ColumnByteLength(3)); in LoadInfo()
998 query.ColumnByteLength(0)); in MigrateVersion74To75()
1011 update.BindBlob(0, query.ColumnBlob(0), query.ColumnByteLength(0)); in MigrateVersion74To75()
1247 get.ColumnBlob(2), get.ColumnByteLength(2)); in MigrateVersion85To86()
Ddirectory_backing_store_unittest.cc2931 specifics.ParseFromArray(s.ColumnBlob(4), s.ColumnByteLength(4)); in TEST_F()
2935 specifics.ParseFromArray(s.ColumnBlob(5), s.ColumnByteLength(5)); in TEST_F()
/external/chromium_org/components/enhanced_bookmarks/
Dpersistent_image_store.cc147 if (statement.ColumnByteLength(0) > 0) { in Get()
170 if (statement.ColumnByteLength(0) > 0) { in GetSize()
/external/chromium_org/components/password_manager/core/browser/
Dlogin_database.cc542 if (s.ColumnByteLength(COLUMN_POSSIBLE_USERNAMES)) { in InitPasswordFormFromStatement()
545 s.ColumnByteLength(COLUMN_POSSIBLE_USERNAMES)); in InitPasswordFormFromStatement()
549 if (s.ColumnByteLength(COLUMN_FORM_DATA)) { in InitPasswordFormFromStatement()
552 s.ColumnByteLength(COLUMN_FORM_DATA)); in InitPasswordFormFromStatement()
/external/chromium_org/chrome/browser/history/android/
Dandroid_provider_backend_unittest.cc448 EXPECT_EQ(0, statement->statement()->ColumnByteLength(6)); in TEST_F()
462 EXPECT_NE(0, statement->statement()->ColumnByteLength(6)); in TEST_F()
570 EXPECT_EQ(0, statement->statement()->ColumnByteLength(6)); in TEST_F()
586 EXPECT_NE(0, statement->statement()->ColumnByteLength(6)); in TEST_F()
681 EXPECT_NE(0, statement->statement()->ColumnByteLength(6)); in TEST_F()
1886 EXPECT_EQ(0, statement->statement()->ColumnByteLength(6)); in TEST_F()
1900 EXPECT_EQ(0, statement->statement()->ColumnByteLength(6)); in TEST_F()
/external/chromium_org/chrome/browser/history/
Dthumbnail_database.cc688 if (statement.ColumnByteLength(2) > 0) { in GetFaviconBitmaps()
717 if (png_icon_data && statement.ColumnByteLength(1) > 0) { in GetFaviconBitmap()
/external/chromium_org/components/webdata/common/
Dweb_database_migration_unittest.cc108 int encrypted_number_len = s.ColumnByteLength(10); in CreditCard31FromStatement()
131 int encrypted_number_len = s.ColumnByteLength(4); in CreditCard32FromStatement()
/external/chromium_org/components/autofill/core/browser/webdata/
Dautofill_table.cc152 int encrypted_number_len = s.ColumnByteLength(index); in CreditCardFromStatement()