Searched refs:WEBKIT_DOWNLOAD_STATUS_CREATED (Results 1 – 3 of 3) sorted by relevance
354 WEBKIT_DOWNLOAD_STATUS_CREATED, in webkit_download_class_init()397 priv->status = WEBKIT_DOWNLOAD_STATUS_CREATED; in webkit_download_init()487 g_return_if_fail(priv->status == WEBKIT_DOWNLOAD_STATUS_CREATED); in webkit_download_start()679 …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
45 g_assert(webkit_download_get_status(download) == WEBKIT_DOWNLOAD_STATUS_CREATED); in test_webkit_download_create()