Searched refs:WEBKIT_DOWNLOAD_STATUS_CREATED (Results 1 – 3 of 3) sorted by relevance
312 WEBKIT_DOWNLOAD_STATUS_CREATED, in webkit_download_class_init()355 priv->status = WEBKIT_DOWNLOAD_STATUS_CREATED; in webkit_download_init()425 g_return_if_fail(priv->status == WEBKIT_DOWNLOAD_STATUS_CREATED); in webkit_download_start()588 …if (priv->status != WEBKIT_DOWNLOAD_STATUS_CREATED && priv->status != WEBKIT_DOWNLOAD_STATUS_CANCE… in webkit_download_set_destination_uri()
39 WEBKIT_DOWNLOAD_STATUS_CREATED = 0, enumerator
44 g_assert(webkit_download_get_status(download) == WEBKIT_DOWNLOAD_STATUS_CREATED); in test_webkit_download_create()