/external/chromium/chrome/browser/search_engines/ |
template_url_parser_unittest.cc | 127 ASSERT_EQ(2U, template_url_.input_encodings().size()); 128 EXPECT_EQ("UTF-8", template_url_.input_encodings()[0]); 129 EXPECT_EQ("Shift_JIS", template_url_.input_encodings()[1]); 175 ASSERT_EQ(1U, template_url_.input_encodings().size()); 176 EXPECT_EQ("ISO-8859-1", template_url_.input_encodings()[0]); 193 ASSERT_EQ(1U, template_url_.input_encodings().size()); 194 EXPECT_EQ("ISO-8859-1", template_url_.input_encodings()[0]); 214 ASSERT_EQ(1U, template_url_.input_encodings().size()); 215 EXPECT_EQ("UTF-8", template_url_.input_encodings()[0]); 235 ASSERT_EQ(1U, template_url_.input_encodings().size()) [all...] |
template_url_prepopulate_data_unittest.cc | 127 EXPECT_EQ(1u, t_urls[0]->input_encodings().size());
|
/external/chromium_org/chrome/browser/search_engines/ |
template_url_parser_unittest.cc | 173 ASSERT_EQ(2U, template_url_->input_encodings().size()); 174 EXPECT_EQ("UTF-8", template_url_->input_encodings()[0]); 175 EXPECT_EQ("Shift_JIS", template_url_->input_encodings()[1]); 198 ASSERT_EQ(1U, template_url_->input_encodings().size()); 199 EXPECT_EQ("ISO-8859-1", template_url_->input_encodings()[0]); 215 ASSERT_EQ(1U, template_url_->input_encodings().size()); 216 EXPECT_EQ("ISO-8859-1", template_url_->input_encodings()[0]); 235 ASSERT_EQ(1U, template_url_->input_encodings().size()); 236 EXPECT_EQ("UTF-8", template_url_->input_encodings()[0]); 255 ASSERT_EQ(1U, template_url_->input_encodings().size()) [all...] |
template_url_service_unittest.cc | 111 base::SplitString(encodings, ';', &data.input_encodings); 150 EXPECT_EQ(expected->input_encodings(), actual->input_encodings()); 280 ASSERT_EQ(expected.input_encodings(), actual.input_encodings()); 299 data.input_encodings.push_back("UTF-8"); [all...] |
template_url_unittest.cc | 368 data.input_encodings.push_back("big-5"); 434 data.input_encodings.push_back("UTF-8"); 476 data.input_encodings.clear(); 477 data.input_encodings.push_back(test_data[i].encoding); 529 data.input_encodings.push_back("UTF-8"); 566 data.input_encodings.push_back("UTF-8"); 602 data.input_encodings.push_back("UTF-8"); 636 data.input_encodings.push_back("UTF-8"); [all...] |
template_url.h | 468 std::vector<std::string> input_encodings; member in struct:TemplateURLData 607 const std::vector<std::string>& input_encodings() const { function in class:TemplateURL 608 return data_.input_encodings;
|
template_url_prepopulate_data_unittest.cc | 134 EXPECT_EQ(1u, t_urls[0]->input_encodings().size()); 159 EXPECT_EQ(1u, t_urls[0]->input_encodings().size()); 258 ASSERT_FALSE(t_urls[i]->input_encodings().empty());
|
template_url_service_sync_unittest.cc | 69 se_specifics->set_input_encodings(JoinString(turl.input_encodings(), ';')); 328 ASSERT_EQ(expected.input_encodings(), actual.input_encodings()); [all...] |
/external/chromium_org/chrome/browser/webdata/ |
keyword_table_unittest.cc | 59 keyword.input_encodings.push_back("UTF-8"); 60 keyword.input_encodings.push_back("UTF-16"); 85 EXPECT_EQ(keyword.input_encodings, restored_keyword.input_encodings); 116 keyword.input_encodings.push_back("UTF-8"); 117 keyword.input_encodings.push_back("UTF-16"); 158 keyword.input_encodings.push_back("Shift_JIS"); 203 keyword.input_encodings.push_back("Shift_JIS"); 243 keyword.input_encodings.push_back("Shift_JIS"); 262 EXPECT_EQ(keyword.input_encodings, restored_keyword.input_encodings) [all...] |
/external/chromium/chrome/browser/webdata/ |
keyword_table_unittest.cc | 114 ASSERT_EQ(2U, restored_url->input_encodings().size()); 115 EXPECT_EQ("UTF-8", restored_url->input_encodings()[0]); 116 EXPECT_EQ("UTF-16", restored_url->input_encodings()[1]); 203 ASSERT_EQ(1U, restored_url->input_encodings().size()); 204 ASSERT_EQ("Shift_JIS", restored_url->input_encodings()[0]);
|
/external/chromium_org/chrome/browser/profile_resetter/ |
automatic_profile_resetter_delegate.cc | 63 base::ListValue* input_encodings = new base::ListValue; local 64 input_encodings->AppendStrings(template_url->input_encodings()); 65 tree->Set("encodings", input_encodings);
|
/external/chromium_org/components/test/data/web_database/ |
version_44.sql | 8 CREATE TABLE keywords (id INTEGER PRIMARY KEY,short_name VARCHAR NOT NULL,keyword VARCHAR NOT NULL,favicon_url VARCHAR NOT NULL,url VARCHAR NOT NULL,show_in_default_list INTEGER,safe_for_autoreplace INTEGER,originating_url VARCHAR,date_created INTEGER DEFAULT 0,usage_count INTEGER DEFAULT 0,input_encodings VARCHAR,suggest_url VARCHAR,prepopulate_id INTEGER DEFAULT 0,autogenerate_keyword INTEGER DEFAULT 0,logo_id INTEGER DEFAULT 0,created_by_policy INTEGER DEFAULT 0,instant_url VARCHAR,last_modified INTEGER DEFAULT 0,sync_guid VARCHAR); 19 input_encodings TEXT,
|
version_45.sql | 23 CREATE TABLE "keywords" (id INTEGER PRIMARY KEY,short_name VARCHAR NOT NULL,keyword VARCHAR NOT NULL,favicon_url VARCHAR NOT NULL,url VARCHAR NOT NULL,safe_for_autoreplace INTEGER,originating_url VARCHAR,date_created INTEGER DEFAULT 0,usage_count INTEGER DEFAULT 0,input_encodings VARCHAR,show_in_default_list INTEGER,suggest_url VARCHAR,prepopulate_id INTEGER DEFAULT 0,created_by_policy INTEGER DEFAULT 0,instant_url VARCHAR,last_modified INTEGER DEFAULT 0,sync_guid VARCHAR); 34 input_encodings TEXT,
|
version_45_compatible.sql | 23 CREATE TABLE "keywords" (id INTEGER PRIMARY KEY,short_name VARCHAR NOT NULL,keyword VARCHAR NOT NULL,favicon_url VARCHAR NOT NULL,url VARCHAR NOT NULL,safe_for_autoreplace INTEGER,originating_url VARCHAR,date_created INTEGER DEFAULT 0,usage_count INTEGER DEFAULT 0,input_encodings VARCHAR,show_in_default_list INTEGER,suggest_url VARCHAR,prepopulate_id INTEGER DEFAULT 0,created_by_policy INTEGER DEFAULT 0,instant_url VARCHAR,last_modified INTEGER DEFAULT 0,sync_guid VARCHAR); 34 input_encodings TEXT,
|
version_45_invalid.sql | 23 CREATE TABLE "keywords" (id INTEGER PRIMARY KEY,short_name VARCHAR NOT NULL,keyword VARCHAR NOT NULL,favicon_url VARCHAR NOT NULL,url VARCHAR NOT NULL,safe_for_autoreplace INTEGER,originating_url VARCHAR,date_created INTEGER DEFAULT 0,usage_count INTEGER DEFAULT 0,input_encodings VARCHAR,show_in_default_list INTEGER,suggest_url VARCHAR,prepopulate_id INTEGER DEFAULT 0,created_by_policy INTEGER DEFAULT 0,instant_url VARCHAR,last_modified INTEGER DEFAULT 0,sync_guid VARCHAR); 34 input_encodings TEXT,
|
version_46.sql | 23 CREATE TABLE keywords (id INTEGER PRIMARY KEY,short_name VARCHAR NOT NULL,keyword VARCHAR NOT NULL,favicon_url VARCHAR NOT NULL,url VARCHAR NOT NULL,safe_for_autoreplace INTEGER,originating_url VARCHAR,date_created INTEGER DEFAULT 0,usage_count INTEGER DEFAULT 0,input_encodings VARCHAR,show_in_default_list INTEGER,suggest_url VARCHAR,prepopulate_id INTEGER DEFAULT 0,created_by_policy INTEGER DEFAULT 0,instant_url VARCHAR,last_modified INTEGER DEFAULT 0,sync_guid VARCHAR); 24 CREATE TABLE keywords_backup(id INT,short_name TEXT,keyword TEXT,favicon_url TEXT,url TEXT,safe_for_autoreplace INT,originating_url TEXT,date_created INT,usage_count INT,input_encodings TEXT,show_in_default_list INT,suggest_url TEXT,prepopulate_id INT,created_by_policy INT,instant_url TEXT,last_modified INT,sync_guid TEXT);
|
version_47.sql | 10 CREATE TABLE keywords (id INTEGER PRIMARY KEY,short_name VARCHAR NOT NULL,keyword VARCHAR NOT NULL,favicon_url VARCHAR NOT NULL,url VARCHAR NOT NULL,safe_for_autoreplace INTEGER,originating_url VARCHAR,date_created INTEGER DEFAULT 0,usage_count INTEGER DEFAULT 0,input_encodings VARCHAR,show_in_default_list INTEGER,suggest_url VARCHAR,prepopulate_id INTEGER DEFAULT 0,created_by_policy INTEGER DEFAULT 0,instant_url VARCHAR,last_modified INTEGER DEFAULT 0,sync_guid VARCHAR,alternate_urls VARCHAR); 21 input_encodings TEXT,
|
version_43.sql | 10 CREATE TABLE keywords (id INTEGER PRIMARY KEY,short_name VARCHAR NOT NULL,keyword VARCHAR NOT NULL,favicon_url VARCHAR NOT NULL,url VARCHAR NOT NULL,show_in_default_list INTEGER,safe_for_autoreplace INTEGER,originating_url VARCHAR,date_created INTEGER DEFAULT 0,usage_count INTEGER DEFAULT 0,input_encodings VARCHAR,suggest_url VARCHAR,prepopulate_id INTEGER DEFAULT 0,autogenerate_keyword INTEGER DEFAULT 0,logo_id INTEGER DEFAULT 0,created_by_policy INTEGER DEFAULT 0,instant_url VARCHAR,last_modified INTEGER DEFAULT 0, sync_guid VARCHAR); 12 CREATE TABLE keywords_backup (id INTEGER PRIMARY KEY,short_name VARCHAR NOT NULL,keyword VARCHAR NOT NULL,favicon_url VARCHAR NOT NULL,url VARCHAR NOT NULL,show_in_default_list INTEGER,safe_for_autoreplace INTEGER,originating_url VARCHAR,date_created INTEGER DEFAULT 0,usage_count INTEGER DEFAULT 0,input_encodings VARCHAR,suggest_url VARCHAR,prepopulate_id INTEGER DEFAULT 0,autogenerate_keyword INTEGER DEFAULT 0,logo_id INTEGER DEFAULT 0,created_by_policy INTEGER DEFAULT 0,instant_url VARCHAR,last_modified INTEGER DEFAULT 0, sync_guid VARCHAR);
|
version_25.sql | 7 CREATE TABLE keywords (id INTEGER PRIMARY KEY,short_name VARCHAR NOT NULL,keyword VARCHAR NOT NULL,favicon_url VARCHAR NOT NULL,url VARCHAR NOT NULL,show_in_default_list INTEGER,safe_for_autoreplace INTEGER,originating_url VARCHAR,date_created INTEGER DEFAULT 0,usage_count INTEGER DEFAULT 0,input_encodings VARCHAR,suggest_url VARCHAR,prepopulate_id INTEGER DEFAULT 0,autogenerate_keyword INTEGER DEFAULT 0,logo_id INTEGER DEFAULT 0);
|
version_26.sql | 7 CREATE TABLE keywords (id INTEGER PRIMARY KEY,short_name VARCHAR NOT NULL,keyword VARCHAR NOT NULL,favicon_url VARCHAR NOT NULL,url VARCHAR NOT NULL,show_in_default_list INTEGER,safe_for_autoreplace INTEGER,originating_url VARCHAR,date_created INTEGER DEFAULT 0,usage_count INTEGER DEFAULT 0,input_encodings VARCHAR,suggest_url VARCHAR,prepopulate_id INTEGER DEFAULT 0,autogenerate_keyword INTEGER DEFAULT 0,logo_id INTEGER DEFAULT 0,created_by_policy INTEGER DEFAULT 0);
|
version_48.sql | 8 CREATE TABLE keywords (id INTEGER PRIMARY KEY,short_name VARCHAR NOT NULL,keyword VARCHAR NOT NULL,favicon_url VARCHAR NOT NULL,url VARCHAR NOT NULL,safe_for_autoreplace INTEGER,originating_url VARCHAR,date_created INTEGER DEFAULT 0,usage_count INTEGER DEFAULT 0,input_encodings VARCHAR,show_in_default_list INTEGER,suggest_url VARCHAR,prepopulate_id INTEGER DEFAULT 0,created_by_policy INTEGER DEFAULT 0,instant_url VARCHAR,last_modified INTEGER DEFAULT 0,sync_guid VARCHAR,alternate_urls VARCHAR);
|
version_22.sql | 8 CREATE TABLE keywords (id INTEGER PRIMARY KEY,short_name VARCHAR NOT NULL, keyword VARCHAR NOT NULL,favicon_url VARCHAR NOT NULL,url VARCHAR NOT NULL,show_in_default_list INTEGER,safe_for_autoreplace INTEGER,originating_url VARCHAR,date_created INTEGER DEFAULT 0,usage_count INTEGER DEFAULT 0,input_encodings VARCHAR,suggest_url VARCHAR,prepopulate_id INTEGER DEFAULT 0,autogenerate_keyword INTEGER DEFAULT 0);
|
/external/chromium/chrome/browser/importer/ |
profile_import_process_messages.h | 275 WriteParam(m, p.input_encodings()); 292 std::vector<std::string> input_encodings; local 333 !ReadParam(m, iter, &input_encodings) || 356 p->set_input_encodings(input_encodings);
|
/external/chromium_org/chrome/browser/extensions/api/settings_overrides/ |
settings_overrides_browsertest.cc | 106 extension_provider->input_encodings());
|
/external/chromium_org/chrome/browser/ui/search_engines/ |
search_engine_tab_helper.cc | 203 data.input_encodings.push_back(params.searchable_form_encoding);
|