Searched defs:merge_value (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/
H A Dvalues.cc632 Value* merge_value; local
633 if (dictionary->GetWithoutPathExpansion(*key, &merge_value)) {
635 if (merge_value->IsType(Value::TYPE_DICTIONARY)) {
639 static_cast<const DictionaryValue*>(merge_value));
644 SetWithoutPathExpansion(*key, merge_value->DeepCopy());

Completed in 43 milliseconds