Searched refs:root_value (Results 1 – 3 of 3) sorted by relevance
154 scoped_ptr<base::Value> root_value(base::JSONReader::ReadAndReturnError( in ParseProfileJSON() local156 if (!root_value) { in ParseProfileJSON()161 if (!root_value->IsType(base::Value::TYPE_DICTIONARY)) { in ParseProfileJSON()163 << root_value->GetType(); in ParseProfileJSON()167 static_cast<base::DictionaryValue*>(root_value.get()); in ParseProfileJSON()
540 const Value* root_value = dotfile_scope_.GetValue("root", true); in FillOtherConfig() local541 if (root_value) { in FillOtherConfig()542 if (!root_value->VerifyTypeIs(Value::STRING, &err)) { in FillOtherConfig()548 Label::Resolve(SourceDir("//"), Label(), *root_value, &err); in FillOtherConfig()
63 scoped_ptr<base::Value> root_value(reader.Deserialize(NULL, &error_message)); in ReadStringFromGDocFile() local64 if (!root_value) { in ReadStringFromGDocFile()72 if (!root_value->GetAsDictionary(&dictionary_value) || in ReadStringFromGDocFile()