Searched refs:underlay_value (Results 1 – 2 of 2) sorted by relevance
49 Value* underlay_value = NULL; in GetMutableValue() local51 underlay_->GetMutableValue(key, &underlay_value); in GetMutableValue()53 *result = underlay_value->DeepCopy(); in GetMutableValue()
56 base::Value* underlay_value = NULL; in GetMutableValue() local57 if (!underlay_->GetMutableValue(GetUnderlayKey(key), &underlay_value)) in GetMutableValue()60 *result = underlay_value->DeepCopy(); in GetMutableValue()