Searched defs:SetString (Results 1 - 8 of 8) sorted by relevance

/external/chromium/chrome/browser/prefs/
H A Dpref_value_map.cc100 void PrefValueMap::SetString(const std::string& key, function in class:PrefValueMap
H A Dtesting_pref_store.cc83 void TestingPrefStore::SetString(const std::string& key, function in class:TestingPrefStore
H A Dpref_service.cc549 void PrefService::SetString(const char* path, const std::string& value) { function in class:PrefService
/external/chromium/chrome/browser/chromeos/
H A Dcros_settings.cc71 void CrosSettings::SetString(const std::string& path, function in class:chromeos::CrosSettings
/external/chromium/chrome/browser/chromeos/offline/
H A Doffline_load_page.cc40 void SetString(DictionaryValue* strings, const char* name, int resource_id) { function in namespace:__anon1146
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("ico
[all...]
/external/protobuf/src/google/protobuf/
H A Dextension_set.h247 void SetString(int number, FieldType type, const string& value, desc);
488 inline void ExtensionSet::SetString(int number, FieldType type, function in class:google::protobuf::internal::ExtensionSet
623 set->SetString(number, field_type, value, NULL);
H A Dgenerated_message_reflection.cc784 void GeneratedMessageReflection::SetString( function in class:google::protobuf::internal::GeneratedMessageReflection
787 USAGE_CHECK_ALL(SetString, SINGULAR, STRING);
789 return MutableExtensionSet(message)->SetString(field->number(),
/external/chromium/base/
H A Dvalues.cc374 void DictionaryValue::SetString(const std::string& path, function in class:DictionaryValue
379 void DictionaryValue::SetString(const std::string& path, function in class:DictionaryValue

Completed in 146 milliseconds