OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:val3_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/extensions/browser/value_store/
value_store_unittest.h
39
scoped_ptr<base::Value>
val3_
;
member in class:ValueStoreTest
value_store_unittest.cc
140
val3_
.reset(new base::StringValue(key3_ + "Value"));
161
dict3_->Set(key3_,
val3_
->DeepCopy());
166
dict123_->Set(key3_,
val3_
->DeepCopy());
247
changes.push_back(ValueStoreChange(key3_,
val3_
->DeepCopy(), NULL));
440
changes.push_back(ValueStoreChange(key3_, NULL,
val3_
->DeepCopy()));
448
to_set.Set("qwerty",
val3_
->DeepCopy());
455
ValueStoreChange("qwerty", NULL,
val3_
->DeepCopy()));
475
changes.push_back(ValueStoreChange(key3_,
val3_
->DeepCopy(), NULL));
477
ValueStoreChange("qwerty",
val3_
->DeepCopy(), NULL));
Completed in 35 milliseconds