HomeSort by relevance Sort by last modified time
    Searched refs:SetStringValue (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/webrtc/base/
optionsfile_unittest.cc 62 EXPECT_TRUE(store_->SetStringValue(kTestOptionA, kTestString1));
65 EXPECT_TRUE(store_->SetStringValue(kTestOptionB, kTestString2));
117 EXPECT_TRUE(store_->SetStringValue(kTestOptionA, kTestString1));
136 EXPECT_FALSE(store_->SetStringValue(kOptionWithEquals, kTestString1));
138 EXPECT_FALSE(store_->SetStringValue(kOptionWithNewline, kTestString1));
140 EXPECT_TRUE(store_->SetStringValue(kOptionWithUtf8, kValueWithUtf8));
141 EXPECT_TRUE(store_->SetStringValue(kTestOptionA, kTestString1));
148 EXPECT_FALSE(store_->SetStringValue(kTestOptionA, kValueWithNewline));
151 EXPECT_TRUE(store_->SetStringValue(kTestOptionA, kValueWithEquals));
156 EXPECT_TRUE(store_->SetStringValue(kEmptyString, kTestString2))
    [all...]
optionsfile.h 33 bool SetStringValue(const std::string& option, const std::string& val);
optionsfile.cc 154 bool OptionsFile::SetStringValue(const std::string& option,
156 LOG(LS_VERBOSE) << "OptionsFile::SetStringValue "
  /external/lldb/include/lldb/Interpreter/
OptionValue.h 340 SetStringValue (const char *new_value);
  /external/chromium_org/base/prefs/
pref_service_unittest.cc 244 TEST_F(PrefServiceSetValueTest, SetStringValue) {
  /external/chromium_org/chrome/browser/media_galleries/win/
mtp_device_operations_util.cc 41 (*client_info)->SetStringValue(WPD_CLIENT_NAME,
  /external/lldb/source/Interpreter/
OptionValue.cpp 460 OptionValue::SetStringValue (const char *new_value)
OptionValueProperties.cpp 528 return value->SetStringValue(new_value);
  /external/chromium_org/components/storage_monitor/
portable_device_watcher_win.cc 135 (*client_info)->SetStringValue(WPD_CLIENT_NAME, kClientName);

Completed in 399 milliseconds