Searched refs:ParseList (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/tools/gn/
H A Dinput_conversion.cc101 Value ParseList(const std::string& input, function in namespace:__anon14952
161 return ParseList(input, origin, err);
H A Dparser.h67 scoped_ptr<ListNode> ParseList(Token::Type stop_before,
H A Dparser.cc234 scoped_ptr<ParseNode> list(ParseList(Token::RIGHT_BRACKET, true));
270 list = ParseList(Token::RIGHT_PAREN, false);
326 scoped_ptr<ListNode> Parser::ParseList(Token::Type stop_before, function in class:Parser
/external/chromium_org/chrome/browser/extensions/
H A Dpolicy_handlers.h63 bool ParseList(const base::Value* policy_value,
H A Dpolicy_handlers.cc111 ParseList(value, NULL, errors);
121 ParseList(value, dict.get(), NULL)) {
126 bool ExtensionInstallForcelistPolicyHandler::ParseList( function in class:extensions::ExtensionInstallForcelistPolicyHandler
H A Dextension_function_test_utils.h32 base::ListValue* ParseList(const std::string& data);
H A Dextension_function_test_utils.cc57 base::ListValue* ParseList(const std::string& data) { function in namespace:extension_function_test_utils
248 scoped_ptr<base::ListValue> parsed_args(ParseList(args));
/external/chromium_org/components/policy/core/common/
H A Dschema.cc149 bool ParseList(const base::DictionaryValue& schema,
319 if (!ParseList(schema, schema_node, id_map, reference_list, error))
384 bool Schema::InternalStorage::ParseList(const base::DictionaryValue& schema, function in class:policy::Schema::InternalStorage
/external/chromium_org/chrome/browser/extensions/api/identity/
H A Didentity_apitest.cc99 scoped_ptr<base::ListValue> parsed_args(utils::ParseList(args));

Completed in 323 milliseconds