Searched refs:webkit_download_get_destination (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/gtk/
H A DWebKitDownload.h71 webkit_download_get_destination (WebKitDownload *download);
H A DWebKitDownload.cpp98 g_value_set_string(value, webkit_download_get_destination(download));
404 * webkit_download_get_destination:
413 const gchar* webkit_download_get_destination(WebKitDownload* download) function
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/gtk/tests/
H A DTestDownloads.cpp57 g_assert(webkit_download_get_destination(download));
58 g_assert_cmpstr(webkit_download_get_destination(download), ==, destination);
172 if (!webkit_download_get_destination(download))
174 GRefPtr<GFile> destFile = adoptGRef(g_file_new_for_uri(webkit_download_get_destination(download)));
209 g_assert(webkit_download_get_destination(download.get()));
343 g_assert(webkit_download_get_destination(download.get()));
450 GRefPtr<GFile> downloadFile = adoptGRef(g_file_new_for_uri(webkit_download_get_destination(download.get())));

Completed in 167 milliseconds