HomeSort by relevance Sort by last modified time
    Searched refs:input_encodings (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/google-tv-pairing-protocol/cpp/src/polo/pairing/message/
configurationmessage.cc 69 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(),
optionsmessage.h 63 const encoding::EncodingOption::EncodingSet& input_encodings() const;
optionsmessage.cc 65 OptionsMessage::input_encodings() const { function in class:polo::pairing::message::OptionsMessage
  /external/chromium_org/chrome/browser/search_engines/
template_url_parser_unittest.cc 177 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().size())
    [all...]
default_search_manager_unittest.cc 41 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);
template_url_service_unittest.cc 110 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");
    [all...]
template_url_prepopulate_data_unittest.cc 148 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());
default_search_manager.cc 64 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);
template_url_unittest.cc 396 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");
    [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");
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/
template_url_data.h 72 std::vector<std::string> input_encodings; member in struct:TemplateURLData
  /external/chromium_org/chrome/browser/profile_resetter/
automatic_profile_resetter_delegate.cc 75 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/
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);
  /external/google-tv-pairing-protocol/cpp/src/polo/wire/protobuf/
protobufwireadapter.cc 77 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/
settings_overrides_browsertest.cc 110 extension_provider->input_encodings());
settings_overrides_api.cc 105 data.input_encodings.clear();
106 data.input_encodings.push_back(*search_provider.encoding);
  /external/chromium_org/chrome/browser/ui/search_engines/
search_engine_tab_helper.cc 203 data.input_encodings.push_back(params.searchable_form_encoding);

Completed in 356 milliseconds

1 2 3