OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:val1_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/extensions/browser/value_store/
value_store_unittest.cc
138
val1_
.reset(new base::StringValue(key1_ + "Value"));
160
dict1_->Set(key1_,
val1_
->DeepCopy());
162
dict12_->Set(key1_,
val1_
->DeepCopy());
164
dict123_->Set(key1_,
val1_
->DeepCopy());
191
changes.push_back(ValueStoreChange(key1_, NULL,
val1_
->DeepCopy()));
193
changes, storage_->Set(DEFAULTS, key1_, *
val1_
));
207
changes.push_back(ValueStoreChange(key1_, NULL,
val1_
->DeepCopy()));
232
changes.push_back(ValueStoreChange(key1_,
val1_
->DeepCopy(), NULL));
262
changes.push_back(ValueStoreChange(key1_,
val1_
->DeepCopy(), NULL));
282
ValueStoreChange(key1_, val2_->DeepCopy(),
val1_
->DeepCopy()))
[
all
...]
value_store_unittest.h
37
scoped_ptr<base::Value>
val1_
;
member in class:ValueStoreTest
Completed in 369 milliseconds