Home
last modified time | relevance | path

Searched refs:webkit_download_get_status (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebKit/gtk/tests/
Dtestdownload.c45 g_assert(webkit_download_get_status(download) == WEBKIT_DOWNLOAD_STATUS_CREATED); in test_webkit_download_create()
73 switch (webkit_download_get_status(download)) { in notify_status_cb()
/external/webkit/Source/WebKit/gtk/webkit/
Dwebkitdownload.h113 webkit_download_get_status (WebKitDownload *download);
Dwebkitdownload.cpp190 g_value_set_enum(value, webkit_download_get_status(download)); in webkit_download_get_property()
731 WebKitDownloadStatus webkit_download_get_status(WebKitDownload* download) in webkit_download_get_status() function
/external/webkit/Source/WebKit/gtk/docs/
Dwebkitgtk-sections.txt142 webkit_download_get_status
/external/webkit/Source/WebKit/gtk/
DChangeLog12757 (_WebKitDownloadPrivate::webkit_download_get_status):