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

  /external/chromium_org/chrome/browser/value_store/
value_store_unittest.h 63 scoped_ptr<DictionaryValue> dict123_; member in class:ValueStoreTest
value_store_unittest.cc 133 dict123_(new DictionaryValue()),
162 dict123_->Set(key1_, val1_->DeepCopy());
163 dict123_->Set(key2_, val2_->DeepCopy());
164 dict123_->Set(key3_, val3_->DeepCopy());
242 storage_->Set(DEFAULTS, *dict123_);
439 EXPECT_PRED_FORMAT2(ChangesEq, changes, storage_->Set(DEFAULTS, *dict123_));

Completed in 46 milliseconds