HomeSort by relevance Sort by last modified time
    Searched defs:SetString (Results 1 - 25 of 25) sorted by null

  /external/chromium/chrome/browser/prefs/
pref_value_map.cc 100 void PrefValueMap::SetString(const std::string& key,
testing_pref_store.cc 83 void TestingPrefStore::SetString(const std::string& key,
pref_service.cc 549 void PrefService::SetString(const char* path, const std::string& value) {
  /external/chromium_org/chrome/browser/policy/
preg_parser_win_unittest.cc 62 void SetString(RegistryDict* dict,
78 SetString(&dict, "DeleteValuesTest2", "2");
86 SetString(subdict.get(), "DelValsTest2", "2");
102 SetString(&expected, "HomepageLocation", "http://www.example.com");
105 SetString(startup_urls.get(), "1", "http://www.chromium.org");
106 SetString(startup_urls.get(), "2", "http://www.example.com");
109 SetString(&expected, "Snowman", "\xE2\x98\x83");
  /external/chromium_org/remoting/host/
in_memory_host_config.cc 36 void InMemoryHostConfig::SetString(const std::string& path,
39 values_->SetString(path, in_value);
55 SetString(it.key(), str_value);
  /external/chromium_org/base/prefs/
pref_value_map.cc 109 void PrefValueMap::SetString(const std::string& key,
testing_pref_store.cc 94 void TestingPrefStore::SetString(const std::string& key,
pref_service.cc 386 void PrefService::SetString(const char* path, const std::string& value) {
  /external/chromium_org/chrome/browser/chromeos/login/screens/
screen_context.cc 30 bool ScreenContext::SetString(const KeyType& key, const std::string& value) {
34 bool ScreenContext::SetString(const KeyType& key, const base::string16& value) {
  /external/chromium_org/chrome/service/
service_process_prefs.cc 37 void ServiceProcessPrefs::SetString(const std::string& key,
  /external/chromium/chrome/browser/chromeos/
cros_settings.cc 71 void CrosSettings::SetString(const std::string& path,
  /external/chromium/chrome/browser/chromeos/offline/
offline_load_page.cc 40 void SetString(DictionaryValue* strings, const char* name, int resource_id) {
41 strings->SetString(name, l10n_util::GetStringUTF16(resource_id));
87 SetString(&strings, "heading", IDS_OFFLINE_LOAD_HEADLINE);
88 SetString(&strings, "try_loading", IDS_OFFLINE_TRY_LOADING);
89 SetString(&strings, "network_settings", IDS_OFFLINE_NETWORK_SETTINGS);
95 strings.SetString("textdirection", rtl ? "rtl" : "ltr");
100 strings.SetString("url", failed_url);
126 strings->SetString("title", app->name());
131 strings->SetString("display_icon", "none");
132 strings->SetString("icon", string16())
    [all...]
  /external/chromium_org/chrome/browser/chromeos/offline/
offline_load_page.cc 52 void SetString(DictionaryValue* strings, const char* name, int resource_id) {
53 strings->SetString(name, l10n_util::GetStringUTF16(resource_id));
87 SetString(&strings, "msg", IDS_OFFLINE_LOAD_DESCRIPTION);
88 SetString(&strings, "network_settings", IDS_OFFLINE_NETWORK_SETTINGS);
89 SetString(&strings, "product_name", IDS_SHORT_PRODUCT_NAME_LOWER);
94 strings.SetString("icon",
101 strings.SetString("url", failed_url);
149 strings->SetString("title", app->name());
150 strings->SetString(
155 strings->SetString("title", web_contents_->GetTitle())
    [all...]
  /external/chromium_org/ui/base/dragdrop/
os_exchange_data.cc 39 void OSExchangeData::SetString(const base::string16& data) {
40 provider_->SetString(data);
os_exchange_data_provider_aura.cc 36 void OSExchangeDataProviderAura::SetString(const base::string16& data) {
47 SetString(UTF8ToUTF16(url.spec()));
os_exchange_data_provider_aurax11.cc 111 void OSExchangeDataProviderAuraX11::SetString(const base::string16& text_data) {
137 SetString(spec);
os_exchange_data_provider_win.cc 272 void OSExchangeDataProviderWin::SetString(const base::string16& data) {
319 SetString(UTF8ToUTF16(url.spec()));
    [all...]
  /external/chromium_org/chrome/browser/chromeos/settings/
cros_settings.cc 124 void CrosSettings::SetString(const std::string& path,
  /external/chromium_org/net/cookies/
parsed_cookie.cc 220 return SetString(&path_index_, kPathTokenName, path);
224 return SetString(&domain_index_, kDomainTokenName, domain);
228 return SetString(&expires_index_, kExpiresTokenName, expires);
232 return SetString(&maxage_index_, kMaxAgeTokenName, maxage);
244 return SetString(&priority_index_, kPriorityTokenName, priority);
456 bool ParsedCookie::SetString(size_t* index,
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
extension_set.h 249 void SetString(int number, FieldType type, const string& value, desc);
562 inline void ExtensionSet::SetString(int number, FieldType type,
    [all...]
generated_message_reflection.cc 786 void GeneratedMessageReflection::SetString(
789 USAGE_CHECK_ALL(SetString, SINGULAR, STRING);
791 return MutableExtensionSet(message)->SetString(field->number(),
    [all...]
  /external/protobuf/src/google/protobuf/
extension_set.h 247 void SetString(int number, FieldType type, const string& value, desc);
488 inline void ExtensionSet::SetString(int number, FieldType type,
623 set->SetString(number, field_type, value, NULL);
    [all...]
generated_message_reflection.cc 784 void GeneratedMessageReflection::SetString(
787 USAGE_CHECK_ALL(SetString, SINGULAR, STRING);
789 return MutableExtensionSet(message)->SetString(field->number(),
    [all...]
  /external/chromium/base/
values.cc 374 void DictionaryValue::SetString(const std::string& path,
379 void DictionaryValue::SetString(const std::string& path,
  /external/chromium_org/base/
values.cc 414 void DictionaryValue::SetString(const std::string& path,
419 void DictionaryValue::SetString(const std::string& path,

Completed in 866 milliseconds