Home
last modified time | relevance | path

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

/third_party/cef/tests/ceftests/
Dcors_unittest.cc116 std::string GetPathURL(HandlerType handler, const std::string& path) { in GetPathURL() function
180 std::string GetPathURL() const { return ::GetPathURL(handler, path); } in GetPathURL() function
190 EXPECT_EQ(expected_response_ct, response_ct) << GetPathURL(); in AssertDone()
191 EXPECT_EQ(expected_success_query_ct, success_query_ct) << GetPathURL(); in AssertDone()
192 EXPECT_EQ(expected_failure_query_ct, failure_query_ct) << GetPathURL(); in AssertDone()
237 const std::string& path_url = test_request::GetPathURL(url); in GetResource()
241 if (resource->GetPathURL() == path_url && in GetResource()
257 std::string GetMainURL() const { return resources.front()->GetPathURL(); } in GetMainURL()
725 EXPECT_STREQ(expected_cookie.c_str(), cookie.c_str()) << GetPathURL(); in VerifyRequest()
784 const std::string& iframe_url = iframe_resource->GetPathURL(); in SetupIframeRequest()
[all …]
Dtest_request.h70 std::string GetPathURL(const std::string& url);
Dtest_request.cc149 std::string GetPathURL(const std::string& url) { in GetPathURL() function
Dtest_handler.cc260 const std::string& url = test_request::GetPathURL(request->GetURL()); in GetResourceHandler()