Searched refs:ColumnByteLength (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/sql/ |
D | statement.cc | 246 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()
|
D | statement.h | 139 int ColumnByteLength(int col) const;
|
D | recovery_unittest.cc | 44 ret += base::HexEncode(s.ColumnBlob(i), s.ColumnByteLength(i)); in ExecuteWithResults()
|
/external/chromium_org/sync/syncable/ |
D | directory_backing_store.cc | 107 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()
|
D | directory_backing_store_unittest.cc | 2931 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/ |
D | persistent_image_store.cc | 147 if (statement.ColumnByteLength(0) > 0) { in Get() 170 if (statement.ColumnByteLength(0) > 0) { in GetSize()
|
/external/chromium_org/components/password_manager/core/browser/ |
D | login_database.cc | 542 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/ |
D | android_provider_backend_unittest.cc | 448 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/ |
D | thumbnail_database.cc | 688 if (statement.ColumnByteLength(2) > 0) { in GetFaviconBitmaps() 717 if (png_icon_data && statement.ColumnByteLength(1) > 0) { in GetFaviconBitmap()
|
/external/chromium_org/components/webdata/common/ |
D | web_database_migration_unittest.cc | 108 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/ |
D | autofill_table.cc | 152 int encrypted_number_len = s.ColumnByteLength(index); in CreditCardFromStatement()
|