Home
last modified time | relevance | path

Searched refs:GetAsStringVector (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/components/url_matcher/
Durl_matcher_helpers.h22 bool GetAsStringVector(const base::Value* value, std::vector<std::string>* out);
Durl_matcher_helpers.cc14 bool GetAsStringVector(const base::Value* value, in GetAsStringVector() function
Durl_matcher_factory.cc222 if (!helpers::GetAsStringVector(value, &schemas)) { in CreateURLMatcherScheme()