Searched refs:GetPathURL (Results 1 – 4 of 4) sorted by relevance
116 std::string GetPathURL(HandlerType handler, const std::string& path) { in GetPathURL() function180 std::string GetPathURL() const { return ::GetPathURL(handler, path); } in GetPathURL() function190 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 …]
70 std::string GetPathURL(const std::string& url);
149 std::string GetPathURL(const std::string& url) { in GetPathURL() function
260 const std::string& url = test_request::GetPathURL(request->GetURL()); in GetResourceHandler()