Home
last modified time | relevance | path

Searched refs:RemoveValue (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/base/
Doptionsfile_unittest.cc72 EXPECT_TRUE(store_->RemoveValue(kTestOptionA)); in TEST_F()
75 EXPECT_TRUE(store_->RemoveValue(kTestOptionB)); in TEST_F()
98 EXPECT_TRUE(store_->RemoveValue(kTestOptionA)); in TEST_F()
101 EXPECT_TRUE(store_->RemoveValue(kTestOptionB)); in TEST_F()
Doptionsfile.h36 bool RemoveValue(const std::string& option);
Doptionsfile.cc177 bool OptionsFile::RemoveValue(const std::string& option) { in RemoveValue() function in rtc::OptionsFile
/external/libchrome/base/prefs/
Dwriteable_pref_store.h43 virtual void RemoveValue(const std::string& key, uint32_t flags) = 0;