Searched refs:getURLForPath (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/efl/tests/UnitTestUtils/
H A DEWK2UnitTestServer.h32 CString getURLForPath(const char* path) const;
H A DEWK2UnitTestServer.cpp56 CString EWK2UnitTestServer::getURLForPath(const char* path) const function in class:EWK2UnitTestServer
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/efl/tests/
H A Dtest_ewk2_cookie_manager.cpp135 ASSERT_TRUE(loadUrlSync(httpServer->getURLForPath("/index.html").data()));
149 ASSERT_TRUE(loadUrlSync(httpServer->getURLForPath("/index.html").data()));
162 ASSERT_TRUE(loadUrlSync(httpServer->getURLForPath("/index.html").data()));
185 ASSERT_TRUE(loadUrlSync(httpServer->getURLForPath("/index.html").data()));
196 ASSERT_TRUE(loadUrlSync(httpServer->getURLForPath("/index.html").data()));
212 ASSERT_TRUE(loadUrlSync(httpServer->getURLForPath("/index.html").data()));
245 ASSERT_TRUE(loadUrlSync(httpServer->getURLForPath("/index.html").data()));
262 ASSERT_TRUE(loadUrlSync(httpServer->getURLForPath("/index.html").data()));
296 ASSERT_TRUE(loadUrlSync(httpServer->getURLForPath("/index.html").data()));
303 ASSERT_TRUE(loadUrlSync(httpServer->getURLForPath("/inde
[all...]
H A Dtest_ewk2_context_history_callbacks.cpp102 ASSERT_STREQ(httpServer()->getURLForPath(toBeRedirectedPath).data(), sourceUrl);
103 ASSERT_STREQ(httpServer()->getURLForPath(redirectionTargetPath).data(), destinationUrl);
140 soup_message_headers_append(message->response_headers, "Location", httpServer()->getURLForPath(redirectionTargetPath).data());
176 ASSERT_TRUE(loadUrlSync(httpServer()->getURLForPath(toBeRedirectedPath).data()));
H A Dtest_ewk2_auth_request.cpp99 ewk_view_url_set(webView(), httpServer->getURLForPath("/index.html").data());
126 ewk_view_url_set(webView(), httpServer->getURLForPath("/index.html").data());
167 ewk_view_url_set(webView(), httpServer->getURLForPath("/index.html").data());
H A Dtest_ewk2_ssl.cpp206 ewk_view_url_set(webView(), httpsServer->getURLForPath("/index.html").data());
232 ewk_view_url_set(webView(), httpsServer->getURLForPath("/index.html").data());
260 httpUri = httpServer->getURLForPath("/index.html");
261 ewk_view_url_set(webView(), httpsServer->getURLForPath("/index.html").data());
H A Dtest_ewk2_favicon_database.cpp107 ASSERT_TRUE(loadUrlSync(httpServer->getURLForPath("/").data()));
H A Dtest_ewk2_application_cache_manager.cpp115 ASSERT_TRUE(loadUrlSync(httpServer->getURLForPath(applicationCacheHtmlFile).data()));
H A Dtest_ewk2_download_job.cpp159 CString fileUrl = httpServer->getURLForPath(testFilePath);
H A Dtest_ewk2_context.cpp279 ASSERT_TRUE(loadUrlSync(httpServer->getURLForPath("/index.html").data()));
284 ASSERT_TRUE(loadUrlSync(httpServer->getURLForPath("/index.html").data()));
H A Dtest_ewk2_back_forward_list.cpp73 WKEinaSharedString res = httpServer->getURLForPath(eina_strbuf_string_get(path)).data();

Completed in 122 milliseconds