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

/external/chromium_org/chrome/browser/extensions/
H A Dpolicy_handlers.h63 bool ParseList(const base::Value* policy_value,
H A Dpolicy_handlers.cc112 ParseList(value, NULL, errors);
122 ParseList(value, dict.get(), NULL)) {
127 bool ExtensionInstallForcelistPolicyHandler::ParseList( function in class:extensions::ExtensionInstallForcelistPolicyHandler
H A Dextension_function_test_utils.h31 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/tools/gn/
H A Dinput_conversion.cc96 Value ParseList(const std::string& input, const ParseNode* origin, Err* err) { function in namespace:__anon15752
142 return ParseList(input, origin, err);
H A Dparser.h68 scoped_ptr<ListNode> ParseList(Token::Type stop_before,
H A Dparser.cc236 scoped_ptr<ParseNode> list(ParseList(Token::RIGHT_BRACKET, true));
272 list = ParseList(Token::RIGHT_PAREN, false);
355 scoped_ptr<ListNode> Parser::ParseList(Token::Type stop_before, function in class:Parser
/external/chromium_org/components/policy/core/common/
H A Dschema.cc222 bool ParseList(const base::DictionaryValue& schema,
468 if (!ParseList(schema, schema_node, id_map, reference_list, error))
585 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.cc112 scoped_ptr<base::ListValue> parsed_args(utils::ParseList(args));

Completed in 1073 milliseconds