Home
last modified time | relevance | path

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

/third_party/cef/tests/ceftests/
Ddownload_unittest.cc20 const char kTestDomain[] = "test-download.com"; variable
209 request_context->RegisterSchemeHandlerFactory("http", kTestDomain, in RunTest()
212 CefRegisterSchemeHandlerFactory("http", kTestDomain, scheme_factory); in RunTest()
456 request_context_->RegisterSchemeHandlerFactory("http", kTestDomain, in DestroyTest()
460 CefRegisterSchemeHandlerFactory("http", kTestDomain, nullptr); in DestroyTest()
Dcookie_unittest.cc27 const char* kTestDomain = "www.test.com"; variable
161 CefString(&cookie.domain).FromASCII(kTestDomain); in CreateCookie()
243 EXPECT_EQ(CefString(&cookie_read.domain), kTestDomain); in GetCookie()