OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:val2_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/value_store/
value_store_unittest.cc
137
val2_
.reset(Value::CreateStringValue(key2_ + "Value"));
161
dict12_->Set(key2_,
val2_
->DeepCopy());
163
dict123_->Set(key2_,
val2_
->DeepCopy());
206
changes.push_back(ValueStoreChange(key2_, NULL,
val2_
->DeepCopy()));
261
changes.push_back(ValueStoreChange(key2_,
val2_
->DeepCopy(), NULL));
276
storage_->Set(DEFAULTS, key1_, *
val2_
);
280
ValueStoreChange(key1_,
val2_
->DeepCopy(), val1_->DeepCopy()));
281
changes.push_back(ValueStoreChange(key2_, NULL,
val2_
->DeepCopy()));
309
changes.push_back(ValueStoreChange(key2_,
val2_
->DeepCopy(), NULL));
404
key1_, val1_->DeepCopy(),
val2_
->DeepCopy()))
[
all
...]
value_store_unittest.h
40
scoped_ptr<Value>
val2_
;
member in class:ValueStoreTest
Completed in 2413 milliseconds