Home | History | Annotate | Download | only in webkit

Lines Matching full:progress

325      * WebKitDownload:progress:
327 * Determines the current progress of the download. Notice that,
328 * although the progress changes are reported as soon as possible,
336 g_param_spec_double("progress",
337 _("Progress"),
338 _("Determines the current progress of the download"),
798 * Determines the current progress of the download.
872 // Throttle progress notification to not consume high amounts of
874 // in more then 0.7 secs from now, or the last notified progress
891 g_object_notify(G_OBJECT(download), "progress");
902 g_object_notify(G_OBJECT(download), "progress");