Home | History | Annotate | Download | only in common

Lines Matching refs:prefs_

131       prefs_(new DictionaryValue()),
143 if (prefs_->Get(key, &tmp)) {
160 return prefs_->Get(key, result) ? READ_OK : READ_NO_VALUE;
167 prefs_->Get(key, &old_value);
169 prefs_->Set(key, new_value.release());
178 prefs_->Get(key, &old_value);
180 prefs_->Set(key, new_value.release());
184 if (prefs_->Remove(key, NULL)) {
206 prefs_.reset(static_cast<DictionaryValue*>(value.release()));
303 scoped_ptr<DictionaryValue> copy(prefs_->DeepCopyWithoutEmptyChildren());