DoesColumnExist   224 chrome/browser/extensions/activity_log/activity_database.cc       if (!db->DoesColumnExist(table_name, content_fields[i])) {
DoesColumnExist    51 chrome/browser/history/android/android_urls_database_unittest.cc   EXPECT_FALSE(db.GetDB().DoesColumnExist("android_urls", "bookmark"));
DoesColumnExist   212 chrome/browser/history/download_database.cc   return GetDB().DoesColumnExist("downloads", name.c_str()) ||
DoesColumnExist   234 chrome/browser/history/shortcuts_database.cc   if (!db_.DoesColumnExist("omni_box_shortcuts", "fill_into_edit")) {
DoesColumnExist    65 chrome/browser/history/shortcuts_database_unittest.cc   EXPECT_EQ(is_v2, connection.DoesColumnExist("omni_box_shortcuts",
DoesColumnExist    67 chrome/browser/history/shortcuts_database_unittest.cc   EXPECT_EQ(is_v2, connection.DoesColumnExist("omni_box_shortcuts",
DoesColumnExist    69 chrome/browser/history/shortcuts_database_unittest.cc   EXPECT_EQ(is_v2, connection.DoesColumnExist("omni_box_shortcuts", "type"));
DoesColumnExist    70 chrome/browser/history/shortcuts_database_unittest.cc   EXPECT_EQ(is_v2, connection.DoesColumnExist("omni_box_shortcuts", "keyword"));
DoesColumnExist  1212 chrome/browser/history/thumbnail_database.cc   if (!db_.DoesColumnExist("favicons", "icon_type")) {
DoesColumnExist  1220 chrome/browser/history/thumbnail_database.cc   if (cur_version < 7 && !db_.DoesColumnExist("favicons", "sizes")) {
DoesColumnExist   571 chrome/browser/history/url_database.cc   if (!GetDB().DoesColumnExist("urls", "starred_id"))
DoesColumnExist   592 chrome/browser/history/visit_database.cc   if (!GetDB().DoesColumnExist("visits", "visit_duration")) {
DoesColumnExist  1443 components/autofill/core/browser/webdata/autofill_table.cc   if (!db_->DoesColumnExist("credit_cards", "card_number_encrypted")) {
DoesColumnExist  1450 components/autofill/core/browser/webdata/autofill_table.cc   if (!db_->DoesColumnExist("credit_cards", "verification_code_encrypted")) {
DoesColumnExist  1495 components/autofill/core/browser/webdata/autofill_table.cc   if (db_->DoesColumnExist("credit_cards", "label") &&
DoesColumnExist  1496 components/autofill/core/browser/webdata/autofill_table.cc       db_->DoesColumnExist("credit_cards", "name_on_card") &&
DoesColumnExist  1497 components/autofill/core/browser/webdata/autofill_table.cc       db_->DoesColumnExist("credit_cards", "type") &&
DoesColumnExist  1498 components/autofill/core/browser/webdata/autofill_table.cc       db_->DoesColumnExist("credit_cards", "expiration_month") &&
DoesColumnExist  1499 components/autofill/core/browser/webdata/autofill_table.cc       db_->DoesColumnExist("credit_cards", "expiration_year") &&
DoesColumnExist  1500 components/autofill/core/browser/webdata/autofill_table.cc       db_->DoesColumnExist("credit_cards", "billing_address") &&
DoesColumnExist  1501 components/autofill/core/browser/webdata/autofill_table.cc       db_->DoesColumnExist("credit_cards", "shipping_address") &&
DoesColumnExist  1502 components/autofill/core/browser/webdata/autofill_table.cc       db_->DoesColumnExist("autofill_profiles", "label")) {
DoesColumnExist  1511 components/autofill/core/browser/webdata/autofill_table.cc   if (db_->DoesColumnExist("autofill_profiles", "label")) {
DoesColumnExist  1529 components/autofill/core/browser/webdata/autofill_table.cc   if (!(db_->DoesColumnExist("credit_cards", "unique_id") &&
DoesColumnExist  1530 components/autofill/core/browser/webdata/autofill_table.cc         db_->DoesColumnExist("credit_cards", "billing_address") &&
DoesColumnExist  1531 components/autofill/core/browser/webdata/autofill_table.cc         db_->DoesColumnExist("autofill_profiles", "unique_id"))) {
DoesColumnExist  1610 components/autofill/core/browser/webdata/autofill_table.cc   if (!db_->DoesColumnExist("autofill_profiles", "date_modified")) {
DoesColumnExist  1625 components/autofill/core/browser/webdata/autofill_table.cc   if (!db_->DoesColumnExist("credit_cards", "date_modified")) {
DoesColumnExist  1646 components/autofill/core/browser/webdata/autofill_table.cc   if (!db_->DoesColumnExist("autofill_profiles", "guid")) {
DoesColumnExist  1674 components/autofill/core/browser/webdata/autofill_table.cc   if (!db_->DoesColumnExist("credit_cards", "guid")) {
DoesColumnExist  1703 components/autofill/core/browser/webdata/autofill_table.cc   if (db_->DoesColumnExist("autofill_profiles", "unique_id")) {
DoesColumnExist  1741 components/autofill/core/browser/webdata/autofill_table.cc   if (db_->DoesColumnExist("credit_cards", "unique_id")) {
DoesColumnExist  1797 components/autofill/core/browser/webdata/autofill_table.cc   if (db_->DoesColumnExist("autofill_profiles", "first_name")) {
DoesColumnExist  1877 components/autofill/core/browser/webdata/autofill_table.cc   if (db_->DoesColumnExist("credit_cards", "label")) {
DoesColumnExist  1911 components/autofill/core/browser/webdata/autofill_table.cc   if (!db_->DoesColumnExist("autofill_profiles", "country_code")) {
DoesColumnExist  2082 components/autofill/core/browser/webdata/autofill_table.cc   if (!db_->DoesColumnExist("autofill_profiles", "origin") &&
DoesColumnExist  2089 components/autofill/core/browser/webdata/autofill_table.cc   if (!db_->DoesColumnExist("credit_cards", "origin") &&
DoesColumnExist  2107 components/autofill/core/browser/webdata/autofill_table.cc   if (db_->DoesColumnExist("autofill_profiles", "address_line_1")) {
DoesColumnExist  2172 components/autofill/core/browser/webdata/autofill_table.cc   if (db_->DoesColumnExist("autofill_profile_phones", "type")) {
DoesColumnExist   130 components/password_manager/core/browser/login_database.cc       if (!db_.DoesColumnExist("logins", "form_data") &&
DoesColumnExist   490 components/webdata/common/web_database_migration_unittest.cc     ASSERT_FALSE(connection.DoesColumnExist("credit_cards", "guid"));
DoesColumnExist   492 components/webdata/common/web_database_migration_unittest.cc         connection.DoesColumnExist("credit_cards", "card_number_encrypted"));
DoesColumnExist   507 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("credit_cards", "guid"));
DoesColumnExist   509 components/webdata/common/web_database_migration_unittest.cc         connection.DoesColumnExist("credit_cards", "card_number_encrypted"));
DoesColumnExist   532 components/webdata/common/web_database_migration_unittest.cc     ASSERT_TRUE(connection.DoesColumnExist("credit_cards", "unique_id"));
DoesColumnExist   534 components/webdata/common/web_database_migration_unittest.cc         connection.DoesColumnExist("credit_cards", "card_number_encrypted"));
DoesColumnExist   535 components/webdata/common/web_database_migration_unittest.cc     ASSERT_TRUE(connection.DoesColumnExist("keywords", "id"));
DoesColumnExist   551 components/webdata/common/web_database_migration_unittest.cc     EXPECT_FALSE(connection.DoesColumnExist("credit_cards", "unique_id"));
DoesColumnExist   552 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("credit_cards", "guid"));
DoesColumnExist   554 components/webdata/common/web_database_migration_unittest.cc         connection.DoesColumnExist("credit_cards", "card_number_encrypted"));
DoesColumnExist   555 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("keywords", "id"));
DoesColumnExist   585 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("keywords", "id"));
DoesColumnExist   586 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("keywords", "created_by_policy"));
DoesColumnExist   605 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("credit_cards", "billing_address"));
DoesColumnExist   641 components/webdata/common/web_database_migration_unittest.cc     EXPECT_FALSE(connection.DoesColumnExist("credit_cards", "billing_address"));
DoesColumnExist   670 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("credit_cards", "billing_address"));
DoesColumnExist   708 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("keywords", "id"));
DoesColumnExist   709 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("keywords", "created_by_policy"));
DoesColumnExist   710 components/webdata/common/web_database_migration_unittest.cc     EXPECT_FALSE(connection.DoesColumnExist("credit_cards", "billing_address"));
DoesColumnExist   737 components/webdata/common/web_database_migration_unittest.cc     ASSERT_FALSE(connection.DoesColumnExist("keywords", "instant_url"));
DoesColumnExist   753 components/webdata/common/web_database_migration_unittest.cc     EXPECT_FALSE(connection.DoesColumnExist("keywords", "supports_instant"));
DoesColumnExist   754 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("keywords", "instant_url"));
DoesColumnExist   802 components/webdata/common/web_database_migration_unittest.cc     EXPECT_FALSE(connection.DoesColumnExist("autofill_profiles",
DoesColumnExist   804 components/webdata/common/web_database_migration_unittest.cc     EXPECT_FALSE(connection.DoesColumnExist("credit_cards",
DoesColumnExist   822 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("autofill_profiles",
DoesColumnExist   824 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("credit_cards",
DoesColumnExist   862 components/webdata/common/web_database_migration_unittest.cc     EXPECT_FALSE(connection.DoesColumnExist("autofill_profiles", "guid"));
DoesColumnExist   863 components/webdata/common/web_database_migration_unittest.cc     EXPECT_FALSE(connection.DoesColumnExist("credit_cards", "guid"));
DoesColumnExist   877 components/webdata/common/web_database_migration_unittest.cc     ASSERT_TRUE(connection.DoesColumnExist("autofill_profiles", "guid"));
DoesColumnExist   878 components/webdata/common/web_database_migration_unittest.cc     ASSERT_TRUE(connection.DoesColumnExist("credit_cards", "guid"));
DoesColumnExist   919 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("autofill_profiles", "guid"));
DoesColumnExist   920 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("autofill_profiles", "unique_id"));
DoesColumnExist   921 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("credit_cards", "guid"));
DoesColumnExist   922 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("credit_cards", "unique_id"));
DoesColumnExist   923 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("credit_cards", "type"));
DoesColumnExist   924 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("credit_cards", "card_number"));
DoesColumnExist   925 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("credit_cards",
DoesColumnExist   927 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("credit_cards", "billing_address"));
DoesColumnExist   928 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("credit_cards", "shipping_address"));
DoesColumnExist   929 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("credit_cards",
DoesColumnExist   975 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("autofill_profiles", "guid"));
DoesColumnExist   976 components/webdata/common/web_database_migration_unittest.cc     EXPECT_FALSE(connection.DoesColumnExist("autofill_profiles", "unique_id"));
DoesColumnExist   977 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("credit_cards", "guid"));
DoesColumnExist   978 components/webdata/common/web_database_migration_unittest.cc     EXPECT_FALSE(connection.DoesColumnExist("credit_cards", "unique_id"));
DoesColumnExist   979 components/webdata/common/web_database_migration_unittest.cc     EXPECT_FALSE(connection.DoesColumnExist("credit_cards", "type"));
DoesColumnExist   980 components/webdata/common/web_database_migration_unittest.cc     EXPECT_FALSE(connection.DoesColumnExist("credit_cards", "card_number"));
DoesColumnExist   981 components/webdata/common/web_database_migration_unittest.cc     EXPECT_FALSE(connection.DoesColumnExist("credit_cards",
DoesColumnExist   983 components/webdata/common/web_database_migration_unittest.cc     EXPECT_FALSE(connection.DoesColumnExist("credit_cards", "billing_address"));
DoesColumnExist   984 components/webdata/common/web_database_migration_unittest.cc     EXPECT_FALSE(connection.DoesColumnExist("credit_cards",
DoesColumnExist   986 components/webdata/common/web_database_migration_unittest.cc     EXPECT_FALSE(connection.DoesColumnExist("credit_cards",
DoesColumnExist  1053 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("autofill_profiles", "guid"));
DoesColumnExist  1054 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("autofill_profiles", "label"));
DoesColumnExist  1055 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("autofill_profiles", "first_name"));
DoesColumnExist  1056 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("autofill_profiles", "middle_name"));
DoesColumnExist  1057 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("autofill_profiles", "last_name"));
DoesColumnExist  1058 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("autofill_profiles", "email"));
DoesColumnExist  1059 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("autofill_profiles",
DoesColumnExist  1061 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("autofill_profiles",
DoesColumnExist  1063 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("autofill_profiles",
DoesColumnExist  1065 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("autofill_profiles", "city"));
DoesColumnExist  1066 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("autofill_profiles", "state"));
DoesColumnExist  1067 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("autofill_profiles", "zipcode"));
DoesColumnExist  1068 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("autofill_profiles", "country"));
DoesColumnExist  1069 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("autofill_profiles", "phone"));
DoesColumnExist  1070 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("autofill_profiles", "fax"));
DoesColumnExist  1071 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("autofill_profiles",
DoesColumnExist  1078 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("credit_cards", "label"));
DoesColumnExist  1093 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("autofill_profiles", "guid"));
DoesColumnExist  1094 components/webdata/common/web_database_migration_unittest.cc     EXPECT_FALSE(connection.DoesColumnExist("autofill_profiles", "label"));
DoesColumnExist  1095 components/webdata/common/web_database_migration_unittest.cc     EXPECT_FALSE(connection.DoesColumnExist("autofill_profiles", "first_name"));
DoesColumnExist  1096 components/webdata/common/web_database_migration_unittest.cc     EXPECT_FALSE(connection.DoesColumnExist("autofill_profiles",
DoesColumnExist  1098 components/webdata/common/web_database_migration_unittest.cc     EXPECT_FALSE(connection.DoesColumnExist("autofill_profiles", "last_name"));
DoesColumnExist  1099 components/webdata/common/web_database_migration_unittest.cc     EXPECT_FALSE(connection.DoesColumnExist("autofill_profiles", "email"));
DoesColumnExist  1100 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("autofill_profiles",
DoesColumnExist  1102 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("autofill_profiles",
DoesColumnExist  1104 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("autofill_profiles", "city"));
DoesColumnExist  1105 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("autofill_profiles", "state"));
DoesColumnExist  1106 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("autofill_profiles", "zipcode"));
DoesColumnExist  1107 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("autofill_profiles",
DoesColumnExist  1109 components/webdata/common/web_database_migration_unittest.cc     EXPECT_FALSE(connection.DoesColumnExist("autofill_profiles", "phone"));
DoesColumnExist  1110 components/webdata/common/web_database_migration_unittest.cc     EXPECT_FALSE(connection.DoesColumnExist("autofill_profiles", "fax"));
DoesColumnExist  1111 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("autofill_profiles",
DoesColumnExist  1115 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("autofill_profile_names", "guid"));
DoesColumnExist  1116 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("autofill_profile_names",
DoesColumnExist  1118 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("autofill_profile_names",
DoesColumnExist  1120 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("autofill_profile_names",
DoesColumnExist  1124 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("autofill_profile_emails", "guid"));
DoesColumnExist  1125 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("autofill_profile_emails", "email"));
DoesColumnExist  1128 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("autofill_profile_phones", "guid"));
DoesColumnExist  1129 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("autofill_profile_phones",
DoesColumnExist  1132 components/webdata/common/web_database_migration_unittest.cc     EXPECT_FALSE(connection.DoesColumnExist("credit_cards", "label"));
DoesColumnExist  1342 components/webdata/common/web_database_migration_unittest.cc     EXPECT_FALSE(connection.DoesColumnExist("autofill_profiles",
DoesColumnExist  1365 components/webdata/common/web_database_migration_unittest.cc     ASSERT_TRUE(connection.DoesColumnExist("autofill_profiles",
DoesColumnExist  1389 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("autofill_profiles",
DoesColumnExist  1416 components/webdata/common/web_database_migration_unittest.cc     ASSERT_TRUE(connection.DoesColumnExist("autofill_profiles",
DoesColumnExist  1446 components/webdata/common/web_database_migration_unittest.cc     ASSERT_TRUE(connection.DoesColumnExist("autofill_profiles", "guid"));
DoesColumnExist  1469 components/webdata/common/web_database_migration_unittest.cc     ASSERT_TRUE(connection.DoesColumnExist("autofill_profiles_trash", "guid"));
DoesColumnExist  1470 components/webdata/common/web_database_migration_unittest.cc     ASSERT_TRUE(connection.DoesColumnExist("autofill_profiles", "guid"));
DoesColumnExist  1533 components/webdata/common/web_database_migration_unittest.cc     ASSERT_TRUE(connection.DoesColumnExist("keywords", "id"));
DoesColumnExist  1534 components/webdata/common/web_database_migration_unittest.cc     ASSERT_FALSE(connection.DoesColumnExist("keywords", "last_modified"));
DoesColumnExist  1549 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("keywords", "id"));
DoesColumnExist  1550 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("keywords", "last_modified"));
DoesColumnExist  1568 components/webdata/common/web_database_migration_unittest.cc     ASSERT_TRUE(connection.DoesColumnExist("keywords", "id"));
DoesColumnExist  1569 components/webdata/common/web_database_migration_unittest.cc     ASSERT_FALSE(connection.DoesColumnExist("keywords", "sync_guid"));
DoesColumnExist  1584 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("keywords", "id"));
DoesColumnExist  1585 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("keywords", "sync_guid"));
DoesColumnExist  1846 components/webdata/common/web_database_migration_unittest.cc     ASSERT_TRUE(connection.DoesColumnExist("keywords", "autogenerate_keyword"));
DoesColumnExist  1847 components/webdata/common/web_database_migration_unittest.cc     ASSERT_TRUE(connection.DoesColumnExist("keywords", "logo_id"));
DoesColumnExist  1872 components/webdata/common/web_database_migration_unittest.cc     EXPECT_FALSE(connection.DoesColumnExist("keywords",
DoesColumnExist  1874 components/webdata/common/web_database_migration_unittest.cc     EXPECT_FALSE(connection.DoesColumnExist("keywords", "logo_id"));
DoesColumnExist  1896 components/webdata/common/web_database_migration_unittest.cc     ASSERT_FALSE(connection.DoesColumnExist("scheme", "web_intents"));
DoesColumnExist  1897 components/webdata/common/web_database_migration_unittest.cc     ASSERT_FALSE(connection.DoesColumnExist(
DoesColumnExist  1920 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("web_intents", "scheme"));
DoesColumnExist  1921 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("web_intents_defaults", "scheme"));
DoesColumnExist  1972 components/webdata/common/web_database_migration_unittest.cc     ASSERT_FALSE(connection.DoesColumnExist("scheme", "web_intents"));
DoesColumnExist  1973 components/webdata/common/web_database_migration_unittest.cc     ASSERT_FALSE(connection.DoesColumnExist(
DoesColumnExist  1996 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("web_intents", "scheme"));
DoesColumnExist  1997 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("web_intents_defaults", "scheme"));
DoesColumnExist  2068 components/webdata/common/web_database_migration_unittest.cc     ASSERT_FALSE(connection.DoesColumnExist("keywords", "alternate_urls"));
DoesColumnExist  2069 components/webdata/common/web_database_migration_unittest.cc     ASSERT_FALSE(connection.DoesColumnExist("keywords_backup",
DoesColumnExist  2086 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("keywords", "alternate_urls"));
DoesColumnExist  2154 components/webdata/common/web_database_migration_unittest.cc     ASSERT_FALSE(connection.DoesColumnExist("keywords",
DoesColumnExist  2171 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("keywords",
DoesColumnExist  2187 components/webdata/common/web_database_migration_unittest.cc     ASSERT_FALSE(connection.DoesColumnExist("autofill_profiles", "origin"));
DoesColumnExist  2188 components/webdata/common/web_database_migration_unittest.cc     ASSERT_FALSE(connection.DoesColumnExist("credit_cards", "origin"));
DoesColumnExist  2204 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("autofill_profiles", "origin"));
DoesColumnExist  2205 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("credit_cards", "origin"));
DoesColumnExist  2227 components/webdata/common/web_database_migration_unittest.cc     ASSERT_FALSE(connection.DoesColumnExist("keywords", "image_url"));
DoesColumnExist  2228 components/webdata/common/web_database_migration_unittest.cc     ASSERT_FALSE(connection.DoesColumnExist("keywords",
DoesColumnExist  2230 components/webdata/common/web_database_migration_unittest.cc     ASSERT_FALSE(connection.DoesColumnExist("keywords",
DoesColumnExist  2232 components/webdata/common/web_database_migration_unittest.cc     ASSERT_FALSE(connection.DoesColumnExist("keywords",
DoesColumnExist  2234 components/webdata/common/web_database_migration_unittest.cc     ASSERT_FALSE(connection.DoesColumnExist("keywords",
DoesColumnExist  2251 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("keywords", "image_url"));
DoesColumnExist  2252 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("keywords",
DoesColumnExist  2254 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("keywords",
DoesColumnExist  2256 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("keywords",
DoesColumnExist  2258 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("keywords",
DoesColumnExist  2279 components/webdata/common/web_database_migration_unittest.cc     ASSERT_FALSE(connection.DoesColumnExist("keywords", "new_tab_url"));
DoesColumnExist  2295 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("keywords", "new_tab_url"));
DoesColumnExist  2315 components/webdata/common/web_database_migration_unittest.cc         connection.DoesColumnExist("autofill_profiles", "address_line_1"));
DoesColumnExist  2317 components/webdata/common/web_database_migration_unittest.cc         connection.DoesColumnExist("autofill_profiles", "address_line_2"));
DoesColumnExist  2318 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("autofill_profiles", "country"));
DoesColumnExist  2320 components/webdata/common/web_database_migration_unittest.cc         connection.DoesColumnExist("autofill_profiles", "street_address"));
DoesColumnExist  2322 components/webdata/common/web_database_migration_unittest.cc         connection.DoesColumnExist("autofill_profiles", "dependent_locality"));
DoesColumnExist  2324 components/webdata/common/web_database_migration_unittest.cc         connection.DoesColumnExist("autofill_profiles", "sorting_code"));
DoesColumnExist  2325 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("autofill_profile_phones", "type"));
DoesColumnExist  2342 components/webdata/common/web_database_migration_unittest.cc         connection.DoesColumnExist("autofill_profiles", "address_line1"));
DoesColumnExist  2344 components/webdata/common/web_database_migration_unittest.cc         connection.DoesColumnExist("autofill_profiles", "address_line2"));
DoesColumnExist  2345 components/webdata/common/web_database_migration_unittest.cc     EXPECT_FALSE(connection.DoesColumnExist("autofill_profiles", "country"));
DoesColumnExist  2347 components/webdata/common/web_database_migration_unittest.cc         connection.DoesColumnExist("autofill_profiles", "street_address"));
DoesColumnExist  2349 components/webdata/common/web_database_migration_unittest.cc         connection.DoesColumnExist("autofill_profiles", "dependent_locality"));
DoesColumnExist  2351 components/webdata/common/web_database_migration_unittest.cc         connection.DoesColumnExist("autofill_profiles", "sorting_code"));
DoesColumnExist  2352 components/webdata/common/web_database_migration_unittest.cc     EXPECT_FALSE(connection.DoesColumnExist("autofill_profile_phones", "type"));
DoesColumnExist  2469 components/webdata/common/web_database_migration_unittest.cc     EXPECT_FALSE(connection.DoesColumnExist("autofill", "date_created"));
DoesColumnExist  2470 components/webdata/common/web_database_migration_unittest.cc     EXPECT_FALSE(connection.DoesColumnExist("autofill", "date_last_used"));
DoesColumnExist  2557 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("autofill", "date_created"));
DoesColumnExist  2558 components/webdata/common/web_database_migration_unittest.cc     EXPECT_TRUE(connection.DoesColumnExist("autofill", "date_last_used"));
DoesColumnExist   214 content/browser/dom_storage/dom_storage_database.cc       !db_->DoesColumnExist("ItemTable", "key") ||
DoesColumnExist   215 content/browser/dom_storage/dom_storage_database.cc       !db_->DoesColumnExist("ItemTable", "value"))
DoesColumnExist    27 content/browser/media/webrtc_identity_store_backend.cc     if (db->DoesColumnExist(kWebRTCIdentityStoreDBName, "origin") &&
DoesColumnExist    28 content/browser/media/webrtc_identity_store_backend.cc         db->DoesColumnExist(kWebRTCIdentityStoreDBName, "identity_name") &&
DoesColumnExist    29 content/browser/media/webrtc_identity_store_backend.cc         db->DoesColumnExist(kWebRTCIdentityStoreDBName, "common_name") &&
DoesColumnExist    30 content/browser/media/webrtc_identity_store_backend.cc         db->DoesColumnExist(kWebRTCIdentityStoreDBName, "certificate") &&
DoesColumnExist    31 content/browser/media/webrtc_identity_store_backend.cc         db->DoesColumnExist(kWebRTCIdentityStoreDBName, "private_key") &&
DoesColumnExist    32 content/browser/media/webrtc_identity_store_backend.cc         db->DoesColumnExist(kWebRTCIdentityStoreDBName, "creation_time"))
DoesColumnExist   371 sql/connection.h   bool DoesColumnExist(const char* table_name, const char* column_name) const;
DoesColumnExist   187 sql/connection_unittest.cc   EXPECT_FALSE(db().DoesColumnExist("foo", "bar"));
DoesColumnExist   188 sql/connection_unittest.cc   EXPECT_TRUE(db().DoesColumnExist("foo", "a"));
DoesColumnExist   191 sql/connection_unittest.cc   EXPECT_FALSE(db().DoesColumnExist("bar", "b"));
DoesColumnExist  2776 sync/syncable/directory_backing_store_unittest.cc   ASSERT_TRUE(connection.DoesColumnExist("metas", "name"));
DoesColumnExist  2777 sync/syncable/directory_backing_store_unittest.cc   ASSERT_TRUE(connection.DoesColumnExist("metas", "unsanitized_name"));
DoesColumnExist  2778 sync/syncable/directory_backing_store_unittest.cc   ASSERT_TRUE(connection.DoesColumnExist("metas", "server_name"));
DoesColumnExist  2804 sync/syncable/directory_backing_store_unittest.cc   ASSERT_TRUE(connection.DoesColumnExist("metas", "specifics"));
DoesColumnExist  2805 sync/syncable/directory_backing_store_unittest.cc   ASSERT_TRUE(connection.DoesColumnExist("metas", "server_specifics"));
DoesColumnExist  2831 sync/syncable/directory_backing_store_unittest.cc   ASSERT_TRUE(connection.DoesColumnExist("metas", "singleton_tag"));
DoesColumnExist  2832 sync/syncable/directory_backing_store_unittest.cc   ASSERT_FALSE(connection.DoesColumnExist("metas", "unique_server_tag"));
DoesColumnExist  2833 sync/syncable/directory_backing_store_unittest.cc   ASSERT_FALSE(connection.DoesColumnExist("metas", "unique_client_tag"));
DoesColumnExist  2845 sync/syncable/directory_backing_store_unittest.cc   EXPECT_TRUE(connection.DoesColumnExist("metas", "unique_server_tag"));
DoesColumnExist  2846 sync/syncable/directory_backing_store_unittest.cc   EXPECT_TRUE(connection.DoesColumnExist("metas", "unique_client_tag"));
DoesColumnExist  2858 sync/syncable/directory_backing_store_unittest.cc   ASSERT_TRUE(connection.DoesColumnExist("share_info", "last_sync_timestamp"));
DoesColumnExist  2859 sync/syncable/directory_backing_store_unittest.cc   ASSERT_TRUE(connection.DoesColumnExist("share_info", "initial_sync_ended"));
DoesColumnExist  2872 sync/syncable/directory_backing_store_unittest.cc   ASSERT_FALSE(connection.DoesColumnExist("share_info", "last_sync_timestamp"));
DoesColumnExist  2873 sync/syncable/directory_backing_store_unittest.cc   ASSERT_FALSE(connection.DoesColumnExist("share_info", "initial_sync_ended"));
DoesColumnExist  2875 sync/syncable/directory_backing_store_unittest.cc   ASSERT_TRUE(connection.DoesColumnExist("models", "initial_sync_ended"));
DoesColumnExist  2876 sync/syncable/directory_backing_store_unittest.cc   ASSERT_TRUE(connection.DoesColumnExist("models", "last_download_timestamp"));
DoesColumnExist  2877 sync/syncable/directory_backing_store_unittest.cc   ASSERT_TRUE(connection.DoesColumnExist("models", "model_id"));
DoesColumnExist  2916 sync/syncable/directory_backing_store_unittest.cc   ASSERT_FALSE(connection.DoesColumnExist("share_info", "notification_state"));
DoesColumnExist  2928 sync/syncable/directory_backing_store_unittest.cc   ASSERT_TRUE(connection.DoesColumnExist("share_info", "notification_state"));
DoesColumnExist  2937 sync/syncable/directory_backing_store_unittest.cc       connection.DoesColumnExist("share_info", "autofill_migration_state"));
DoesColumnExist  2939 sync/syncable/directory_backing_store_unittest.cc       connection.DoesColumnExist("share_info",
DoesColumnExist  2942 sync/syncable/directory_backing_store_unittest.cc       connection.DoesColumnExist("share_info", "autofill_migration_time"));
DoesColumnExist  2944 sync/syncable/directory_backing_store_unittest.cc       connection.DoesColumnExist("share_info",
DoesColumnExist  2948 sync/syncable/directory_backing_store_unittest.cc       connection.DoesColumnExist("share_info",
DoesColumnExist  2962 sync/syncable/directory_backing_store_unittest.cc       connection.DoesColumnExist("share_info", "autofill_migration_state"));
DoesColumnExist  2964 sync/syncable/directory_backing_store_unittest.cc       connection.DoesColumnExist("share_info",
DoesColumnExist  2967 sync/syncable/directory_backing_store_unittest.cc       connection.DoesColumnExist("share_info", "autofill_migration_time"));
DoesColumnExist  2969 sync/syncable/directory_backing_store_unittest.cc       connection.DoesColumnExist("share_info",
DoesColumnExist  2973 sync/syncable/directory_backing_store_unittest.cc       connection.DoesColumnExist("share_info",
DoesColumnExist  2982 sync/syncable/directory_backing_store_unittest.cc   ASSERT_FALSE(connection.DoesColumnExist("models", "progress_marker"));
DoesColumnExist  2983 sync/syncable/directory_backing_store_unittest.cc   ASSERT_TRUE(connection.DoesColumnExist("models", "last_download_timestamp"));
DoesColumnExist  2995 sync/syncable/directory_backing_store_unittest.cc   ASSERT_TRUE(connection.DoesColumnExist("models", "progress_marker"));
DoesColumnExist  2996 sync/syncable/directory_backing_store_unittest.cc   ASSERT_FALSE(connection.DoesColumnExist("models", "last_download_timestamp"));
DoesColumnExist  3005 sync/syncable/directory_backing_store_unittest.cc       connection.DoesColumnExist("share_info", "autofill_migration_state"));
DoesColumnExist  3006 sync/syncable/directory_backing_store_unittest.cc   ASSERT_TRUE(connection.DoesColumnExist("share_info",
DoesColumnExist  3009 sync/syncable/directory_backing_store_unittest.cc       connection.DoesColumnExist("share_info", "autofill_migration_time"));
DoesColumnExist  3010 sync/syncable/directory_backing_store_unittest.cc   ASSERT_TRUE(connection.DoesColumnExist("share_info",
DoesColumnExist  3012 sync/syncable/directory_backing_store_unittest.cc   ASSERT_TRUE(connection.DoesColumnExist("share_info",
DoesColumnExist  3054 sync/syncable/directory_backing_store_unittest.cc   ASSERT_FALSE(connection.DoesColumnExist("metas", "BASE_SERVER_SPECIFICS"));
DoesColumnExist  3066 sync/syncable/directory_backing_store_unittest.cc   ASSERT_TRUE(connection.DoesColumnExist("metas", "base_server_specifics"));
DoesColumnExist  3159 sync/syncable/directory_backing_store_unittest.cc   ASSERT_FALSE(connection.DoesColumnExist("models", "transaction_version"));
DoesColumnExist  3168 sync/syncable/directory_backing_store_unittest.cc   ASSERT_TRUE(connection.DoesColumnExist("models", "transaction_version"));
DoesColumnExist  3175 sync/syncable/directory_backing_store_unittest.cc   ASSERT_FALSE(connection.DoesColumnExist("metas", "transaction_version"));
DoesColumnExist  3182 sync/syncable/directory_backing_store_unittest.cc   ASSERT_TRUE(connection.DoesColumnExist("metas", "transaction_version"));
DoesColumnExist  3203 sync/syncable/directory_backing_store_unittest.cc   ASSERT_TRUE(connection.DoesColumnExist("models", "initial_sync_ended"));
DoesColumnExist  3209 sync/syncable/directory_backing_store_unittest.cc   ASSERT_FALSE(connection.DoesColumnExist("models", "initial_sync_ended"));
DoesColumnExist  3216 sync/syncable/directory_backing_store_unittest.cc   EXPECT_TRUE(connection.DoesColumnExist("metas", "next_id"));
DoesColumnExist  3217 sync/syncable/directory_backing_store_unittest.cc   EXPECT_TRUE(connection.DoesColumnExist("metas", "prev_id"));
DoesColumnExist  3218 sync/syncable/directory_backing_store_unittest.cc   EXPECT_TRUE(connection.DoesColumnExist("metas", "server_ordinal_in_parent"));
DoesColumnExist  3219 sync/syncable/directory_backing_store_unittest.cc   EXPECT_FALSE(connection.DoesColumnExist("metas", "unique_position"));
DoesColumnExist  3220 sync/syncable/directory_backing_store_unittest.cc   EXPECT_FALSE(connection.DoesColumnExist("metas", "server_unique_position"));
DoesColumnExist  3221 sync/syncable/directory_backing_store_unittest.cc   EXPECT_FALSE(connection.DoesColumnExist("metas", "unique_bookmark_tag"));
DoesColumnExist  3227 sync/syncable/directory_backing_store_unittest.cc   EXPECT_TRUE(connection.DoesColumnExist("metas", "unique_position"));
DoesColumnExist  3228 sync/syncable/directory_backing_store_unittest.cc   EXPECT_TRUE(connection.DoesColumnExist("metas", "server_unique_position"));
DoesColumnExist  3229 sync/syncable/directory_backing_store_unittest.cc   EXPECT_TRUE(connection.DoesColumnExist("metas", "unique_bookmark_tag"));
DoesColumnExist  3237 sync/syncable/directory_backing_store_unittest.cc   EXPECT_FALSE(connection.DoesColumnExist("metas", "attachment_metadata"));
DoesColumnExist  3243 sync/syncable/directory_backing_store_unittest.cc   EXPECT_TRUE(connection.DoesColumnExist("metas", "attachment_metadata"));
DoesColumnExist  3256 sync/syncable/directory_backing_store_unittest.cc   ASSERT_TRUE(connection.DoesColumnExist("models", "context"));
DoesColumnExist  3411 sync/syncable/directory_backing_store_unittest.cc   ASSERT_FALSE(connection.DoesColumnExist("metas", "name"));
DoesColumnExist  3412 sync/syncable/directory_backing_store_unittest.cc   ASSERT_FALSE(connection.DoesColumnExist("metas", "unsanitized_name"));
DoesColumnExist  3413 sync/syncable/directory_backing_store_unittest.cc   ASSERT_FALSE(connection.DoesColumnExist("metas", "server_name"));
DoesColumnExist  3416 sync/syncable/directory_backing_store_unittest.cc   ASSERT_TRUE(connection.DoesColumnExist("metas", "specifics"));
DoesColumnExist  3417 sync/syncable/directory_backing_store_unittest.cc   ASSERT_TRUE(connection.DoesColumnExist("metas", "server_specifics"));
DoesColumnExist  3420 sync/syncable/directory_backing_store_unittest.cc   ASSERT_FALSE(connection.DoesColumnExist("metas", "is_bookmark_object"));
DoesColumnExist  3421 sync/syncable/directory_backing_store_unittest.cc   ASSERT_FALSE(connection.DoesColumnExist("metas",
DoesColumnExist  3423 sync/syncable/directory_backing_store_unittest.cc   ASSERT_FALSE(connection.DoesColumnExist("metas", "bookmark_favicon"));
DoesColumnExist  3424 sync/syncable/directory_backing_store_unittest.cc   ASSERT_FALSE(connection.DoesColumnExist("metas", "bookmark_url"));
DoesColumnExist  3425 sync/syncable/directory_backing_store_unittest.cc   ASSERT_FALSE(connection.DoesColumnExist("metas", "server_bookmark_url"));
DoesColumnExist  3428 sync/syncable/directory_backing_store_unittest.cc   ASSERT_FALSE(connection.DoesColumnExist("metas", "singleton_tag"));
DoesColumnExist  3429 sync/syncable/directory_backing_store_unittest.cc   ASSERT_TRUE(connection.DoesColumnExist("metas", "unique_server_tag"));
DoesColumnExist  3430 sync/syncable/directory_backing_store_unittest.cc   ASSERT_TRUE(connection.DoesColumnExist("metas", "unique_client_tag"));
DoesColumnExist  3436 sync/syncable/directory_backing_store_unittest.cc   ASSERT_TRUE(connection.DoesColumnExist("share_info", "notification_state"));
DoesColumnExist  3439 sync/syncable/directory_backing_store_unittest.cc   ASSERT_TRUE(connection.DoesColumnExist("models", "progress_marker"));
DoesColumnExist  3440 sync/syncable/directory_backing_store_unittest.cc   ASSERT_FALSE(connection.DoesColumnExist("models", "last_download_timestamp"));
DoesColumnExist  3444 sync/syncable/directory_backing_store_unittest.cc       connection.DoesColumnExist("share_info", "autofill_migration_state"));
DoesColumnExist  3445 sync/syncable/directory_backing_store_unittest.cc   ASSERT_FALSE(connection.DoesColumnExist("share_info",
DoesColumnExist  3448 sync/syncable/directory_backing_store_unittest.cc     connection.DoesColumnExist("share_info", "autofill_migration_time"));
DoesColumnExist  3449 sync/syncable/directory_backing_store_unittest.cc   ASSERT_FALSE(connection.DoesColumnExist("share_info",
DoesColumnExist  3451 sync/syncable/directory_backing_store_unittest.cc   ASSERT_FALSE(connection.DoesColumnExist("share_info",
DoesColumnExist  3455 sync/syncable/directory_backing_store_unittest.cc   ASSERT_TRUE(connection.DoesColumnExist("metas", "base_server_specifics"));
DoesColumnExist  3458 sync/syncable/directory_backing_store_unittest.cc   ASSERT_TRUE(connection.DoesColumnExist("models", "transaction_version"));
DoesColumnExist  3461 sync/syncable/directory_backing_store_unittest.cc   ASSERT_TRUE(connection.DoesColumnExist("metas", "transaction_version"));
DoesColumnExist  3467 sync/syncable/directory_backing_store_unittest.cc   ASSERT_FALSE(connection.DoesColumnExist("models", "initial_sync_ended"));
DoesColumnExist  3470 sync/syncable/directory_backing_store_unittest.cc   ASSERT_FALSE(connection.DoesColumnExist("metas", "next_id"));
DoesColumnExist  3471 sync/syncable/directory_backing_store_unittest.cc   ASSERT_FALSE(connection.DoesColumnExist("metas", "prev_id"));
DoesColumnExist  3472 sync/syncable/directory_backing_store_unittest.cc   ASSERT_FALSE(connection.DoesColumnExist("metas", "server_ordinal_in_parent"));
DoesColumnExist  3475 sync/syncable/directory_backing_store_unittest.cc   ASSERT_TRUE(connection.DoesColumnExist("metas", "attachment_metadata"));
DoesColumnExist  3478 sync/syncable/directory_backing_store_unittest.cc   ASSERT_TRUE(connection.DoesColumnExist("models", "context"));
DoesColumnExist   939 webkit/browser/appcache/appcache_database_unittest.cc   EXPECT_TRUE(db.db_->DoesColumnExist("Namespaces", "is_pattern"));
DoesColumnExist   940 webkit/browser/appcache/appcache_database_unittest.cc   EXPECT_TRUE(db.db_->DoesColumnExist("OnlineWhiteLists", "is_pattern"));
DoesColumnExist  1174 webkit/browser/appcache/appcache_database_unittest.cc   EXPECT_TRUE(db.db_->DoesColumnExist("Namespaces", "is_pattern"));
DoesColumnExist  1175 webkit/browser/appcache/appcache_database_unittest.cc   EXPECT_TRUE(db.db_->DoesColumnExist("OnlineWhiteLists", "is_pattern"));