HomeSort by relevance Sort by last modified time
    Searched refs:SetStringValue (Results 1 - 12 of 12) 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 "
  /frameworks/base/media/mca/filterfw/native/core/
value.h 67 int SetStringValue(Value* value, const char* new_value);
value.cpp 209 int SetStringValue(Value* value, const char* new_value) {
  /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);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
portabledevicetypes.h 101 virtual HRESULT STDMETHODCALLTYPE SetStringValue(
284 HRESULT (STDMETHODCALLTYPE *SetStringValue)(
478 #define IPortableDeviceValues_SetStringValue(This,key,Value) (This)->lpVtbl->SetStringValue(This,key,Value)
539 return This->lpVtbl->SetStringValue(This,key,Value);
    [all...]

Completed in 304 milliseconds