Home
last modified time | relevance | path

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

/third_party/cef/tests/ceftests/
Dcors_unittest.cc228 std::set<std::string> matching_methods; in GetResource() local
231 matching_methods.insert("GET"); in GetResource()
232 matching_methods.insert("POST"); in GetResource()
234 matching_methods.insert(method); in GetResource()
243 matching_methods.find(resource->method) != matching_methods.end())) { in GetResource()