OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:compound_value
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/browser/prefs/
leveldb_pref_store_unittest.cc
271
base::DictionaryValue*
compound_value
= new base::DictionaryValue;
local
276
compound_value
->Set("compound_lists", outer_list);
278
compound_value
->DeepCopy());
279
pref_store_->SetValue("
compound_value
",
compound_value
);
302
EXPECT_TRUE(pref_store_->GetValue("
compound_value
", &value));
Completed in 151 milliseconds