Searched refs:input_encodings (Results 1 - 25 of 61) sorted by relevance

123

/external/google-tv-pairing-protocol/cpp/src/polo/pairing/message/
H A Dconfigurationmessage.cc69 set_intersection(local_options.input_encodings().begin(),
70 local_options.input_encodings().end(),
71 peer_options.input_encodings().begin(),
72 peer_options.input_encodings().end(),
H A Doptionsmessage.h63 const encoding::EncodingOption::EncodingSet& input_encodings() const;
H A Doptionsmessage.cc65 OptionsMessage::input_encodings() const { function in class:polo::pairing::message::OptionsMessage
/external/chromium_org/chrome/browser/search_engines/
H A Dtemplate_url_parser_unittest.cc177 ASSERT_EQ(2U, template_url_->input_encodings().size());
178 EXPECT_EQ("UTF-8", template_url_->input_encodings()[0]);
179 EXPECT_EQ("Shift_JIS", template_url_->input_encodings()[1]);
202 ASSERT_EQ(1U, template_url_->input_encodings().size());
203 EXPECT_EQ("ISO-8859-1", template_url_->input_encodings()[0]);
219 ASSERT_EQ(1U, template_url_->input_encodings().size());
220 EXPECT_EQ("ISO-8859-1", template_url_->input_encodings()[0]);
239 ASSERT_EQ(1U, template_url_->input_encodings().size());
240 EXPECT_EQ("UTF-8", template_url_->input_encodings()[0]);
259 ASSERT_EQ(1U, template_url_->input_encodings()
[all...]
H A Ddefault_search_manager_unittest.cc41 EXPECT_EQ(expected->input_encodings, actual->input_encodings);
108 data->input_encodings.begin();
109 it != data->input_encodings.end();
132 base::SplitString("UTF-8;UTF-16", ';', &data->input_encodings);
173 base::SplitString("UTF-8;UTF-16", ';', &data.input_encodings);
H A Dtemplate_url_service_unittest.cc110 base::SplitString(encodings, ';', &data.input_encodings);
149 EXPECT_EQ(expected->input_encodings(), actual->input_encodings());
253 ASSERT_EQ(expected.input_encodings(), actual.input_encodings());
272 data.input_encodings.push_back("UTF-8");
863 base::SplitString(kEncodings, ';', &data.input_encodings);
1244 base::SplitString(kEncodings, ';', &data.input_encodings);
1375 data.input_encodings.push_back("UTF-8");
1376 data.input_encodings
[all...]
H A Dtemplate_url_prepopulate_data_unittest.cc148 EXPECT_EQ(1u, t_urls[0]->input_encodings.size());
173 EXPECT_EQ(1u, t_urls[0]->input_encodings.size());
272 ASSERT_FALSE(t_urls[i]->input_encodings.empty());
H A Ddefault_search_manager.cc64 const char DefaultSearchManager::kInputEncodings[] = "input_encodings";
199 data.input_encodings.begin();
200 it != data.input_encodings.end(); ++it) {
388 prefs_default_search_->input_encodings.push_back(encoding);
H A Dtemplate_url_unittest.cc396 data.input_encodings.push_back("big-5");
464 data.input_encodings.push_back("UTF-8");
507 data.input_encodings.clear();
508 data.input_encodings.push_back(test_data[i].encoding);
561 data.input_encodings.push_back("UTF-8");
599 data.input_encodings.push_back("UTF-8");
636 data.input_encodings.push_back("UTF-8");
673 data.input_encodings.push_back("UTF-8");
708 data.input_encodings.push_back("UTF-8");
1310 data.input_encodings
[all...]
/external/chromium_org/chrome/browser/webdata/
H A Dkeyword_table_unittest.cc59 keyword.input_encodings.push_back("UTF-8");
60 keyword.input_encodings.push_back("UTF-16");
132 EXPECT_EQ(keyword.input_encodings, restored_keyword.input_encodings);
158 keyword.input_encodings.push_back("Shift_JIS");
176 EXPECT_EQ(keyword.input_encodings, restored_keyword.input_encodings);
/external/chromium_org/components/search_engines/
H A Dtemplate_url_data.h72 std::vector<std::string> input_encodings; member in struct:TemplateURLData
/external/chromium_org/chrome/browser/profile_resetter/
H A Dautomatic_profile_resetter_delegate.cc75 base::ListValue* input_encodings = new base::ListValue; local
76 input_encodings->AppendStrings(template_url->input_encodings());
77 tree->Set("input_encodings", input_encodings);
/external/chromium_org/components/test/data/web_database/
H A Dversion_44.sql8 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,
H A Dversion_45.sql23 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,
H A Dversion_45_compatible.sql23 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,
H A Dversion_45_invalid.sql23 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,
H A Dversion_46.sql23 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);
H A Dversion_47.sql10 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,
H A Dversion_43.sql10 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);
H A Dversion_25.sql7 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);
H A Dversion_26.sql7 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);
/external/google-tv-pairing-protocol/cpp/src/polo/wire/protobuf/
H A Dprotobufwireadapter.cc77 for (iter = message.input_encodings().begin();
78 iter != message.input_encodings().end();
270 for (int i = 0; i < options.input_encodings().size(); i++) {
271 const Options_Encoding& encoding = options.input_encodings(i);
/external/chromium_org/chrome/browser/extensions/api/settings_overrides/
H A Dsettings_overrides_browsertest.cc110 extension_provider->input_encodings());
H A Dsettings_overrides_api.cc105 data.input_encodings.clear();
106 data.input_encodings.push_back(*search_provider.encoding);
/external/chromium_org/chrome/browser/ui/search_engines/
H A Dsearch_engine_tab_helper.cc203 data.input_encodings.push_back(params.searchable_form_encoding);

Completed in 179 milliseconds

123