Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/gtk/tests/
Dtestmimehandling.c150 char* effective_uri = g_strdup_printf("%s%s", base_uri, name); in testRemoteMimeType() local
151 webkit_web_view_load_uri(view, effective_uri); in testRemoteMimeType()
152 g_free(effective_uri); in testRemoteMimeType()
Dtestwebview.c197 char* effective_uri = g_strconcat(base_uri, "bigdiv.html", NULL); in do_test_webkit_web_view_adjustments() local
232 webkit_web_view_load_uri(view, effective_uri); in do_test_webkit_web_view_adjustments()
274 g_free(effective_uri); in do_test_webkit_web_view_adjustments()