Searched refs:kTestDomain (Results 1 – 2 of 2) sorted by relevance
20 const char kTestDomain[] = "test-download.com"; variable209 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()
27 const char* kTestDomain = "www.test.com"; variable161 CefString(&cookie.domain).FromASCII(kTestDomain); in CreateCookie()243 EXPECT_EQ(CefString(&cookie_read.domain), kTestDomain); in GetCookie()