Searched refs:StringToCharList (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/web_request/
H A Dweb_request_api_helpers.h189 base::ListValue* StringToCharList(const std::string& s);
H A Dweb_request_api_unittest.cc81 using helpers::StringToCharList;
1181 scoped_ptr<ListValue> converted_list(StringToCharList(string_value));
H A Dweb_request_api_helpers.cc248 base::ListValue* StringToCharList(const std::string& s) { function in namespace:extension_web_request_api_helpers
H A Dweb_request_api.cc305 helpers::StringToCharList(value));

Completed in 329 milliseconds