OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:val1_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/value_store/
value_store_unittest.cc
136
val1_
.reset(Value::CreateStringValue(key1_ + "Value"));
158
dict1_->Set(key1_,
val1_
->DeepCopy());
160
dict12_->Set(key1_,
val1_
->DeepCopy());
162
dict123_->Set(key1_,
val1_
->DeepCopy());
189
changes.push_back(ValueStoreChange(key1_, NULL,
val1_
->DeepCopy()));
191
changes, storage_->Set(DEFAULTS, key1_, *
val1_
));
205
changes.push_back(ValueStoreChange(key1_, NULL,
val1_
->DeepCopy()));
230
changes.push_back(ValueStoreChange(key1_,
val1_
->DeepCopy(), NULL));
260
changes.push_back(ValueStoreChange(key1_,
val1_
->DeepCopy(), NULL));
280
ValueStoreChange(key1_, val2_->DeepCopy(),
val1_
->DeepCopy()))
[
all
...]
value_store_unittest.h
39
scoped_ptr<Value>
val1_
;
member in class:ValueStoreTest
Completed in 25 milliseconds