Home
last modified time | relevance | path

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

/third_party/cef/tests/ceftests/
Dcors_unittest.cc915 const char kSubRequestMethod[] = "GET"; variable
928 method = kSubRequestMethod; in InitCors()
1016 EXPECT_STREQ(kSubRequestMethod, ac_request_method.c_str()) << GetPathURL(); in VerifyRequest()
1017 if (ac_request_method != kSubRequestMethod) in VerifyRequest()